Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: GSPaymentExample - JSON Representation

Raw json | Download

{
  "resourceType" : "Basic",
  "id" : "3acdb929-24c0-47ba-bae6-3df5b2479701",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.geniesolutions.io/StructureDefinition/basic-payment"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Gross Payment: $49.95 Payment Method: Cash Payment Date: 9 June 2022 Invoice Number: 794 Line Item: 1144</div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.geniesolutions.io/StructureDefinition/payment-gross-amount",
      "valueMoney" : {
        "value" : 49.95,
        "currency" : "AUD"
      }
    },
    {
      "url" : "http://fhir.geniesolutions.io/StructureDefinition/payment-method-ext",
      "valueCoding" : {
        "system" : "http://fhir.geniesolutions.io/CodeSystem/payment-method-codes",
        "code" : "cash",
        "display" : "Cash"
      }
    },
    {
      "url" : "http://fhir.geniesolutions.io/StructureDefinition/payment-date",
      "valueDateTime" : "2022-06-09"
    },
    {
      "url" : "http://fhir.geniesolutions.io/StructureDefinition/payment-invoice",
      "valueReference" : {
        🔗 "reference" : "Invoice/19596b00-ee0a-54de-98e8-ccf6ed86a93e",
        "display" : "794"
      }
    },
    {
      "url" : "http://fhir.geniesolutions.io/StructureDefinition/payment-invoice-lineitem",
      "valuePositiveInt" : 1144
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://fhir.geniesolutions.io/CodeSystem/basic-type",
        "code" : "Payment"
      }
    ]
  }
}