<?xml version=“1.0” encoding=“UTF-8”?> <MedicinalProductPackaged xmlns=“hl7.org/fhir”>

<id value="example"/>
  <meta>
  <security>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
    <code value="HTEST"/>
    <display value="test health data"/>
  </security>
</meta>
<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>
  <packageItem>
    <type>
      <coding>
        <system value="http://ema.europa.eu/example/packageitemcontainertype"/>
        <code value="Carton"/>
      </coding>
    </type>
    <quantity>
      <value value="1"/>
      <unit value="1"/>
    </quantity>
    <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>
    <packageItem>
      <type>
        <coding>
          <system value="http://ema.europa.eu/example/packageitemcontainertype"/>
          <code value="Blister"/>
        </coding>
      </type>
      <quantity>
        <value value="1"/>
        <unit value="1"/>
      </quantity>
      <material>
        <coding>
          <system value="http://ema.europa.eu/example/packageItemContainerMaterial"/>
          <code value="Paperboard"/>
        </coding>
      </material>
      <manufacturedItem>
        <reference value="MedicinalProductManufactured/example"/>
      </manufacturedItem>
      <physicalCharacteristics>
        <height>
          <value value="125"/>
          <unit value="mm"/>
        </height>
        <width>
          <value value="45"/>
          <unit value="mm"/>
        </width>
      </physicalCharacteristics>
      <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>
    </packageItem>
    <physicalCharacteristics>
      <height>
        <value value="50"/>
        <unit value="mm"/>
      </height>
      <width>
        <value value="136"/>
        <unit value="mm"/>
      </width>
      <depth>
        <value value="23.5"/>
        <unit value="mm"/>
      </depth>
    </physicalCharacteristics>
    <manufacturer>
      <reference value="Organization/example"/>
    </manufacturer>
  </packageItem>
</MedicinalProductPackaged>