FHIR Implementation Guide for ABDM - Local Development build (v7.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Bundle/TaskBundleForReprocessRequest-example-01> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "TaskBundleForReprocessRequest-example-01"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/TaskBundle" ;
fhir:index 0 ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/TaskBundle>
] ;
fhir:Meta.security [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-Confidentiality" ] ;
fhir:Coding.code [ fhir:value "V" ] ;
fhir:Coding.display [ fhir:value "very restricted" ]
]
] ;
fhir:Bundle.identifier [
fhir:Identifier.value [ fhir:value "bc3c6c57-2053-4d0e-ac40-139ccccff645" ]
] ;
fhir:Bundle.type [ fhir:value "collection"] ;
fhir:Bundle.timestamp [ fhir:value "2025-03-07T15:32:26.605+05:30"^^xsd:dateTime] ;
fhir:Bundle.entry [
fhir:index 0 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:a9f8295b-a0cf-410d-9ed5-1370523e57bd" ] ;
fhir:Bundle.entry.resource <urn:uuid:a9f8295b-a0cf-410d-9ed5-1370523e57bd>
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:9c17b15c-b9da-44db-9932-97c9c14cd432" ] ;
fhir:Bundle.entry.resource <urn:uuid:9c17b15c-b9da-44db-9932-97c9c14cd432>
], [
fhir:index 2 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:e5625392-6cc3-4410-b30e-1cf960a31303" ] ;
fhir:Bundle.entry.resource <urn:uuid:e5625392-6cc3-4410-b30e-1cf960a31303>
] .
<urn:uuid:a9f8295b-a0cf-410d-9ed5-1370523e57bd> a fhir:Task ;
fhir:Resource.id [ fhir:value "a9f8295b-a0cf-410d-9ed5-1370523e57bd"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Task" ;
fhir:index 0 ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Task>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_a9f8295b-a0cf-410d-9ed5-1370523e57bd\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task a9f8295b-a0cf-410d-9ed5-1370523e57bd</b></p><a name=\"a9f8295b-a0cf-410d-9ed5-1370523e57bd\"> </a><a name=\"hca9f8295b-a0cf-410d-9ed5-1370523e57bd\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Task.html\">Task</a></p></div><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/financialtaskcode reprocess}\">Reprocess</span></p><p><b>description</b>: Request for reprocesing the claim with number - 761234674365</p><p><b>authoredOn</b>: 2025-03-07 15:32:26+0530</p><p><b>requester</b>: <a href=\"Bundle-TaskBundleForReprocessRequest-example-01.html#urn-uuid-e5625392-6cc3-4410-b30e-1cf960a31303\">Organization</a></p><p><b>owner</b>: <a href=\"Bundle-TaskBundleForReprocessRequest-example-01.html#urn-uuid-9c17b15c-b9da-44db-9932-97c9c14cd432\">Organization</a></p><p><b>reasonCode</b>: <span title=\"Codes:{https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-reason-code claimrejected}\">Reprocess request due to claim rejected by payer</span></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-input-type-code claimNumber}\">ClaimNumber</span></td><td>761234674365</td></tr></table></div>"
] ;
fhir:Task.status [ fhir:value "requested"] ;
fhir:Task.intent [ fhir:value "order"] ;
fhir:Task.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/financialtaskcode" ] ;
fhir:Coding.code [ fhir:value "reprocess" ]
]
] ;
fhir:Task.description [ fhir:value "Request for reprocesing the claim with number - 761234674365"] ;
fhir:Task.authoredOn [ fhir:value "2025-03-07T15:32:26.605+05:30"^^xsd:dateTime] ;
fhir:Task.requester [
fhir:Reference.reference [ fhir:value "urn:uuid:e5625392-6cc3-4410-b30e-1cf960a31303" ] ;
fhir:Reference.display [ fhir:value "Organization" ]
] ;
fhir:Task.owner [
fhir:Reference.reference [ fhir:value "urn:uuid:9c17b15c-b9da-44db-9932-97c9c14cd432" ] ;
fhir:Reference.display [ fhir:value "Organization" ]
] ;
fhir:Task.reasonCode [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-reason-code" ] ;
fhir:Coding.code [ fhir:value "claimrejected" ] ;
fhir:Coding.display [ fhir:value "Reprocess request due to claim rejected by payer" ]
]
] ;
fhir:Task.input [
fhir:index 0 ;
fhir:Task.input.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-input-type-code" ] ;
fhir:Coding.code [ fhir:value "claimNumber" ]
]
] ;
fhir:Task.input.valueString [ fhir:value "761234674365" ]
] .
<urn:uuid:9c17b15c-b9da-44db-9932-97c9c14cd432> a fhir:Organization ;
fhir:Resource.id [ fhir:value "9c17b15c-b9da-44db-9932-97c9c14cd432"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization" ;
fhir:index 0 ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_9c17b15c-b9da-44db-9932-97c9c14cd432\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization 9c17b15c-b9da-44db-9932-97c9c14cd432</b></p><a name=\"9c17b15c-b9da-44db-9932-97c9c14cd432\"> </a><a name=\"hc9c17b15c-b9da-44db-9932-97c9c14cd432\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization.html\">Organization</a></p></div><p><b>identifier</b>: Registry of Hospitals in Network of Insurance (ROHINI) ID/4567878</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type ins}\">Insurance Company</span></p><p><b>name</b>: XYZ Insurance Co. Ltd.</p><p><b>telecom</b>: <a href=\"tel:+9124326341234\">+91 243 2634 1234</a>, <a href=\"mailto:contact@xyz.org\">contact@xyz.org</a></p></div>"
] ;
fhir:Organization.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code" ] ;
fhir:Coding.code [ fhir:value "ROHINI" ] ;
fhir:Coding.display [ fhir:value "Registry of Hospitals in Network of Insurance (ROHINI) ID" ]
]
] ;
fhir:Identifier.system [ fhir:value "https://rohini.iib.gov.in/" ] ;
fhir:Identifier.value [ fhir:value "4567878" ]
] ;
fhir:Organization.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
fhir:Coding.code [ fhir:value "ins" ] ;
fhir:Coding.display [ fhir:value "Insurance Company" ]
]
] ;
fhir:Organization.name [ fhir:value "XYZ Insurance Co. Ltd."] ;
fhir:Organization.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+91 243 2634 1234" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "contact@xyz.org" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
] .
<urn:uuid:e5625392-6cc3-4410-b30e-1cf960a31303> a fhir:Organization ;
fhir:Resource.id [ fhir:value "e5625392-6cc3-4410-b30e-1cf960a31303"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization" ;
fhir:index 0 ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_e5625392-6cc3-4410-b30e-1cf960a31303\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization e5625392-6cc3-4410-b30e-1cf960a31303</b></p><a name=\"e5625392-6cc3-4410-b30e-1cf960a31303\"> </a><a name=\"hce5625392-6cc3-4410-b30e-1cf960a31303\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization.html\">Organization</a></p></div><p><b>identifier</b>: Provider number/456787448</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}\">Healthcare Provider</span></p><p><b>name</b>: XYZ Hospital Co. Ltd.</p><p><b>telecom</b>: <a href=\"tel:+9124326347856\">+91 243 2634 7856</a>, <a href=\"mailto:contact@xyz.org\">contact@xyz.org</a></p></div>"
] ;
fhir:Organization.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "PRN" ] ;
fhir:Coding.display [ fhir:value "Provider number" ]
]
] ;
fhir:Identifier.system [ fhir:value "https://facility.ndhm.gov.in" ] ;
fhir:Identifier.value [ fhir:value "456787448" ]
] ;
fhir:Organization.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
fhir:Coding.code [ fhir:value "prov" ] ;
fhir:Coding.display [ fhir:value "Healthcare Provider" ]
]
] ;
fhir:Organization.name [ fhir:value "XYZ Hospital Co. Ltd."] ;
fhir:Organization.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+91 243 2634 7856" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "contact@xyz.org" ] ;
fhir:ContactPoint.use [ fhir:value "work" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Bundle/TaskBundleForReprocessRequest-example-01.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/TaskBundleForReprocessRequest-example-01.ttl> .
IG © 2024+ National Resource Center for EHR Standards. Package ndhm.in#7.0.0 based on FHIR 4.0.1. Generated 2026-07-15
Links: Table of Contents |
QA Report
| Version History | Feedback Form |