Id1.3.6.1.4.1.12559.11.10.1.3.1.3.38Effective Date2022‑03‑08 14:00:12
Statusretired RetiredVersion Label
NameeHDSIasContentDisplay NameeHDSI asContent
Open/ClosedOpen (other than defined elements are allowed)
ItemDTCardConfDescriptionLabel
pharm:quantity
PQ1 … 1MThe quantity which specified how many inner packaged content entities are in an outer packaging container entity.

The preferred way is to provide the quantity in a coded form using the @unit and @value attributes.
If no coded information is available and even the use of UCUM annotations is not sufficient and more information is available within the national infrastructure, the originalText element can be used to add additional information:

<hl7:translation>
<hl7:originalText>tablets</hl7:originalText>
</hl7:translation>
To improve understanding for the receiver, the additional information has to be provided in English.
eHDSdotstent
@unit
cs1 … 1RThe value of the unit attibute should come from the eHDSIUnit value set. There is no constraint since we also want to enable the use of UCUM annotations, that are not part of the value set.
@value
1 … 1R
 Example<quantity value="20" unit="{tablet}"/>
 Example<quantity value="10" unit="mL"/>
pharm:containerPackagedProduct
1 … 1RIt represents the most inner Package Item or the Packaged Medicinal Product.
eHDSdotstent
@classCode
cs1 … 1FCONT
@determinerCode
cs1 … 1FKIND
 Example<containerPackagedProduct classCode="CONT" determinerCode="KIND">...</containerPackagedProduct>
pharm:code
CE.EPSOS0 … 1R
It represents the code of the Package Item or of the Packaged Medicinal Product. If this is also the most outer <pharm:containerPackagedProduct> than this element can be used to convey the (IDMP) Packaged Medicinal Product ID (e.g. the IDMP PCID when it will become actually available for usage).
 
The presence of the PCID indicates that that element represents the "Packaged Medicinal Product".
eHDSdotstent
pharm:name
ST0 … *R
It represents the Name of the Package Item or of the Packaged Medicinal Product. If this is also the most outer <pharm:containerPackagedProduct> than this element can be used for the brand name.

If the detailed description of the product is not available, the element SHALL be skipped.
eHDSdotstent
 Example
Acceptable 1
<name>LIPITOR F.C.TAB 20MG/TAB ΒTx 14 (BLIST 2x 7)</name>
 Example
Acceptable 2
<name>TIARTAN*28CPR RIV 600+12,5MG</name>
 Example
Acceptable 3
<name>Triplixam, perindopril + indapamid + amlodipin / tbl. film obl. 30x(5 mg+1,25 mg+5 mg), C09BX01161</name>
 Example
Unacceptable 1
<name>EASYHALER</name>
 Example
Unacceptable 2
<name>amoxicillin</name>
 Example
Unacceptable 3
<name>TIARTAN</name>
pharm:formCode
CE.EPSOS1 … 1RThis element encodes the type of the most inner package item or of the Packaged Medicinal Product.
eHDSdotstent
 CONF
The value of @code shall be drawn from value set 1.3.6.1.4.1.12559.11.10.1.3.1.42.2 eHDSIDoseForm (DYNAMIC)
or
The value of @code shall be drawn from value set 1.3.6.1.4.1.12559.11.10.1.3.1.42.3 eHDSIPackage (DYNAMIC)
 Example<formCode code="10100500" codeSystem="0.4.0.127.0.16.1.1.2.1" displayName="Concentrate for oral suspension"/>
pharm:asContent
0 … 1
In case of multiple layers of packaging (5 vials 10 ml; box with 2 blisters of 20 tablets) this element can be used for describing the intermediate Packaged Medicinal Product Item or the Packaged Medicinal Product.
For example in the case 

  \--Box 
  \-----2 blisters 
  \--------20 tablets 

it describes the "2 blisters" 
In the case of 

  \--Box 
  \-----5 vials

it represents the Packaged Medicinal Product. 
eHDSdotstent
@classCode
cs1 … 1FCONT
 Example
Packaged Medicinal Product with multiple layers packaging
<asContent>
  <containerPackagedProduct>
    <!-- Inner Package -->
    <code codeSystem="..." code="..." displayName="..."/>    <asContent>
      <containerPackagedProduct>
        <!-- Intermediate Package -->
        <asContent>
          <containerPackagedProduct>
            <!-- Outer Package / Packaged Medicinal Product -->
          </containerPackagedProduct>
        </asContent>
      </containerPackagedProduct>
    </asContent>
  </containerPackagedProduct>
</asContent>
 Example
Packaged Medicinal Product with formCode
<asContent>
  <containerPackagedProduct>
    <!-- Packaged Medicinal Product -->
    <code codeSystem="1.999.999" code="PC_ID" displayName="Packaged Product Name"/>    <name>100 MIRACLE PILLS(TM)</name>    <formCode codeSystem="0.4.0.127.0.16.1.1.2.1" code="30009000" displayName="Box" CodeSystemName="EDQM"/>  </containerPackagedProduct>
