Canonical Resource Management Infrastructure Implementation Guide
2.0.0-ballot - STU 2 - Ballot International flag

This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Example MedicationKnowledge Definition - XML Representation

Page standards status: Informative

Raw xml | Download


<MedicationKnowledge xmlns="http://hl7.org/fhir">
  <id value="definition-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-medicationknowledgedefinition"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationKnowledge definition-example</b></p><a name="definition-example"> </a><a name="hcdefinition-example"> </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-crmi-medicationknowledgedefinition.html">CRMI MedicationKnowledge Definition</a></p></div><p><b>code</b>: <span title="Codes:{http://hl7.org/fhir/sid/ndc 0069-2587-10}">Vancomycin Hydrochloride, 10 VIAL in 1 CARTON (0069-2587-10) &gt; 10 mL in 1 VIAL (0069-2587-03) (package)</span></p><p><b>status</b>: Active</p><p><b>doseForm</b>: <span title="Codes:{http://snomed.info/sct 385219001}">Solution for injection</span></p><p><b>amount</b>: 50 mg/ml</p><p><b>synonym</b>: Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)</p></div>
  </text>
  <code>
    <coding>
      <system value="http://hl7.org/fhir/sid/ndc"/>
      <code value="0069-2587-10"/>
      <display
               value="Vancomycin Hydrochloride, 10 VIAL in 1 CARTON (0069-2587-10) &gt; 10 mL in 1 VIAL (0069-2587-03) (package)"/>
    </coding>
  </code>
  <status value="active"/>
  <doseForm>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="385219001"/>
      <display value="Solution for injection"/>
    </coding>
  </doseForm>
  <amount>
    <value value="50"/>
    <unit value="mg/ml"/>
  </amount>
  <synonym value="Vancomycin Hydrochloride (VANCOMYCIN HYDROCHLORIDE)"/>
</MedicationKnowledge>