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

: Example MedicationDispense resource MIMIC-ED - XML Representation

Raw xml | Download



<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="ExampleMimicMedicationDispenseED"/>
  <meta>
    <profile
             value="http://mimic.mit.edu/fhir/mimic/StructureDefinition/mimic-medication-dispense-ed"/>
  </meta>
  <text>
    <status value="generated"/>
    <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 &quot;ExampleMimicMedicationDispenseED&quot; </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> &quot;&quot;</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>
  </text>
  <status value="unknown"/>
  <medicationCodeableConcept>
    <coding>
      <system
              value="http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-medication-gsn"/>
      <code value="041562"/>
    </coding>
    <text value="Ondansetron ODT"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/ExampleMimicPatientED"/>
  </subject>
  <context>🔗 
    <reference value="Encounter/ExampleMimicEncounterED"/>
  </context>
  <whenHandedOver value="2118-07-10T21:22:00.000Z"/>
</MedicationDispense>