</asContent>
pharm:quantity
PQ1 … 1MThe quantity which specified how many inner packaged content entities are in an outer packaging container entity.
eHDSdotstent
@unit
cs1 … 1R

3 possible uses for the @unit attribute are allowed:

  1. The preferred situation where value of the unit attibute comes from the eHDSIUnit value set.
  2. A UCUM annotation can be used in the unit attribute. In the case of countable items, the content between curly brackets must be a concept from the eHDSIQuantityUnit value set.
  3. For countable units, the unit attribute can also be set to '1', and the translation element can be used to convey the type of content item.
@value
1 … 1R
 Example
unit value is a UCUM annotation
<quantity value="20" unit="{tablet}"/>
 Example
unit value is from the eHDSIUnit value set
<quantity value="10" unit="mL"/>
 Example
unit value is set to 1
<quantity value="10" unit="1">
  <translation>
    <originalText>Tablet</originalText>  </translation>
</quantity>
pharm:containerPackagedProduct
1 … 1RIt represents the intermediate Package Item or the Packaged Medicinal Product.
eHDSdotstent
@classCode
cs1 … 1FCONT
@determinerCode
cs1 … 1FKIND
 Example<containerPackagedProduct classCode="CONT" determinerCode="KIND">...</containerPackagedProduct>
pharm:code
CE.EPSOS0 … 1R
If this is also the most inner  <pharm:containerPackagedProduct> than the <code> element can be used to convey the (IDMP) Packaged Medicinal Product ID (e.g. the IDMP PCID when it will become actually available for usage).
 
The presence of the PCID indicates that that element represents the "Packaged Medicinal Product".
eHDSdotstent
pharm:name
ST0 … *R
It represents the Name of the Package Item or of the Packaged Medicinal Product
If this is also the most inner  <pharm:containerPackagedProduct> than this element can be used for the brand name.
eHDSdotstent
pharm:formCode
CE.EPSOS1 … 1RThis element encodes the type of the most inner package item or of the or the Packaged Medicinal Product.
eHDSdotstent
 CONF
The value of @code shall be drawn from value set 1.3.6.1.4.1.12559.11.10.1.3.1.42.2 eHDSIDoseForm (DYNAMIC)
or
The value of @code shall be drawn from value set 1.3.6.1.4.1.12559.11.10.1.3.1.42.3 eHDSIPackage (DYNAMIC)
 Example<formCode code="10100500" codeSystem="0.4.0.127.0.16.1.1.2.1" displayName="Concentrate for oral suspension"/>
pharm:asContent
0 … 1
In case of multiple layers of packaging (box with 2 blisters of 20 tablets) this element is used for describing the most outer Packaged Medicinal Product Item or the Packaged Medicinal Product.
For example in the case 

  \--Box 
  \-----2 blisters 
  \--------20 tablets 

it describes the Packaged Medicinal Product. 
eHDSdotstent
@classCode
cs1 … 1FCONT
pharm:quantity
PQ1 … 1MThe quantity which specified how many inner packaged content entities are in an outer packaging container entity.eHDSdotstent
@unit
cs1 … 1R

3 possible uses for the @unit attribute are allowed:

  1. The preferred situation where value of the unit attibute comes from the eHDSIUnit value set.
  2. A UCUM annotation can be used in the unit attribute. In the case of countable items, the content between curly brackets must be a concept from the eHDSIQuantityUnit value set.
  3. For countable units, the unit attribute can also be set to '1', and the translation element can be used to convey the type of content item.
@value
1 … 1R
 Example<quantity value="20" unit="{Tablet}"/>
 Example<quantity value="10" unit="mL"/>
 Example<quantity value="10" unit="1">
  <translation>
    <originalText>Tablet</originalText>  </translation>
</quantity>
pharm:containerPackagedProduct
1 … 1RWhen present, it represents the Packaged Medicinal Product.
eHDSdotstent
@classCode
cs1 … 1FCONT
@determinerCode
cs1 … 1FKIND
 Example<containerPackagedProduct classCode="CONT" determinerCode="KIND">...</containerPackagedProduct>
pharm:code
CE.EPSOS0 … 1RWhen present, it can be used to convey the (IDMP) Packaged Medicinal Product ID (e.g. the IDMP PCID when it will become actually available for usage).
eHDSdotstent
pharm:name
ST0 … *RWhen present, it can be used for the representing the brand name.
eHDSdotstent
pharm:formCode
CE.EPSOS1 … 1RWhen present, it encodes the type of the outer package.
eHDSdotstent
 CONF
The value of @code shall be drawn from value set 1.3.6.1.4.1.12559.11.10.1.3.1.42.2 eHDSIDoseForm (DYNAMIC)
or
The value of @code shall be drawn from value set 1.3.6.1.4.1.12559.11.10.1.3.1.42.3 eHDSIPackage (DYNAMIC)
 Example<formCode code="10100500" codeSystem="0.4.0.127.0.16.1.1.2.1" displayName="Concentrate for oral suspension"/>