@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PaymentNotice ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-01"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2024-03-31T14:58:58.181+05:30"^^xsd:dateTime ] ; 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 example-01

version: 1; Last updated: 2024-03-31 14:58:58+0530

Profile: PaymentNotice

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

status: Active

created: 2024-01-04 14:58:58+0530

payment: PaymentReconciliation: 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; outcome = complete; disposition = 2024 march month settlement.; paymentDate = 2024-03-31; paymentIdentifier = UTRNUMBER2920287229

paymentDate: 2024-03-31

recipient: Organization XYZ Hospital Co. Ltd.

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 "2024-01-04T14:58:58.181+05:30"^^xsd:dateTime] ; # fhir:payment [ fhir:link ; fhir:reference [ fhir:v "PaymentReconciliation/example-01" ] ] ; # fhir:paymentDate [ fhir:v "2024-03-31"^^xsd:date] ; # fhir:recipient [ fhir:link ; fhir:reference [ fhir:v "Organization/example-03" ] ] ; # 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" ] ] ) ] . # # -------------------------------------------------------------------------------------