Magentus Practice Management FHIR Implementation Guide
1.2.60 - ci-build
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
{
"resourceType" : "MedicationStatement",
"id" : "eorders-medicationstatement-crestor-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> Crestor Tablets 5mg Tablets</p><p><b>Dosage:</b> 1 tab mane</p><p><b>Status:</b> Active</p><p><b>Last Printed:</b> 20/1/2026</p></div>"
},
"status" : "active",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.mims.com.au/codes",
"code" : "7590/1/38"
}
],
"text" : "Crestor Tablets 5mg Tablets"
},
"subject" : {
🔗 "reference" : "Patient/1078d551-7be2-49f7-a122-c230b8757f2f"
},
"effectiveDateTime" : "2026-01-20",
"dateAsserted" : "2026-01-30",
"dosage" : [
{
"text" : "1 tab",
"timing" : {
"code" : {
"text" : "mane"
}
}
}
]
}