@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "TaskBundleForReprocessRequest-example-01"] ; # fhir:meta [ 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: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:a9f8295b-a0cf-410d-9ed5-1370523e57bd"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:9c17b15c-b9da-44db-9932-97c9c14cd432"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:e5625392-6cc3-4410-b30e-1cf960a31303"^^xsd:anyURI ] ; fhir:resource ( ) ] ) . # a fhir:Task ; fhir:id [ fhir:v "a9f8295b-a0cf-410d-9ed5-1370523e57bd"] ; # 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 a9f8295b-a0cf-410d-9ed5-1370523e57bd

status: Requested

intent: order

code: Reprocess

description: Request for reprocesing the claim with number - 761234674365

authoredOn: 2025-03-07 15:32:26+0530

requester: Organization

owner: Organization

reasonCode: Reprocess request due to claim rejected by payer

Inputs

-TypeValue[x]
*ClaimNumber761234674365
"^^rdf:XMLLiteral ] ; # 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 "2025-03-07T15:32:26.605+05:30"^^xsd:dateTime] ; # fhir:requester [ fhir:reference [ fhir:v "urn:uuid:e5625392-6cc3-4410-b30e-1cf960a31303" ] ; fhir:display [ fhir:v "Organization" ] ] ; # fhir:owner [ fhir:reference [ fhir:v "urn:uuid:9c17b15c-b9da-44db-9932-97c9c14cd432" ] ; fhir:display [ fhir:v "Organization" ] ] ; # fhir:reasonCode [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-reason-code"^^xsd:anyURI ] ; fhir:code [ fhir:v "claimrejected" ] ; fhir:display [ fhir:v "Reprocess request due to claim rejected by payer" ] ] ) ] ; # 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" ] ] ) . # a fhir:Organization ; fhir:id [ fhir:v "9c17b15c-b9da-44db-9932-97c9c14cd432"] ; # 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 9c17b15c-b9da-44db-9932-97c9c14cd432

identifier: Registry of Hospitals in Network of Insurance (ROHINI) ID/4567878

type: Insurance Company

name: XYZ Insurance Co. Ltd.

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

"^^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" ] ] ) . # a fhir:Organization ; fhir:id [ fhir:v "e5625392-6cc3-4410-b30e-1cf960a31303"] ; # 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 e5625392-6cc3-4410-b30e-1cf960a31303

identifier: Provider number/456787448

type: Healthcare Provider

name: XYZ Hospital Co. Ltd.

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

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