@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-task-input-type-code"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem ndhm-task-input-type-code

This case-sensitive code system https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-input-type-code defines the following codes:

CodeDisplayDefinition
productNumber ProductNumberA unique identifier for a product or service that is provided or requested in a claim.
claimNumber ClaimNumberA unique identifier for a claim that is submitted or received for reimbursement or payment.
initimationNumber InitimationNumberA unique identifier for a request for preauthorization or predetermination of a claim.
fromDate FromDateThe start date of a period or range of dates that is relevant for a claim, payment, or authorization.
toDate ToDateThe end date of a period or range of dates that is relevant for a claim, payment, or authorization
financeYear FinanceYearThe fiscal year that is used for accounting or reporting purposes for a claim, payment, or authorization.
serviceCode ServiceCodeA code that identifies the type or category of a service or product that is provided or requested in a claim, payment, or authorization.
policyNumber PolicyNumberA unique identifier for a policy or contract that covers a patient or a service or product in a claim, payment, or authorization.
providerId ProviderIdA unique identifier for a health care provider that is involved in providing or requesting a service or product in a claim, payment, or authorization.
payerId PayerIdA unique identifier for a health care payer that is responsible for paying or reimbursing a claim, payment, or authorization.
document DocumentA distinctive identifier for indicating the provision of a document as input for a task resource.
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-input-type-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "6.5.0"] ; # fhir:name [ fhir:v "TaskInputType"] ; # fhir:title [ fhir:v "Task Input Type"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-11-28"^^xsd:date] ; # fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; # fhir:contact ( [ fhir:name [ fhir:v "National Resource Center for EHR Standards" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://nrces.in/" ] ] ) ] ) ; # fhir:description [ fhir:v "This CodeSystem contains a set of codes that can be utilized to describe the type of input in the task resource"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IN" ] ; fhir:display [ fhir:v "India" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "11"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "productNumber" ] ; fhir:display [ fhir:v "ProductNumber" ] ; fhir:definition [ fhir:v "A unique identifier for a product or service that is provided or requested in a claim." ] ] [ fhir:code [ fhir:v "claimNumber" ] ; fhir:display [ fhir:v "ClaimNumber" ] ; fhir:definition [ fhir:v "A unique identifier for a claim that is submitted or received for reimbursement or payment." ] ] [ fhir:code [ fhir:v "initimationNumber" ] ; fhir:display [ fhir:v "InitimationNumber" ] ; fhir:definition [ fhir:v "A unique identifier for a request for preauthorization or predetermination of a claim." ] ] [ fhir:code [ fhir:v "fromDate" ] ; fhir:display [ fhir:v "FromDate" ] ; fhir:definition [ fhir:v "The start date of a period or range of dates that is relevant for a claim, payment, or authorization." ] ] [ fhir:code [ fhir:v "toDate" ] ; fhir:display [ fhir:v "ToDate" ] ; fhir:definition [ fhir:v "The end date of a period or range of dates that is relevant for a claim, payment, or authorization" ] ] [ fhir:code [ fhir:v "financeYear" ] ; fhir:display [ fhir:v "FinanceYear" ] ; fhir:definition [ fhir:v "The fiscal year that is used for accounting or reporting purposes for a claim, payment, or authorization." ] ] [ fhir:code [ fhir:v "serviceCode" ] ; fhir:display [ fhir:v "ServiceCode" ] ; fhir:definition [ fhir:v "A code that identifies the type or category of a service or product that is provided or requested in a claim, payment, or authorization." ] ] [ fhir:code [ fhir:v "policyNumber" ] ; fhir:display [ fhir:v "PolicyNumber" ] ; fhir:definition [ fhir:v "A unique identifier for a policy or contract that covers a patient or a service or product in a claim, payment, or authorization." ] ] [ fhir:code [ fhir:v "providerId" ] ; fhir:display [ fhir:v "ProviderId" ] ; fhir:definition [ fhir:v "A unique identifier for a health care provider that is involved in providing or requesting a service or product in a claim, payment, or authorization." ] ] [ fhir:code [ fhir:v "payerId" ] ; fhir:display [ fhir:v "PayerId" ] ; fhir:definition [ fhir:v "A unique identifier for a health care payer that is responsible for paying or reimbursing a claim, payment, or authorization." ] ] [ fhir:code [ fhir:v "document" ] ; fhir:display [ fhir:v "Document" ] ; fhir:definition [ fhir:v "A distinctive identifier for indicating the provision of a document as input for a task resource." ] ] ) . # # -------------------------------------------------------------------------------------