Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

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

: MedtechPaymentReconciliationCreditExample - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/PaymentReconciliation/fab8a5ac1c4e5706198e1b493950fb74> a fhir:PaymentReconciliation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "fab8a5ac1c4e5706198e1b493950fb74"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.medtechglobal.com/StructureDefinition/paymentreconciliation-credit" ;
       fhir:index 0 ;
       fhir:link <https://fhir.medtechglobal.com/StructureDefinition/paymentreconciliation-credit>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.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>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-location" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Location/fab8a5ac1c4e5706198e1b493950fb74> ;
       fhir:Reference.reference [ fhir:value "Location/fab8a5ac1c4e5706198e1b493950fb74" ] ;
       fhir:Reference.display [ fhir:value "Healthier Care" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Extension.url [ fhir:value "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-patient" ] ;
     fhir:Extension.valueReference [
       fhir:link <http://hl7.org/fhir/Patient/fab8a5ac1c4e5706198e1b493950fb74> ;
       fhir:Reference.reference [ fhir:value "Patient/fab8a5ac1c4e5706198e1b493950fb74" ] ;
       fhir:Reference.display [ fhir:value "Test Patient" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Extension.url [ fhir:value "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-method" ] ;
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://alexapi.medtechglobal.com/fhir/CodeSystem/payment-method" ] ;
         fhir:Coding.code [ fhir:value "O" ] ;
         fhir:Coding.display [ fhir:value "Other" ]
       ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Extension.url [ fhir:value "https://alexapi.medtechglobal.com/fhir/StructureDefinition/payment-annotation" ] ;
     fhir:Extension.valueAttachment [
       fhir:Attachment.contentType [ fhir:value "application/rtf" ] ;
       fhir:Attachment.data [ fhir:value "e1xydGYxXGFuc2lcYiBCb2xkIHRleHR9"^^xsd:base64Binary ]
     ]
  ] ;
  fhir:PaymentReconciliation.status [ fhir:value "active"] ;
  fhir:PaymentReconciliation.created [ fhir:value "2026-02-18T11:30:00+13:00"^^xsd:dateTime] ;
  fhir:PaymentReconciliation.requestor [
     fhir:link <http://hl7.org/fhir/Practitioner/7def01802be7cbe97d4301a421f111f5> ;
     fhir:Reference.reference [ fhir:value "Practitioner/7def01802be7cbe97d4301a421f111f5" ] ;
     fhir:Reference.display [ fhir:value "Dr Medtech Apmt Staff" ]
  ] ;
  fhir:PaymentReconciliation.paymentDate [ fhir:value "2026-02-18"^^xsd:date] ;
  fhir:PaymentReconciliation.paymentAmount [
     fhir:Money.value [ fhir:value "50"^^xsd:decimal ] ;
     fhir:Money.currency [ fhir:value "NZD" ]
  ] ;
  fhir:PaymentReconciliation.detail [
     fhir:index 0 ;
     fhir:PaymentReconciliation.detail.type [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/payment-type" ] ;
         fhir:Coding.code [ fhir:value "advance" ] ;
         fhir:Coding.display [ fhir:value "Advance" ]
       ]
     ]
  ] ;
  fhir:PaymentReconciliation.processNote [
     fhir:index 0 ;
     fhir:PaymentReconciliation.processNote.type [ fhir:value "display" ] ;
     fhir:PaymentReconciliation.processNote.text [ fhir:value "Payment taken at vendor app" ]
  ] .

<http://hl7.org/fhir/Location/fab8a5ac1c4e5706198e1b493950fb74> a fhir:Location .

<http://hl7.org/fhir/Patient/fab8a5ac1c4e5706198e1b493950fb74> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/7def01802be7cbe97d4301a421f111f5> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/PaymentReconciliation/fab8a5ac1c4e5706198e1b493950fb74.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/PaymentReconciliation/fab8a5ac1c4e5706198e1b493950fb74.ttl> .