Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "PaymentReconciliation",
"id" : "fab8a5ac1c4e5706198e1b493950fb74",
"meta" : {
"profile" : [
🔗 "https://fhir.medtechglobal.com/StructureDefinition/paymentreconciliation-credit"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PaymentReconciliation fab8a5ac1c4e5706198e1b493950fb74</b></p><a name=\"fab8a5ac1c4e5706198e1b493950fb74\"> </a><a name=\"hcfab8a5ac1c4e5706198e1b493950fb74\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-paymentreconciliation-credit.html\">ALEX Account Credit (Unallocated Prepayment)</a></p></div><p><b>Payment Location</b>: <a href=\"Location/fab8a5ac1c4e5706198e1b493950fb74\">Healthier Care</a></p><p><b>Payment Patient</b>: <a href=\"Patient/fab8a5ac1c4e5706198e1b493950fb74\">Test Patient</a></p><p><b>Payment Method</b>: <span title=\"Codes:{https://alexapi.medtechglobal.com/fhir/CodeSystem/payment-method O}\">Other</span></p><p><b>Payment Annotation</b>: application/rtf: e1xydGYxXGFuc2lcYiBCb2xkIHRleHR9</p><p><b>status</b>: Active</p><p><b>created</b>: 2026-02-18 11:30:00+1300</p><p><b>requestor</b>: <a href=\"Practitioner/7def01802be7cbe97d4301a421f111f5\">Dr Medtech Apmt Staff</a></p><p><b>paymentDate</b>: 2026-02-18</p><h3>PaymentAmounts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>50</td><td>New Zealand dollar</td></tr></table><h3>Details</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/payment-type advance}\">Advance</span></td></tr></table><h3>ProcessNotes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>Display</td><td>Payment taken at vendor app</td></tr></table></div>"
},
"extension" : [
{
"url" : "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-location",
"valueReference" : {
"reference" : "Location/fab8a5ac1c4e5706198e1b493950fb74",
"display" : "Healthier Care"
}
},
{
"url" : "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-patient",
"valueReference" : {
"reference" : "Patient/fab8a5ac1c4e5706198e1b493950fb74",
"display" : "Test Patient"
}
},
{
"url" : "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-method",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://alexapi.medtechglobal.com/fhir/CodeSystem/payment-method",
"code" : "O",
"display" : "Other"
}
]
}
},
{
"url" : "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-annotation",
"valueAttachment" : {
"contentType" : "application/rtf",
"data" : "e1xydGYxXGFuc2lcYiBCb2xkIHRleHR9"
}
}
],
"status" : "active",
"created" : "2026-02-18T11:30:00+13:00",
"requestor" : {
"reference" : "Practitioner/7def01802be7cbe97d4301a421f111f5",
"display" : "Dr Medtech Apmt Staff"
},
"paymentDate" : "2026-02-18",
"paymentAmount" : {
"value" : 50,
"currency" : "NZD"
},
"detail" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/payment-type",
"code" : "advance",
"display" : "Advance"
}
]
}
}
],
"processNote" : [
{
"type" : "display",
"text" : "Payment taken at vendor app"
}
]
}