2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). 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-f004-metoprolol.xml

Raw XML (canonical form)

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

Raw XML

<Medication xmlns="http://hl7.org/fhir">
  <id value="f004"/>
    <name value="Metoprolol"/>
    <code>
        <coding>
            <system value="http://snomed.info/sct"/>
            <code value="318475005"/> <!--   SNOMED CT classification code   -->
            <display value="Metoprolol tartrate 50mg 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>
        <!--   &lt;content&gt;
            &lt;item&gt; 1..1 Reference(Medication) A product in the package &lt;/item&gt;
            &lt;amount&gt;
            &lt;value value=&quot;30&quot;/&gt;
            &lt;units value=&quot;Pill&quot;/&gt;
            &lt;system value=&quot;http://snomed.info/sct&quot;/&gt;
            &lt;code value=&quot;46992007&quot;/&gt;
            &lt;/amount&gt; 
            &lt;/content&gt;   -->
    </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.