This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
{
"resourceType" : "MedicationAdministration",
"id" : "medicationadministration-example",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2020-11-29T02:03:28.045+00:00",
"profile" : [
"http://hl7.org/fhir/us/health-care-surveys-reporting/StructureDefinition/hcs-medicationadministration"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>MedicationAdministration Narrative</b></p></div>"
},
"status" : "completed",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "285018",
"display" : "Lantus 100 UNT/ML Injectable Solution"
}
]
},
"subject" : {
"reference" : "Patient/1",
"display" : "Donald Duck"
},
"effectivePeriod" : {
"start" : "2015-01-15T04:30:00+01:00",
"end" : "2015-01-15T14:30:00+01:00"
},
"performer" : [
{
"actor" : {
"reference" : "Practitioner/1"
}
}
],
"dosage" : {
"text" : "20 Units SC before breakfast",
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "263887005",
"display" : "Subcutaneous (qualifier value)"
}
]
},
"dose" : {
"value" : 20,
"unit" : "U",
"system" : "http://unitsofmeasure.org",
"code" : "U"
}
}
}