MIMIC Implementation Guide
1.3.0 - Draft
MIMIC Implementation Guide - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MedicationDispense",
"id" : "ExampleMimicMedicationDispenseED",
"meta" : {
"profile" : [
🔗 "http://mimic.mit.edu/fhir/mimic/StructureDefinition/mimic-medication-dispense-ed"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: MedicationDispense</b><a name=\"ExampleMimicMedicationDispenseED\"> </a></p><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\">Resource MedicationDispense "ExampleMimicMedicationDispenseED" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mimic-medication-dispense-ed.html\">MIMIC-ED MedicationDispense</a></p></div><p><b>status</b>: unknown</p><p><b>medication</b>: Ondansetron ODT <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-mimic-medication-gsn.html\">MimicMedicationGsn</a>#041562)</span></p><p><b>subject</b>: <a href=\"Patient-ExampleMimicPatientED.html\">Patient/ExampleMimicPatientED</a> ""</p><p><b>context</b>: <a href=\"Encounter-ExampleMimicEncounterED.html\">Encounter/ExampleMimicEncounterED</a></p><p><b>whenHandedOver</b>: 2118-07-10 21:22:00+0000</p></div>"
},
"status" : "unknown",
"medicationCodeableConcept" : {
"coding" : [
{
"system" : "http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-medication-gsn",
"code" : "041562"
}
],
"text" : "Ondansetron ODT"
},
"subject" : {
🔗 "reference" : "Patient/ExampleMimicPatientED"
},
"context" : {
🔗 "reference" : "Encounter/ExampleMimicEncounterED"
},
"whenHandedOver" : "2118-07-10T21:22:00.000Z"
}