FHIR Implementation Guide for ABDM - Local Development build (v5.0.0). 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 -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "TaskBundleForReprocessRequest-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 "Task/Task-example-01"^^xsd:anyURI ] ;
( fhir:resource <Task/Task-example-01> )
] [
fhir:fullUrl [ fhir:v "Organization/Organization-example-01"^^xsd:anyURI ] ;
( fhir:resource <Organization/Organization-example-01> )
] [
fhir:fullUrl [ fhir:v "Organization/Organization-example-02"^^xsd:anyURI ] ;
( fhir:resource <Organization/Organization-example-02> )
] ) . #
<Task/Task-example-01> a fhir:Task ;
fhir:id [ fhir:v "Task-example-01"] ; #
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=\"Task-example-01\"> </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 "Task-example-01" </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>: Reprocess <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-financialtaskcode.html\">Financial Task Codes</a>#reprocess)</span></p><p><b>description</b>: Request for reprocesing 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_Organization-example-02\">See above (Organization/Organization-example-02)</a></p><p><b>owner</b>: <a href=\"#Organization_Organization-example-01\">See above (Organization/Organization-example-01)</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 "http://terminology.hl7.org/CodeSystem/financialtaskcode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "reprocess" ] ] )
] ; #
fhir:description [ fhir:v "Request for reprocesing the claim with number - 761234674365"] ; #
fhir:authoredOn [ fhir:v "2023-12-08T08:25:05+10:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:reference [ fhir:v "Organization/Organization-example-02" ]
] ; #
fhir:owner [
fhir:reference [ fhir:v "Organization/Organization-example-01" ]
] ; #
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" ]
] ) . #
<Organization/Organization-example-01> a fhir:Organization ;
fhir:id [ fhir:v "Organization-example-01"] ; #
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=\"Organization-example-01\"> </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 "Organization-example-01" </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" ]
] ) . #
<Organization/Organization-example-02> a fhir:Organization ;
fhir:id [ fhir:v "Organization-example-02"] ; #
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=\"Organization-example-02\"> </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 "Organization-example-02" </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" ]
] ) . #
IG © 2020+ National Resource Center for EHR Standards. Package ndhm.in#5.0.0 based on FHIR 4.0.1. Generated 2023-12-22
Links: Table of Contents |
QA Report
| Version History |