Clinibus FHIR specification
0.1.8 - ci-build
Clinibus FHIR specification - Local Development build (v0.1.8) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MedicationStatement",
"id" : "example-medicationstatement",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement example-medicationstatement</b></p><a name=\"example-medicationstatement\"> </a><a name=\"hcexample-medicationstatement\"> </a><a name=\"example-medicationstatement-en-US\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc C09AA05}\">Enalapril 10mg</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Matti Mallikas Male, DoB: 1962-05-03 ( Social Security Number: 030562-9952)</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>AsNeeded[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>false</td></tr></table></div>"
},
"status" : "active",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.whocc.no/atc",
"code" : "C09AA05",
"display" : "Enalapril"
}
],
"text" : "Enalapril 10mg"
},
"subject" : {
🔗 "reference" : "Patient/example-patient"
},
"dosage" : [
{
"asNeededBoolean" : false
}
]
}