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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - 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 <https://fhir.medtechglobal.com/StructureDefinition/paymentreconciliation-credit> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-location"^^xsd:anyURI ;
fhir:l <https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-location> ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Location/fab8a5ac1c4e5706198e1b493950fb74 ;
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 <https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-patient> ] ;
fhir:value [
a fhir:Reference ;
fhir:l fhir:Patient/fab8a5ac1c4e5706198e1b493950fb74 ;
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 <https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-method> ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [
fhir:v "https://alexapi.medtechglobal.com/fhir/CodeSystem/payment-method"^^xsd:anyURI ;
fhir:l <https://alexapi.medtechglobal.com/fhir/CodeSystem/payment-method> ] ;
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 <https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-annotation> ] ;
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:Practitioner/7def01802be7cbe97d4301a421f111f5 ;
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 <http://terminology.hl7.org/CodeSystem/payment-type> ] ;
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" ]
] ) . #
IG © 2023+ Medtech Global. Package medtech.fhir.alex.ig#0.0.1 based on FHIR 4.0.1. Generated 2026-04-17
Links: Table of Contents |
QA Report