This page is part of the FHIR Specification (v4.1.0: Release 4B 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 . Page versions: R5 R4B
Biomedical Research and Regulation Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Not linked to any defined compartments |
Raw XML (canonical form + also see XML Format Specification)
Acetaminophin product, pack and tablet (using contained resources) (id = "Acetamin-500-20-generic")
<?xml version="1.0" encoding="UTF-8"?> <MedicinalProductDefinition xmlns="http://hl7.org/fhir"> <id value="Acetamin-500-20-generic"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative</b> </p> <p> <b> identifier</b> : id: 12345</p> <h3> PackagedMedicinalProducts</h3> <table> <tr> <td> -</td> </tr> <tr> <td> *</td> </tr> </table> <h3> Names</h3> <table> <tr> <td> -</td> <td> <b> ProductName</b> </td> </tr> <tr> <td> *</td> <td> Acetaminophen 500 mg tablets [generic]</td> </tr> </table> </div> </text> <contained> <PackagedProductDefinition> <id value="Acetamin-pack-20"/> <package> <type> <coding> <code value="cardboard box"/> </coding> </type> <!-- the item contained in the pack (note this is a different concept to a "contained" resource, above) --> <containedItem> <item> <reference> <reference value="#Acetamin-tab-500"/> </reference> </item> <amountInteger value="20"/> </containedItem> </package> </PackagedProductDefinition> </contained> <contained> <ManufacturedItemDefinition> <id value="Acetamin-tab-500"/> <manufacturedDoseForm> <coding> <code value="tablet"/> </coding> </manufacturedDoseForm> <ingredient> <reference> <reference value="#Acetamin-ing-500"/> </reference> </ingredient> </ManufacturedItemDefinition> </contained> <contained> <Ingredient> <id value="Acetamin-ing-500"/> <role> <coding> <code value="active"/> </coding> </role> <substance> <code> <concept> <coding> <system value="http://snomed.info/sct"/> <code value="387517004"/> <display value="Acetaminophen"/> </coding> </concept> </code> <strength> <presentation> <numerator> <value value="500"/> <unit value="mg"/> </numerator> <denominator> <value value="1"/> <unit value="tablet"/> </denominator> </presentation> </strength> </substance> </Ingredient> </contained> <identifier> <system value="http://example.nation.org/drugs"/> <value value="12345"/> </identifier> <packagedMedicinalProduct> <reference> <reference value="#Acetamin-pack-20"/> </reference> </packagedMedicinalProduct> <name> <productName value="Acetaminophen 500 mg tablets [generic]"/> </name> </MedicinalProductDefinition>
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.