This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). 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 = "f005")
<Medication xmlns="http://hl7.org/fhir"> <id value="f005"/> <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: f005</p><p><b>code</b>: Enalapril maleate 5mg tablet <span>(Details : {SNOMED CT code '318851002' = 'Enalapril maleate 5mg tablet (product)', given as 'Enalapril maleate 5mg tablet'})</span></p><p><b>isBrand</b>: true</p><h3>Packages</h3><table><tr><td>-</td><td><b>Container</b></td></tr><tr><td>*</td><td>drug container <span>(Details : {SNOMED CT code '398124009' = 'Drug container (physical object)', given as 'drug container'})</span></td></tr></table></div></text><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"/> <!-- <manufacturer> Linked to non excisting Reference(Organization) OID: 2.16.840.1.113883.4.642.1.4 <reference value="Organization/F000"/> <display value="Magistra"/> </manufacturer> --> <package> <container> <coding> <system value="http://snomed.info/sct"/> <code value="398124009"/> <display value="drug container"/> </coding> </container> <!-- <content> <itemReference> 1..1 Reference(Medication) A product in the package </itemReference> <amount> <value value="30"/> <unit value="Pill"/> <system value="http://snomed.info/sct"/> <code value="46992007"/> </amount> </content> --> </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.