FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: TaskBundleForSearchRequest-example-01 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TaskBundleForSearchRequest-example-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/TaskBundle"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/TaskBundle>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "V" ] ;
fhir:display [ fhir:v "very restricted" ]     ] )
  ] ; # 
  fhir:identifier [
fhir:value [ fhir:v "bc3c6c57-2053-4d0e-ac40-139ccccff645" ]
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2025-03-07T15:32:26.605+05:30"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:4f481cc7-5d37-4ad2-9845-36b10637ed89"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:4f481cc7-5d37-4ad2-9845-36b10637ed89> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:1e7ccc83-bc79-4087-9601-d9b05a928f34"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:1e7ccc83-bc79-4087-9601-d9b05a928f34> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:a4ca8147-0200-4a98-a7bf-26cfc2b31d98"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:a4ca8147-0200-4a98-a7bf-26cfc2b31d98> )
  ] ) . # 

<urn:uuid:4f481cc7-5d37-4ad2-9845-36b10637ed89> a fhir:Task ;
  fhir:id [ fhir:v "4f481cc7-5d37-4ad2-9845-36b10637ed89"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Task"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Task>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_4f481cc7-5d37-4ad2-9845-36b10637ed89\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task 4f481cc7-5d37-4ad2-9845-36b10637ed89</b></p><a name=\"4f481cc7-5d37-4ad2-9845-36b10637ed89\"> </a><a name=\"hc4f481cc7-5d37-4ad2-9845-36b10637ed89\"> </a><a name=\"4f481cc7-5d37-4ad2-9845-36b10637ed89-hi-IN\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>code</b>: <span title=\"Codes:{https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-codes search}\">Search</span></p><p><b>description</b>: Request for Searching 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-TaskBundleForSearchRequest-example-01.html#urn-uuid-a4ca8147-0200-4a98-a7bf-26cfc2b31d98\">Organization</a></p><p><b>owner</b>: <a href=\"Bundle-TaskBundleForSearchRequest-example-01.html#urn-uuid-1e7ccc83-bc79-4087-9601-d9b05a928f34\">Organization</a></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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "requested"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "search" ]     ] )
  ] ; # 
  fhir:description [ fhir:v "Request for Searching the claim with number - 761234674365"] ; # 
  fhir:authoredOn [ fhir:v "2025-03-07T15:32:26.605+05:30"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "urn:uuid:a4ca8147-0200-4a98-a7bf-26cfc2b31d98" ] ;
fhir:display [ fhir:v "Organization" ]
  ] ; # 
  fhir:owner [
fhir:reference [ fhir:v "urn:uuid:1e7ccc83-bc79-4087-9601-d9b05a928f34" ] ;
fhir:display [ fhir:v "Organization" ]
  ] ; # 
  fhir:input ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-task-input-type-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "claimNumber" ]       ] )     ] ;
fhir:value [
a fhir:string ;
fhir:v "761234674365"     ]
  ] ) . # 

<urn:uuid:1e7ccc83-bc79-4087-9601-d9b05a928f34> a fhir:Organization ;
  fhir:id [ fhir:v "1e7ccc83-bc79-4087-9601-d9b05a928f34"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_1e7ccc83-bc79-4087-9601-d9b05a928f34\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization 1e7ccc83-bc79-4087-9601-d9b05a928f34</b></p><a name=\"1e7ccc83-bc79-4087-9601-d9b05a928f34\"> </a><a name=\"hc1e7ccc83-bc79-4087-9601-d9b05a928f34\"> </a><a name=\"1e7ccc83-bc79-4087-9601-d9b05a928f34-hi-IN\"> </a><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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ROHINI" ] ;
fhir:display [ fhir:v "Registry of Hospitals in Network of Insurance (ROHINI) ID" ]       ] )     ] ;
fhir:system [ fhir:v "https://rohini.iib.gov.in/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4567878" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ins" ] ;
fhir:display [ fhir:v "Insurance Company" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "XYZ Insurance Co. Ltd."] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+91 243 2634 1234" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@xyz.org" ] ;
fhir:use [ fhir:v "work" ]
  ] ) . # 

<urn:uuid:a4ca8147-0200-4a98-a7bf-26cfc2b31d98> a fhir:Organization ;
  fhir:id [ fhir:v "a4ca8147-0200-4a98-a7bf-26cfc2b31d98"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_a4ca8147-0200-4a98-a7bf-26cfc2b31d98\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization a4ca8147-0200-4a98-a7bf-26cfc2b31d98</b></p><a name=\"a4ca8147-0200-4a98-a7bf-26cfc2b31d98\"> </a><a name=\"hca4ca8147-0200-4a98-a7bf-26cfc2b31d98\"> </a><a name=\"a4ca8147-0200-4a98-a7bf-26cfc2b31d98-hi-IN\"> </a><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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PRN" ] ;
fhir:display [ fhir:v "Provider number" ]       ] )     ] ;
fhir:system [ fhir:v "https://facility.ndhm.gov.in"^^xsd:anyURI ] ;
fhir:value [ fhir:v "456787448" ]
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prov" ] ;
fhir:display [ fhir:v "Healthcare Provider" ]     ] )
  ] ) ; # 
  fhir:name [ fhir:v "XYZ Hospital Co. Ltd."] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+91 243 2634 7856" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@xyz.org" ] ;
fhir:use [ fhir:v "work" ]
  ] ) . #