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-f005-enalapril.xml

Raw XML (canonical form)

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

Raw XML

<Medication xmlns="http://hl7.org/fhir">
  <id value="f005"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <name value="Enalapril"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="318851002"/><!--    SNOMED CT classification code    -->
      <display value="Enalapril maleate 5mg tablet"/>
    </coding>
  </code>
  <isBrand value="true"/><!--   &lt;manufacturer&gt; Linked to non excisting Reference(Organization) 
        OID: 2.16.840.1.113883.4.642.1.4 
        &lt;reference value=&quot;Organization/F000&quot;/&gt;
        &lt;display value=&quot;Magistra&quot;/&gt;
        &lt;/manufacturer&gt;    -->
  <kind value="product"/>
  <package>
    <container>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="398124009"/>
        <display value="drug container"/>
      </coding>
    </container>
  </package>
</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.