@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - 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 ] ) ; 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 ( ) ] [ fhir:fullUrl [ fhir:v "Organization/Organization-example-01"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "Organization/Organization-example-02"^^xsd:anyURI ] ; fhir:resource ( ) ] ) . # 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Task

Resource Task "Task-example-01"

Profile: Task

status: requested

intent: order

code: Reprocess (Financial Task Codes#reprocess)

description: Request for reprocesing the claim with number - 761234674365

authoredOn: 2023-12-08 08:25:05+1000

requester: See above (Organization/Organization-example-02)

owner: See above (Organization/Organization-example-01)

Inputs

-TypeValue[x]
*ClaimNumber (Task Input Type Codes#claimNumber)761234674365
" ] ; # 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:link ; fhir:reference [ fhir:v "Organization/Organization-example-02" ] ] ; # fhir:owner [ fhir:link ; 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" ] ] ) . # 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization

Resource Organization "Organization-example-01"

Profile: Organization

identifier: Provider number: 4567878

type: Insurance Company (Organization type#ins)

name: XYZ Insurance Co. Ltd.

telecom: +91 243 2634 1234, contact@xyz.org

" ] ; # 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" ] ] ) . # 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 ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization

Resource Organization "Organization-example-02"

Profile: Organization

identifier: Provider number: 456787448

type: Healthcare Provider (Organization type#prov)

name: XYZ Hospital Co. Ltd.

telecom: +91 243 2634 7856, contact@xyz.org

" ] ; # 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" ] ] ) . # # -------------------------------------------------------------------------------------