Magentus Practice Management FHIR Implementation Guide
1.2.60 - ci-build Australia flag

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

: EOrders Medication Statement - Forxiga Example - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "eorders-medicationstatement-forxiga-example",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.geniesolutions.io/StructureDefinition/eorders-medicationstatement"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Medication:</b> Forxiga Tablets 10mg Tablets</p><p><b>Dosage:</b> 1 mane</p><p><b>Status:</b> Active</p><p><b>Instructions:</b> daily</p><p><b>Last Printed:</b> 20/1/2026</p></div>"
  },
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://www.mims.com.au/codes",
        "code" : "9685/1/15"
      }
    ],
    "text" : "Forxiga Tablets 10mg Tablets"
  },
  "subject" : {
    🔗 "reference" : "Patient/1078d551-7be2-49f7-a122-c230b8757f2f"
  },
  "effectiveDateTime" : "2026-01-20",
  "dateAsserted" : "2026-01-30",
  "note" : [
    {
      "text" : "daily"
    }
  ],
  "dosage" : [
    {
      "text" : "1",
      "timing" : {
        "code" : {
          "text" : "mane"
        }
      }
    }
  ]
}