@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:PaymentReconciliation ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "fab8a5ac1c4e5706198e1b493950fb74"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://fhir.medtechglobal.com/StructureDefinition/paymentreconciliation-credit"^^xsd:anyURI ; fhir:l ] ) ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div [ fhir:v "

Generated Narrative: PaymentReconciliation fab8a5ac1c4e5706198e1b493950fb74

Payment Location: Healthier Care

Payment Patient: Test Patient

Payment Method: Other

Payment Annotation: application/rtf: e1xydGYxXGFuc2lcYiBCb2xkIHRleHR9

status: Active

created: 2026-02-18 11:30:00+1300

requestor: Dr Medtech Apmt Staff

paymentDate: 2026-02-18

PaymentAmounts

-ValueCurrency
*50New Zealand dollar

Details

-Type
*Advance

ProcessNotes

-TypeText
*DisplayPayment taken at vendor app
"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-location"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:Reference ; fhir:l ; fhir:reference [ fhir:v "Location/fab8a5ac1c4e5706198e1b493950fb74" ] ; fhir:display [ fhir:v "Healthier Care" ] ] ] [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-patient"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:Reference ; fhir:l ; fhir:reference [ fhir:v "Patient/fab8a5ac1c4e5706198e1b493950fb74" ] ; fhir:display [ fhir:v "Test Patient" ] ] ] [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-method"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "https://alexapi.medtechglobal.com/fhir/CodeSystem/payment-method"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "O" ] ; fhir:display [ fhir:v "Other" ] ] ) ] ] [ fhir:url [ fhir:v "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-annotation"^^xsd:anyURI ; fhir:l ] ; fhir:value [ a fhir:Attachment ; fhir:contentType [ fhir:v "application/rtf" ] ; fhir:data [ fhir:v "e1xydGYxXGFuc2lcYiBCb2xkIHRleHR9"^^xsd:base64Binary ] ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:created [ fhir:v "2026-02-18T11:30:00+13:00"^^xsd:dateTime] ; # fhir:requestor [ fhir:l ; fhir:reference [ fhir:v "Practitioner/7def01802be7cbe97d4301a421f111f5" ] ; fhir:display [ fhir:v "Dr Medtech Apmt Staff" ] ] ; # fhir:paymentDate [ fhir:v "2026-02-18"^^xsd:date] ; # fhir:paymentAmount [ fhir:value [ fhir:v "50"^^xsd:decimal ] ; fhir:currency [ fhir:v "NZD" ] ] ; # fhir:detail ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/payment-type"^^xsd:anyURI ; fhir:l ] ; fhir:code [ fhir:v "advance" ] ; fhir:display [ fhir:v "Advance" ] ] ) ] ] ) ; # fhir:processNote ( [ fhir:type [ fhir:v "display" ] ; fhir:text [ fhir:v "Payment taken at vendor app" ] ] ) . # # -------------------------------------------------------------------------------------