{
  "resourceType" : "MedicationStatement",
  "id" : "eorders-medicationstatement-eliquis-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> Eliquis Tablets 5mg Tablets</p><p><b>Dosage:</b> 1 tab bd</p><p><b>Status:</b> Active</p><p><b>Instructions:</b> As directed</p><p><b>Last Printed:</b> 20/1/2026</p></div>"
  },
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://www.mims.com.au/codes",
      "code" : "9040/1/7"
    }],
    "text" : "Eliquis Tablets 5mg Tablets"
  },
  "subject" : {
    "reference" : "Patient/1078d551-7be2-49f7-a122-c230b8757f2f"
  },
  "effectiveDateTime" : "2026-01-20",
  "dateAsserted" : "2026-01-30",
  "note" : [{
    "text" : "As directed"
  }],
  "dosage" : [{
    "text" : "1 tab",
    "timing" : {
      "code" : {
        "text" : "bd"
      }
    }
  }]
}