FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example PackagedProductDefinition/example (XML)

Biomedical Research and Regulation Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: No defined compartments

Raw XML (canonical form + also see XML Format Specification)

General example, carton with blister pack and tablets inside (id = "example")

<?xml version="1.0" encoding="UTF-8"?>

<PackagedProductDefinition xmlns="http://hl7.org/fhir">
  <id value="example"/> 
  <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."/> 
  <!--   outer packaging   -->
  <packaging> 
    <type> 
      <coding> 
        <system value="http://ema.europa.eu/example/packageitemcontainertype"/> 
        <code value="Carton"/> 
      </coding> 
    </type> 
    <!--   top level, so this can only ever be 1, but it is optional   -->
    <quantity value="1"/> 
    <material> 
      <coding> 
        <system value="http://ema.europa.eu/example/packageItemContainerMaterial"/> 
        <code value="Paperboard"/> 
      </coding> 
    </material> 
    <manufacturer> 
      <reference value="Organization/example"/> 
    </manufacturer> 
    <property> 
      <type> 
        <coding> 
          <code value="height"/> 
        </coding> 
      </type> 
      <valueQuantity> 
        <value value="50"/> 
        <unit value="mm"/> 
        <system value="http://unitsofmeasure.org"/> 
        <code value="mm"/> 
      </valueQuantity> 
    </property> 
    <property> 
      <type> 
        <coding> 
          <code value="width"/> 
        </coding> 
      </type> 
      <valueQuantity> 
        <value value="45"/> 
        <unit value="mm"/> 
        <system value="http://unitsofmeasure.org"/> 
        <code value="mm"/> 
      </valueQuantity> 
    </property> 
    <property> 
      <type> 
        <coding> 
          <code value="depth"/> 
        </coding> 
      </type> 
      <valueQuantity> 
        <value value="23.5"/> 
        <unit value="mm"/> 
        <system value="http://unitsofmeasure.org"/> 
        <code value="mm"/> 
      </valueQuantity> 
    </property> 
    <!--   inner packaging   -->
    <packaging> 
      <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="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> 
      <shelfLifeStorage> 
        <type> 
          <coding> 
            <system value="http://ema.europa.eu/example/shelfLifeTypePlaceHolder"/> 
            <code value="ShelfLifeofPackagedMedicinalProduct"/> 
          </coding> 
        </type> 
        <periodDuration> 
          <value value="3"/> 
          <unit value="year"/> 
          <system value="http://unitsofmeasure.org"/> 
          <code value="a"/> 
        </periodDuration> 
        <specialPrecautionsForStorage> 
          <coding> 
            <system value="http://ema.europa.eu/example/specialprecautionsforstorage"/> 
            <code value="none"/> 
          </coding> 
        </specialPrecautionsForStorage> 
      </shelfLifeStorage> 
      <manufacturer> 
        <reference value="Organization/example"/> 
      </manufacturer> 
      <property> 
        <type> 
          <coding> 
            <code value="height"/> 
          </coding> 
        </type> 
        <valueQuantity> 
          <value value="45"/> 
          <unit value="mm"/> 
          <system value="http://unitsofmeasure.org"/> 
          <code value="mm"/> 
        </valueQuantity> 
      </property> 
      <property> 
        <type> 
          <coding> 
            <code value="width"/> 
          </coding> 
        </type> 
        <valueQuantity> 
          <value value="35"/> 
          <unit value="mm"/> 
          <system value="http://unitsofmeasure.org"/> 
          <code value="mm"/> 
        </valueQuantity> 
      </property> 
      <containedItem> 
        <item> 
          <reference> 
            <reference value="ManufacturedItemDefinition/tablet"/> 
          </reference> 
        </item> 
        <!--   10 tablets in the blister pack   -->
        <amount> 
          <value value="10"/> 
        </amount> 
      </containedItem> 
    </packaging> 
  </packaging> 
</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.