@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PaymentNotice ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "99061"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://nphies.sa/fhir/ksa/nphies-fs/StructureDefinition/payment-notice"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: PaymentNotice 99061

identifier: http://sni.com.sa/identifiers/paymentnotice/9290894061

status: Active

created: 2023-12-06

provider: Bundle: type = message; timestamp = 2023-12-07 18:30:29+0000

payment: Identifier: http://sni.com.sa/identifiers/paymentreconciliation/90581

paymentDate: 2023-12-06

payee: Bundle: type = message; timestamp = 2023-12-07 18:30:29+0000

recipient: Identifier: Other/NPHIES

Amounts

-ValueCurrency
*239.55Saudi riyal

paymentStatus: Cleared

"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://sni.com.sa/identifiers/paymentnotice"^^xsd:anyURI ] ; fhir:value [ fhir:v "9290894061" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:created [ fhir:v "2023-12-06"^^xsd:date] ; # fhir:provider [ fhir:link ; fhir:reference [ fhir:v "http://saudidentalclinic.com.sa/Organization/215" ] ] ; # fhir:payment [ fhir:identifier [ fhir:system [ fhir:v "http://sni.com.sa/identifiers/paymentreconciliation"^^xsd:anyURI ] ; fhir:value [ fhir:v "90581" ] ] ] ; # fhir:paymentDate [ fhir:v "2023-12-06"^^xsd:date] ; # fhir:payee [ fhir:link ; fhir:reference [ fhir:v "http://saudidentalclinic.com.sa/Organization/215" ] ] ; # fhir:recipient [ fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ; fhir:identifier [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://nphies.sa/terminology/CodeSystem/organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "other" ] ] ) ] ; fhir:system [ fhir:v "http://nphies.sa/license/nphies"^^xsd:anyURI ] ; fhir:value [ fhir:v "NPHIES" ] ] ] ; # fhir:amount [ fhir:value [ fhir:v 239.55 ] ; fhir:currency [ fhir:v "SAR" ] ] ; # fhir:paymentStatus [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/paymentstatus"^^xsd:anyURI ] ; fhir:code [ fhir:v "cleared" ] ] ) ] . # # -------------------------------------------------------------------------------------