This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Real-world medication example (id = "f001")
<Medication xmlns="http://hl7.org/fhir"> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <p> <b>Generated Narrative</b> </p> <p> <b>name</b>: Combivent </p> <p> <b>code</b>: <span title="Codes: {http://snomed.info/sct 320442002}">Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler</span> </p> <p> <b>isBrand</b>: true </p> <p> <b>kind</b>: product </p> <blockquote> <p> <b>product</b> </p> <p> <b>form</b>: <span title="Codes: {http://snomed.info/sct 420317006}">Inhaler (qualifier value)</span> </p> <h3>Ingredients</h3> <table class="grid"> <tr> <td> <b>Item</b> </td> <td> <b>Amount</b> </td> </tr> <tr> <td>Combivent</td> <td>100 ml/1 null</td> </tr> </table> </blockquote> </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"/><!-- <manufacturer> Linked to a RESOURCE Organization OID: 2.16.840.1.113883.4.642.1.4 <reference value="Organization/f001"/>TODO Incorrecte verwijzing <display value="Eureco-Pharma B.V."/> </manufacturer> --> <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>