FHIR Implementation Guide for ABDM
6.0.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). 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 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:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2023-09-07T15:32:26.605+05:30"^^xsd:dateTime ] ;
    ( 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:system [ fhir:v "http://hip.in"^^xsd:anyURI ] ;
fhir:value [ fhir:v "bc3c6c57-2053-4d0e-ac40-139ccccff645" ]
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2023-09-07T15:32:26.605+05:30"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:8f21980f-bc1f-40b6-aceb-f0caa94fcfbc"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:8f21980f-bc1f-40b6-aceb-f0caa94fcfbc> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:f42fe22c-ed56-458f-b1db-8800e005fb59"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:f42fe22c-ed56-458f-b1db-8800e005fb59> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:0682cb2a-032b-4e08-80b1-80c866ece6cc"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:0682cb2a-032b-4e08-80b1-80c866ece6cc> )
  ] ) . # 

<urn:uuid:8f21980f-bc1f-40b6-aceb-f0caa94fcfbc> a fhir:Task ;
  fhir:id [ fhir:v "8f21980f-bc1f-40b6-aceb-f0caa94fcfbc"] ; # 
  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\"><p><b>Generated Narrative: Task</b><a name=\"8f21980f-bc1f-40b6-aceb-f0caa94fcfbc\"> </a></p><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\">Resource Task &quot;8f21980f-bc1f-40b6-aceb-f0caa94fcfbc&quot; </p><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>: Search <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndhm-task-codes.html\">Task Codes</a>#search)</span></p><p><b>description</b>: Request for Searching the claim with number - 761234674365</p><p><b>authoredOn</b>: 2023-12-08 08:25:05+1000</p><p><b>requester</b>: <a href=\"#Organization_0682cb2a-032b-4e08-80b1-80c866ece6cc\">See above (urn:uuid:0682cb2a-032b-4e08-80b1-80c866ece6cc: Organization)</a></p><p><b>owner</b>: <a href=\"#Organization_f42fe22c-ed56-458f-b1db-8800e005fb59\">See above (urn:uuid:f42fe22c-ed56-458f-b1db-8800e005fb59: 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>ClaimNumber <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-ndhm-task-input-type-code.html\">Task Input Type Codes</a>#claimNumber)</span></td><td>761234674365</td></tr></table></div>"
  ] ; # 
  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 "2023-12-08T08:25:05+10:00"^^xsd:dateTime] ; # 
  fhir:requester [
fhir:reference [ fhir:v "urn:uuid:0682cb2a-032b-4e08-80b1-80c866ece6cc" ] ;
fhir:display [ fhir:v "Organization" ]
  ] ; # 
  fhir:owner [
fhir:reference [ fhir:v "urn:uuid:f42fe22c-ed56-458f-b1db-8800e005fb59" ] ;
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 [ fhir:v "761234674365" ]
  ] ) . # 

<urn:uuid:f42fe22c-ed56-458f-b1db-8800e005fb59> a fhir:Organization ;
  fhir:id [ fhir:v "f42fe22c-ed56-458f-b1db-8800e005fb59"] ; # 
  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\"><p><b>Generated Narrative: Organization</b><a name=\"f42fe22c-ed56-458f-b1db-8800e005fb59\"> </a></p><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\">Resource Organization &quot;f42fe22c-ed56-458f-b1db-8800e005fb59&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Organization.html\">Organization</a></p></div><p><b>identifier</b>: Provider number/4567878</p><p><b>type</b>: Insurance Company <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html\">Organization type</a>#ins)</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: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 "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:0682cb2a-032b-4e08-80b1-80c866ece6cc> a fhir:Organization ;
  fhir:id [ fhir:v "0682cb2a-032b-4e08-80b1-80c866ece6cc"] ; # 
  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\"><p><b>Generated Narrative: Organization</b><a name=\"0682cb2a-032b-4e08-80b1-80c866ece6cc\"> </a></p><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\">Resource Organization &quot;0682cb2a-032b-4e08-80b1-80c866ece6cc&quot; </p><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>: Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html\">Organization type</a>#prov)</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: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" ]
  ] ) . #