This page is part of the FHIR Specification (v1.1.0: STU 3 Ballot 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
This is a frozen snapshot of the FHIR specification created for the purpose of balloting the GAO implementation Guide. It includes draft changes that may be part of the future DSTU 2.1 release but further change is expected. Readers should focus solely on the GAO implementation content, and FHIR DSTU 2 for other purposes.
Real-world medication example (id = "f001")
<Medication xmlns="http://hl7.org/fhir"> <id value="f001"/> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f001</p><p><b>code</b>: Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler <span>(Details : {SNOMED CT code '320442002' = '320442002', given as 'Salbutamol+ipratropium bromide 100micrograms/20micrograms inhaler'})</span></p><p><b>isBrand</b>: true</p><blockquote><p><b>product</b></p><p><b>form</b>: Inhaler (qualifier value) <span>(Details : {SNOMED CT code '420317006' = '420317006', given as 'Inhaler (qualifier value)'})</span></p><h3>Ingredients</h3><table><tr><td>-</td><td><b>Item</b></td><td><b>Amount</b></td></tr><tr><td>*</td><td><a>Combivent</a></td><td>100 ml<span> (Details: http://unitsofmeasure.org code ml = '??')</span>/1</td></tr></table></blockquote></div></text><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> --> <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"/> <unit 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.