DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Medication-example-f001-combivent.xml

Raw XML (canonical form)

Real-world medication example (id = "f001")

Raw XML

<Medication xmlns="http://hl7.org/fhir">
  <id value="f001"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <name value="Combivent"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="320442002"/><!--    SNOMED CT classification code    -->
      <display value="Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler"/>
    </coding>
  </code>
  <isBrand value="true"/><!--       &lt;manufacturer&gt;  Linked to a RESOURCE Organization 
        OID: 2.16.840.1.113883.4.642.1.4 
        &lt;reference value=&quot;Organization/f001&quot;/&gt;TODO Incorrecte verwijzing
        &lt;display value=&quot;Eureco-Pharma B.V.&quot;/&gt;
    &lt;/manufacturer&gt;   -->
  <kind value="product"/>
  <product>
    <form>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="420317006"/><!--    SNOMED CT classification code    -->
        <display value="Inhaler (qualifier value)"/>
      </coding>
    </form>
    <ingredient>
      <item><!--    Linked to a RESOURCE Medication    --><!--    OID: 2.16.840.1.113883.4.642.1.4    -->
        <reference value="Medication/f001"/>
        <display value="Combivent"/>
      </item>
      <amount>
        <numerator>
          <value value="100"/>
          <units value="ml"/>
          <system value="http://unitsofmeasure.org"/><!--    UnitsOfMeasure.org clasification system    -->
          <code value="ml"/>
        </numerator>
        <denominator>
          <value value="1"/>
        </denominator>
      </amount>
    </ingredient>
  </product>
</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.