FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Medication/med0323 (XML)

Pharmacy Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

Compounded Preparation - Hand Sanitizer - includes qs Ingredient strength (id = "med0323")

<?xml version="1.0" encoding="UTF-8"?>

<Medication xmlns="http://hl7.org/fhir">
  <id value="med0323"/> 
  <contained> 
    <Substance> 
      <id value="sub10"/> 
      <instance value="false"/> 
      <code> 
        <concept> 
          <coding> 
            <system value="http://snomed.info/sct"/> 
            <code value="419442005"/> 
            <display value="Ethanol (substance)"/> 
          </coding> 
        </concept> 
      </code> 
    </Substance> 
  </contained> 
  <contained> 
    <Substance> 
      <id value="sub11"/> 
      <instance value="false"/> 
      <code> 
        <concept> 
          <coding> 
            <system value="http://snomed.info/sct"/> 
            <code value="387171003"/> 
            <display value="Hydrogen peroxide (substance)"/> 
          </coding> 
        </concept> 
      </code> 
    </Substance> 
  </contained> 
  <contained> 
    <Substance> 
      <id value="sub12"/> 
      <instance value="false"/> 
      <code> 
        <concept> 
          <coding> 
            <system value="http://snomed.info/sct"/> 
            <code value="80582002"/> 
            <display value="Glycerol (substance)"/> 
          </coding> 
        </concept> 
      </code> 
    </Substance> 
  </contained> 
  <contained> 
    <Substance> 
      <id value="sub13"/> 
      <instance value="false"/> 
      <code> 
        <concept> 
          <coding> 
            <system value="http://snomed.info/sct"/> 
            <code value="444883009"/> 
            <display value="Distilled Water (substance)"/> 
          </coding> 
        </concept> 
      </code> 
    </Substance> 
  </contained> 
  <code> 
    <text value="WHO Hand Sanitizer Formulation 1% - 10L"/> 
  </code> 
  <doseForm> 
    <coding> 
      <system value="http://snomed.info/sct"/> 
      <code value="739006009"/> 
      <display value="Solution (basic dose form)"/> 
    </coding> 
  </doseForm> 
  <ingredient> 
    <item> 
      <reference> 
        <reference value="#sub10"/> 
      </reference> 
    </item> 
    <strengthQuantity> 
      <value value="8333"/> 
      <system value="http://unitsofmeasure.org"/> 
      <code value="mL"/> 
    </strengthQuantity> 
  </ingredient> 
  <ingredient> 
    <item> 
      <reference> 
        <reference value="#sub11"/> 
      </reference> 
    </item> 
    <strengthQuantity> 
      <value value="417"/> 
      <system value="http://unitsofmeasure.org"/> 
      <code value="mL"/> 
    </strengthQuantity> 
  </ingredient> 
  <ingredient> 
    <item> 
      <reference> 
        <reference value="#sub12"/> 
      </reference> 
    </item> 
    <strengthQuantity> 
      <value value="145"/> 
      <system value="http://unitsofmeasure.org"/> 
      <code value="mL"/> 
    </strengthQuantity> 
  </ingredient> 
  <ingredient> 
    <item> 
      <reference> 
        <reference value="#sub13"/> 
      </reference> 
    </item> 
    <strengthCodeableConcept> 
      <coding> 
        <system value="http://hl7.org/fhir/CodeSystem/medication-ingredientstrength"/> 
        <code value="qs"/> 
        <display value="QS"/> 
      </coding> 
    </strengthCodeableConcept> 
  </ingredient> 
</Medication> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.