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/TaskBundleForInsurancePlanRequest-example-01> a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "TaskBundleForInsurancePlanRequest-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:25046b39-7f54-47af-8457-2af69a7e95ff" ] ;
fhir:Bundle.entry.resource <urn:uuid:25046b39-7f54-47af-8457-2af69a7e95ff>
], [
fhir:index 1 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:5fe335ab-cc1d-4208-9f22-919fc4bfce77" ] ;
fhir:Bundle.entry.resource <urn:uuid:5fe335ab-cc1d-4208-9f22-919fc4bfce77>
], [
fhir:index 2 ;
fhir:Bundle.entry.fullUrl [ fhir:value "urn:uuid:6f602d6a-7263-470e-864f-97916c6d3bcb" ] ;
fhir:Bundle.entry.resource <urn:uuid:6f602d6a-7263-470e-864f-97916c6d3bcb>
] .
<urn:uuid:25046b39-7f54-47af-8457-2af69a7e95ff> a fhir:Task ;
fhir:Resource.id [ fhir:value "25046b39-7f54-47af-8457-2af69a7e95ff"] ;
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_25046b39-7f54-47af-8457-2af69a7e95ff\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task 25046b39-7f54-47af-8457-2af69a7e95ff</b></p><a name=\"25046b39-7f54-47af-8457-2af69a7e95ff\"> </a><a name=\"hc25046b39-7f54-47af-8457-2af69a7e95ff\"> </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>: Completed</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/financialtaskcode poll}\">Poll</span></p><p><b>description</b>: Give the details of Insurance plan linked with the given policy number</p><p><b>authoredOn</b>: 2025-03-07 15:32:26+0530</p><p><b>requester</b>: <a href=\"Bundle-TaskBundleForInsurancePlanRequest-example-01.html#urn-uuid-6f602d6a-7263-470e-864f-97916c6d3bcb\">Organization-hospital</a></p><p><b>owner</b>: <a href=\"Bundle-TaskBundleForInsurancePlanRequest-example-01.html#urn-uuid-5fe335ab-cc1d-4208-9f22-919fc4bfce77\">Organization-insurance-company</a></p><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-input-type-code policyNumber}\">PolicyNumber</span></p><p><b>value</b>: ABC123456789</p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-input-type-code providerId}\">ProviderId</span></p><p><b>value</b>: 1234567890</p></blockquote></div>"
] ;
fhir:Task.status [ fhir:value "completed"] ;
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 "poll" ]
]
] ;
fhir:Task.description [ fhir:value "Give the details of Insurance plan linked with the given policy number"] ;
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:6f602d6a-7263-470e-864f-97916c6d3bcb" ] ;
fhir:Reference.display [ fhir:value "Organization-hospital" ]
] ;
fhir:Task.owner [
fhir:Reference.reference [ fhir:value "urn:uuid:5fe335ab-cc1d-4208-9f22-919fc4bfce77" ] ;
fhir:Reference.display [ fhir:value "Organization-insurance-company" ]
] ;
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 "policyNumber" ] ;
fhir:Coding.display [ fhir:value "PolicyNumber" ]
]
] ;
fhir:Task.input.valueString [ fhir:value "ABC123456789" ]
], [
fhir:index 1 ;
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 "providerId" ] ;
fhir:Coding.display [ fhir:value "ProviderId" ]
]
] ;
fhir:Task.input.valueString [ fhir:value "1234567890" ]
] .
<urn:uuid:5fe335ab-cc1d-4208-9f22-919fc4bfce77> a fhir:Organization ;
fhir:Resource.id [ fhir:value "5fe335ab-cc1d-4208-9f22-919fc4bfce77"] ;
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_5fe335ab-cc1d-4208-9f22-919fc4bfce77\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization 5fe335ab-cc1d-4208-9f22-919fc4bfce77</b></p><a name=\"5fe335ab-cc1d-4208-9f22-919fc4bfce77\"> </a><a name=\"hc5fe335ab-cc1d-4208-9f22-919fc4bfce77\"> </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:6f602d6a-7263-470e-864f-97916c6d3bcb> a fhir:Organization ;
fhir:Resource.id [ fhir:value "6f602d6a-7263-470e-864f-97916c6d3bcb"] ;
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_6f602d6a-7263-470e-864f-97916c6d3bcb\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization 6f602d6a-7263-470e-864f-97916c6d3bcb</b></p><a name=\"6f602d6a-7263-470e-864f-97916c6d3bcb\"> </a><a name=\"hc6f602d6a-7263-470e-864f-97916c6d3bcb\"> </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/1234567890</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:+9124326341278\">+91 243 2634 1278</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 "1234567890" ]
] ;
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 1278" ] ;
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/TaskBundleForInsurancePlanRequest-example-01.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Bundle/TaskBundleForInsurancePlanRequest-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 |