@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PaymentReconciliation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-01"] ; # 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 example-01

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

status: Active

period: 2024-03-01 11:01:00+0500 --> 2024-03-31 11:01:00+0500

created: 2024-03-31

paymentIssuer: Organization XYZ Insurance Co. Ltd.

requestor: Organization XYZ Hospital Co. Ltd.

outcome: Processing Complete

disposition: 2024 march month settlement.

paymentDate: 2024-03-31

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 "2024-03-01T11:01:00+05:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2024-03-31T11:01:00+05:00"^^xsd:dateTime ] ] ; # fhir:created [ fhir:v "2024-03-31"^^xsd:date] ; # fhir:paymentIssuer [ fhir:link ; fhir:reference [ fhir:v "Organization/example-02" ] ] ; # fhir:requestor [ fhir:link ; fhir:reference [ fhir:v "Organization/example-03" ] ] ; # fhir:outcome [ fhir:v "complete"] ; # fhir:disposition [ fhir:v "2024 march month settlement."] ; # fhir:paymentDate [ fhir:v "2024-03-31"^^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" ] ] ] ) . # # -------------------------------------------------------------------------------------