@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "TaskBundleForPaymentNoticeRequest-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:entry ( [ fhir:fullUrl [ fhir:v "urn:uuid:c147ae4a-f6c1-4375-a5bb-cedf69235521"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:dd6916d4-485d-45d3-bcc9-f067cab42a70"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:a5b973a0-7274-4158-9f47-398be057b8e1"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:5adfff18-d900-4016-bfa1-987af186bf8f"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "urn:uuid:498c0785-7cb6-4e18-9848-e61f515ca257"^^xsd:anyURI ] ; fhir:resource ( ) ] ) . # a fhir:Task ; fhir:id [ fhir:v "c147ae4a-f6c1-4375-a5bb-cedf69235521"] ; # 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 c147ae4a-f6c1-4375-a5bb-cedf69235521

status: Requested

intent: order

code: deliver

description: payment status Check

authoredOn: 2025-03-07

requester: Organization-insurance-company

owner: Organization-hospital

Inputs

-TypeValue[x]
*Status codePaymentNotice
"^^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 "deliver" ] ] ) ] ; # fhir:description [ fhir:v "payment status Check"] ; # fhir:authoredOn [ fhir:v "2025-03-07"^^xsd:date] ; # fhir:requester [ fhir:reference [ fhir:v "urn:uuid:a5b973a0-7274-4158-9f47-398be057b8e1" ] ; fhir:display [ fhir:v "Organization-insurance-company" ] ] ; # fhir:owner [ fhir:reference [ fhir:v "urn:uuid:5adfff18-d900-4016-bfa1-987af186bf8f" ] ; fhir:display [ fhir:v "Organization-hospital" ] ] ; # fhir:input ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/financialtaskinputtype"^^xsd:anyURI ] ; fhir:code [ fhir:v "status" ] ] ) ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "urn:uuid:dd6916d4-485d-45d3-bcc9-f067cab42a70" ] ; fhir:display [ fhir:v "PaymentNotice" ] ] ] ) . # a fhir:PaymentNotice ; fhir:id [ fhir:v "dd6916d4-485d-45d3-bcc9-f067cab42a70"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentNotice"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PaymentNotice dd6916d4-485d-45d3-bcc9-f067cab42a70

identifier: http://benefitsinc.com/paymentnotice/776543

status: Active

created: 2025-03-07 14:58:58+0530

payment: PaymentReconciliation

paymentDate: 2025-03-07

recipient: Organization-hospital

Amounts

-ValueCurrency
*180000Indian rupee

paymentStatus: Paid

"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://benefitsinc.com/paymentnotice"^^xsd:anyURI ] ; fhir:value [ fhir:v "776543" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:created [ fhir:v "2025-03-07T14:58:58.181+05:30"^^xsd:dateTime] ; # fhir:payment [ fhir:reference [ fhir:v "urn:uuid:498c0785-7cb6-4e18-9848-e61f515ca257" ] ; fhir:display [ fhir:v "PaymentReconciliation" ] ] ; # fhir:paymentDate [ fhir:v "2025-03-07"^^xsd:date] ; # fhir:recipient [ fhir:reference [ fhir:v "urn:uuid:5adfff18-d900-4016-bfa1-987af186bf8f" ] ; fhir:display [ fhir:v "Organization-hospital" ] ] ; # fhir:amount [ fhir:value [ fhir:v "180000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ; # fhir:paymentStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/paymentstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "paid" ] ] ) ] . # a fhir:Organization ; fhir:id [ fhir:v "a5b973a0-7274-4158-9f47-398be057b8e1"] ; # 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 a5b973a0-7274-4158-9f47-398be057b8e1

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 "5adfff18-d900-4016-bfa1-987af186bf8f"] ; # 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 5adfff18-d900-4016-bfa1-987af186bf8f

identifier: Provider number/45675454

type: Healthcare Provider

name: XYZ Hospital Co. Ltd.

telecom: +91 243 2634 1278, 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 "45675454" ] ] ) ; # 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 1278" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "contact@xyz.org" ] ; fhir:use [ fhir:v "work" ] ] ) . # a fhir:PaymentReconciliation ; fhir:id [ fhir:v "498c0785-7cb6-4e18-9848-e61f515ca257"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/PaymentReconciliation"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PaymentReconciliation 498c0785-7cb6-4e18-9848-e61f515ca257

