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

Resource PaymentReconciliation "example-02"

Profile: PaymentReconciliation

identifier: id: 781234

status: active

period: 2023-12-09 11:01:00+0500 --> 2023-12-30 11:01:00+0500

created: 2024-01-05

paymentIssuer: Organization/example-02 "XYZ Insurance Co. Ltd."

requestor: Organization/example-03 "Maharashtra State Government"

outcome: complete

disposition: 2023 December month settlement.

paymentDate: 2023-01-04

PaymentAmounts

-ValueCurrency
*90100INR

paymentIdentifier: id: 1012424354354345

" ] ; # 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 "2023-12-09T11:01:00+05:00"^^xsd:dateTime ] ; fhir:end [ fhir:v "2023-12-30T11:01:00+05:00"^^xsd:dateTime ] ] ; # fhir:created [ fhir:v "2024-01-05"^^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 "2023 December month settlement."] ; # fhir:paymentDate [ fhir:v "2023-01-04"^^xsd:date] ; # fhir:paymentAmount [ fhir:value [ fhir:v "90100"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ; # fhir:paymentIdentifier [ fhir:system [ fhir:v "https://services.india.gov.in/service/detail/transictionid"^^xsd:anyURI ] ; fhir:value [ fhir:v "1012424354354345" ] ] . # # -------------------------------------------------------------------------------------