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-IV - XML Representation

Raw xml | Download



<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="ExampleMimicMedicationDispense"/>
  <meta>
    <profile
             value="http://mimic.mit.edu/fhir/mimic/StructureDefinition/mimic-medication-dispense"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: MedicationDispense</b><a name="ExampleMimicMedicationDispense"> </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;ExampleMimicMedicationDispense&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mimic-medication-dispense.html">MIMIC Medication Dispense</a></p></div><p><b>identifier</b>: <code>http://mimic.mit.edu/fhir/mimic/identifier/medication-dispense</code>/29195459</p><p><b>status</b>: completed</p><p><b>medication</b>: Potassium Chloride <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-mimic-medication-name.html">MimicMedicationName</a>#Potassium Chloride)</span></p><p><b>subject</b>: <a href="Patient-ExampleMimicPatient.html">Patient/ExampleMimicPatient</a> &quot; PATIENT_10000032&quot;</p><p><b>context</b>: <a href="Encounter-ExampleMimicEncounter.html">Encounter/ExampleMimicEncounter</a></p><p><b>authorizingPrescription</b>: <a href="MedicationRequest-ExampleMimicMedicationRequest.html">MedicationRequest/ExampleMimicMedicationRequest</a></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Timing</b></td><td><b>Route</b></td></tr><tr><td style="display: none">*</td><td>Code: ONCE</td><td>PO <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="CodeSystem-mimic-medication-route.html">MimicMedicationRoute</a>#PO)</span></td></tr></table></div>
  </text>
  <identifier>
    <system
            value="http://mimic.mit.edu/fhir/mimic/identifier/medication-dispense"/>
    <value value="29195459"/>
  </identifier>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system
              value="http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-medication-name"/>
      <code value="Potassium Chloride"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/ExampleMimicPatient"/>
  </subject>
  <context>🔗 
    <reference value="Encounter/ExampleMimicEncounter"/>
  </context>
  <authorizingPrescription>🔗 
    <reference value="MedicationRequest/ExampleMimicMedicationRequest"/>
  </authorizingPrescription>
  <dosageInstruction>
    <timing>
      <code>
        <coding>
          <system
                  value="http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-medication-frequency"/>
          <code value="ONCE"/>
        </coding>
      </code>
    </timing>
    <route>
      <coding>
        <system
                value="http://mimic.mit.edu/fhir/mimic/CodeSystem/mimic-medication-route"/>
        <code value="PO"/>
      </coding>
    </route>
  </dosageInstruction>
</MedicationDispense>