identifier: http://www.BenefitsInc.com/fhir/enrollmentresponse/781234

status: Active

period: 2025-03-01 11:01:00+0500 --> 2025-03-07 11:01:00+0500

created: 2025-03-07

paymentIssuer: Organization-Insurance-Company

requestor: Organization-hospital

outcome: Processing Complete

disposition: 2025 march month settlement.

paymentDate: 2025-03-07

PaymentAmounts

-ValueCurrency
*180000Indian rupee

paymentIdentifier: UTRNUMBER2920287229

detail

identifier: CLAIMREFNUM7612345

type: Approved Amount

date: 2024-03-31

Amounts

-ValueCurrency
*90000Indian rupee

detail

identifier: CLAIMREFNUM7612345

type: TDS Deduction

date: 2024-03-31

Amounts

-ValueCurrency
*9000Indian rupee

detail

identifier: CLAIMREFNUM6789054

type: Approved Amount

date: 2024-03-31

Amounts

-ValueCurrency
*110000Indian rupee

detail

identifier: CLAIMREFNUM6789054

type: TDS Deduction

date: 2024-03-31

Amounts

-ValueCurrency
*11000Indian rupee
"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://www.BenefitsInc.com/fhir/enrollmentresponse"^^xsd:anyURI ] ; fhir:value [ fhir:v "781234" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:period [ fhir:start [ fhir:v "2025-03-01T11:01:00+05:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2025-03-07T11:01:00+05:00"^^xsd:dateTime ] ] ; # fhir:created [ fhir:v "2025-03-07"^^xsd:date] ; # fhir:paymentIssuer [ fhir:reference [ fhir:v "urn:uuid:a5b973a0-7274-4158-9f47-398be057b8e1" ] ; fhir:display [ fhir:v "Organization-Insurance-Company" ] ] ; # fhir:requestor [ fhir:reference [ fhir:v "urn:uuid:5adfff18-d900-4016-bfa1-987af186bf8f" ] ; fhir:display [ fhir:v "Organization-hospital" ] ] ; # fhir:outcome [ fhir:v "complete"] ; # fhir:disposition [ fhir:v "2025 march month settlement."] ; # fhir:paymentDate [ fhir:v "2025-03-07"^^xsd:date] ; # fhir:paymentAmount [ fhir:value [ fhir:v "180000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ; # fhir:paymentIdentifier [ fhir:value [ fhir:v "UTRNUMBER2920287229" ] ] ; # fhir:detail ( [ fhir:identifier [ fhir:value [ fhir:v "CLAIMREFNUM7612345" ] ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "approvedAmount" ] ; fhir:display [ fhir:v "Approved Amount" ] ] ) ] ; fhir:date [ fhir:v "2024-03-31"^^xsd:date ] ; fhir:amount [ fhir:value [ fhir:v "90000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] [ fhir:identifier [ fhir:value [ fhir:v "CLAIMREFNUM7612345" ] ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "tds" ] ; fhir:display [ fhir:v "TDS Deduction" ] ] ) ] ; fhir:date [ fhir:v "2024-03-31"^^xsd:date ] ; fhir:amount [ fhir:value [ fhir:v "9000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] [ fhir:identifier [ fhir:value [ fhir:v "CLAIMREFNUM6789054" ] ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "approvedAmount" ] ; fhir:display [ fhir:v "Approved Amount" ] ] ) ] ; fhir:date [ fhir:v "2024-03-31"^^xsd:date ] ; fhir:amount [ fhir:value [ fhir:v "110000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] [ fhir:identifier [ fhir:value [ fhir:v "CLAIMREFNUM6789054" ] ] ; fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-payment-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "tds" ] ; fhir:display [ fhir:v "TDS Deduction" ] ] ) ] ; fhir:date [ fhir:v "2024-03-31"^^xsd:date ] ; fhir:amount [ fhir:value [ fhir:v "11000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] ) . # # -------------------------------------------------------------------------------------