This page is part of the FHIR Specification (v4.4.0: R5 Preview #2). 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)
Example of packagedproductdefinition (id = "example")
<?xml version="1.0" encoding="UTF-8"?> <PackagedProductDefinition xmlns="http://hl7.org/fhir"> <id value="example"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p> <b> Generated Narrative with Details</b> </p> <p> <b> id</b> : example</p> <p> <b> identifier</b> : {PCID}</p> <p> <b> description</b> : ALU-PVC/PVDC BLISTERS. CARTONS OF 10 FILM-COATED TABLETS. </p> <h3> BatchIdentifiers</h3> <table> <tr> <td> -</td> <td> <b> OuterPackaging</b> </td> </tr> <tr> <td> *</td> <td> AAF5699</td> </tr> </table> <blockquote> <p> <b> package</b> </p> <p> <b> type</b> : Carton <span> (Details : {http://ema.europa.eu/example/packageitemcontainertype code 'Carton' = 'Carton)</span> </p> <p> <b> quantity</b> : 1</p> <p> <b> material</b> : PVC <span> (Details : {http://ema.europa.eu/example/packageItemContainerMaterial code 'PVC' = 'PVC)</span> , PVDC <span> (Details : {http://ema.europa.eu/example/packageItemContainerMaterial code 'PVDC' = 'PVDC)</span> , alu <span> (Details : {http://ema.europa.eu/example/packageItemContainerMaterial code 'alu' = 'alu)</span> </p> <p> <b> manufacturer</b> : <a> Organization/example</a> </p> <blockquote> <p> <b> property</b> </p> <p> <b> type</b> : height <span> (Details : {[not stated] code 'height' = 'height)</span> </p> <p> <b> value</b> : 50 mm</p> </blockquote> <blockquote> <p> <b> property</b> </p> <p> <b> type</b> : width <span> (Details : {[not stated] code 'width' = 'width)</span> </p> <p> <b> value</b> : 136 mm</p> </blockquote> <blockquote> <p> <b> property</b> </p> <p> <b> type</b> : width <span> (Details : {[not stated] code 'width' = 'width)</span> </p> <p> <b> value</b> : 45 mm</p> </blockquote> <blockquote> <p> <b> property</b> </p> <p> <b> type</b> : depth <span> (Details : {[not stated] code 'depth' = 'depth)</span> </p> <p> <b> value</b> : 23.5 mm</p> </blockquote> <h3> Packages</h3> <table> <tr> <td> -</td> </tr> <tr> <td> *</td> </tr> </table> </blockquote> </div> </text> <identifier> <system value="http://ema.europa.eu/example/pcid"/> <value value="{PCID}"/> </identifier> <description value="ALU-PVC/PVDC BLISTERS. CARTONS OF 10 FILM-COATED TABLETS. "/> <batchIdentifier> <outerPackaging> <system value="http://ema.europa.eu/example/baid1"/> <value value="AAF5699"/> <period> <end value="2016-06-06"/> </period> </outerPackaging> </batchIdentifier> <package> <type> <coding> <system value="http://ema.europa.eu/example/packageitemcontainertype"/> <code value="Carton"/> </coding> </type> <quantity value="1"/> <material> <coding> <system value="http://ema.europa.eu/example/packageItemContainerMaterial"/> <code value="PVC"/> </coding> </material> <material> <coding> <system value="http://ema.europa.eu/example/packageItemContainerMaterial"/> <code value="PVDC"/> </coding> </material> <material> <coding> <system value="http://ema.europa.eu/example/packageItemContainerMaterial"/> <code value="alu"/> </coding> </material> <manufacturer> <reference value="Organization/example"/> </manufacturer> <property> <type> <coding> <code value="height"/> </coding> </type> <valueQuantity> <value value="50"/> <unit value="mm"/> </valueQuantity> </property> <property> <type> <coding> <code value="width"/> </coding> </type> <valueQuantity> <value value="136"/> <unit value="mm"/> </valueQuantity> </property> <property> <type> <coding> <code value="width"/> </coding> </type> <valueQuantity> <value value="45"/> <unit value="mm"/> </valueQuantity> </property> <property> <type> <coding> <code value="depth"/> </coding> </type> <valueQuantity> <value value="23.5"/> <unit value="mm"/> </valueQuantity> </property> <package> <type> <coding> <system value="http://ema.europa.eu/example/packageitemcontainertype"/> <code value="Blister"/> </coding> </type> <quantity value="1"/> <material> <coding> <system value="http://ema.europa.eu/example/packageItemContainerMaterial"/> <code value="Paperboard"/> </coding> </material> <shelfLifeStorage> <type> <coding> <system value="http://ema.europa.eu/example/shelfLifeTypePlaceHolder"/> <code value="ShelfLifeofPackagedMedicinalProduct"/> </coding> </type> <period> <value value="3"/> <unit value="a"/> </period> <specialPrecautionsForStorage> <coding> <system value="http://ema.europa.eu/example/specialprecautionsforstorage"/> <code value="Thismedicinalproductdoesnotrequireanyspecialstoragecondition."/> </coding> </specialPrecautionsForStorage> </shelfLifeStorage> <manufacturer> <reference value="Organization/example"/> </manufacturer> <property> <type> <coding> <code value="height"/> </coding> </type> <valueQuantity> <value value="125"/> <unit value="mm"/> </valueQuantity> </property> <property> <type> <coding> <code value="width"/> </coding> </type> <valueQuantity> <value value="45"/> <unit value="mm"/> </valueQuantity> </property> <containedItem> <item> <reference value="ManufacturedItemDefinition/example"/> </item> <amountInteger value="12"/> </containedItem> </package> </package> </PackagedProductDefinition>
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.