Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions
{
"resourceType" : "MedicationAdministration",
"id" : "inpatient-iv-cefazolin",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Inpatient IV Cefazolin Administration Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This example of a *US Core MedicationAdministration Profile* records a completed inpatient IV infusion of cefazolin 1 g given over 30 minutes by a registered nurse."
}
],
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-medicationadministration"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration inpatient-iv-cefazolin</b></p><a name=\"inpatient-iv-cefazolin\"> </a><a name=\"hcinpatient-iv-cefazolin\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-medicationadministration.html\">US Core MedicationAdministration Profile</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 1665050}\">Cefazolin 1 g IV</span></p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/Patient-example.html\">Amy V. Baxter</a></p><p><b>effective</b>: 2026-05-13 08:00:00+0000 --> 2026-05-13 08:30:00+0000</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"http://hl7.org/fhir/us/core/2026Jan/Practitioner-practitioner-1.html\">Dr Ronald Bone</a></td></tr></table><p><b>request</b>: <a href=\"http://hl7.org/fhir/us/core/2026Jan/MedicationRequest-medicationrequest-referenced-oral-axid.html\">MedicationRequest: status = active; intent = order; authoredOn = 2008-04-05</a></p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td><td><b>Dose</b></td></tr><tr><td style=\"display: none\">*</td><td>1 g IV over 30 minutes</td><td><span title=\"Codes:{http://snomed.info/sct 47625008}\">Intravenous route</span></td><td>1 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codeg = 'g')</span></td></tr></table></div>"
},
"status" : "completed",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "1665050",
"display" : "cefazolin 1000 MG Injection"
}
],
"text" : "Cefazolin 1 g IV"
},
"subject" : {
"reference" : "Patient/example",
"display" : "Amy V. Baxter"
},
"effectivePeriod" : {
"start" : "2026-05-13T08:00:00Z",
"end" : "2026-05-13T08:30:00Z"
},
"performer" : [
{
"actor" : {
"reference" : "Practitioner/practitioner-1",
"display" : "Dr Ronald Bone"
}
}
],
"request" : {
"reference" : "MedicationRequest/medicationrequest-referenced-oral-axid"
},
"dosage" : {
"text" : "1 g IV over 30 minutes",
"route" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "47625008",
"display" : "Intravenous route"
}
]
},
"dose" : {
"value" : 1,
"unit" : "g",
"system" : "http://unitsofmeasure.org",
"code" : "g"
}
}
}