Id1.3.182.11.5.2.3.2Effective Date2017‑12‑27 16:11:03
Statusdraft DraftVersion Label
NameMedicineEntryDisplay NameMedicine Entry
ClassificationCDA Entry Level Template
Open/ClosedClosed (only defined elements are allowed)
Used by / Uses
Used by 0 transactions and 2 templates, Uses 0 templates
Used by as NameVersion
1.3.182.11.5.2.3.1Includedraft Med Prescription Item Entry2017‑12‑27 11:30:45
1.3.182.11.6.2.3.1Containmentdraft Dispensed Supply Entry2018‑06‑08 16:16:06
Example
Example
<manufacturedMaterial classCode="MMAT" determinerCode="KIND">
  <templateId root="1.3.182.11.5.2.3.2"/>  <code code="2006028443" codeSystem="1.3.182.5.47"/>  <name>DAFALGAN CODEINE: codéine phosphate * 30 mg + paracétamol * 500 mg ; voie orale ; cp</name>  <pharm:formCode code="59" codeSystem="1.3.182.5.36" displayName="cp"/>  <pharm:ingredient classCode="ACTI">
    <pharm:quantity>
      <pharm:numerator xsi:type="pharm:PQ" value="30" unit="mg"/>      <pharm:denominator xsi:type="pharm:PQ" value="1"/>    </pharm:quantity>
    <pharm:ingredient classCode="MMAT" determinerCode="KIND">
      <pharm:code code="1044" codeSystem="1.3.182.5.35"/>      <pharm:name>codéine phosphate</pharm:name>    </pharm:ingredient>
  </pharm:ingredient>
  <pharm:ingredient classCode="ACTI">
    <pharm:quantity>
      <pharm:numerator xsi:type="pharm:PQ" value="500" unit="mg"/>      <pharm:denominator xsi:type="pharm:PQ" value="1"/>    </pharm:quantity>
    <pharm:ingredient classCode="MMAT" determinerCode="KIND">
      <pharm:code code="2649" codeSystem="1.3.182.5.35"/>      <pharm:name>paracétamol</pharm:name>    </pharm:ingredient>
  </pharm:ingredient>
</manufacturedMaterial>
ItemDTCardConfDescriptionLabel
hl7:manufacturedMaterial
1 … 1MMedidotsntry
@classCode
cs1 … 1FMMAT
@determinerCode
cs1 … 1FKIND
hl7:templateId
II1 … 1MMedidotsntry
@root
uid1 … 1F1.3.182.11.5.2.3.2
hl7:code
CE1 … 1R
The <code> element of the <manufacturedMaterial> element SHALL be present and describes the code of the medication. 
@codeSystem shall be 1.3.182.5.47 if it's a prescribed item
@codeSystem shall be 1.3.182.5.48 if it's a dispensed item
If the medication is not coded in the list, nullFlavor NA shall be used.
Medidotsntry
@nullFlavor
cs0 … 1FNA
 CONF
The value of @code shall be drawn from value set 1.3.182.10.68.1 eSante_Prescriptable_DrugItems (DYNAMIC)
or
The value of @code shall be drawn from value set 1.3.182.10.69.1 eSante_Dipensable_DrugItems (DYNAMIC)
 Schematron assertrolered error 
 test@nullFlavor="NA" or (@codeSystem="1.3.182.5.47" and ../../../../../../hl7:templateId/@root="1.3.182.11.5.2.2.1") or (@codeSystem="1.3.182.5.48" and ../../../../../../hl7:templateId/@root="1.3.182.11.6.2.2.1") 
 Message@codeSystem shall be 1.3.182.5.47 or 1.3.182.5.48 If the medication is not coded in the list, nullFlavor NA shall be used. 
hl7:name
ST1 … 1R
The element SHALL contain the name of the medication from the list (to be provided)

If the medicine has no brand name (e.g., magistral preparations, compound medicine, …) nullFlavor="NA" SHALL be used.
Medidotsntry
@nullFlavor
cs0 … 1FNA
pharm:formCode
CD0 … 1This code represents the pharmaceutical dose form (e.g., tablet, capsule, liquid) and SHOULD be present, if not implied by the product. It MAY be present if implied by the product. The value of this code affects the units used in the substance administration quantity element.

Medidotsntry
 CONF
The value of @code shall be drawn from value set 1.3.182.10.55.1 eSante_PharmaceuticalDoseForm (DYNAMIC)
pharm:ingredient
0 … *
One or more active ingredients SHOULD be represented with this structure. The classCode of "ACTI" indicates that this is an active ingredient.

Careful, there may be several active ingredients. Take care to include here only active ingredients, not excipient
Medidotsntry
@classCode
cs1 … 1FACTI
pharm:quantity
RTO_QTY_QTY0 … 1The medication strength is represented as the ratio of the active ingredient(s) to a unit of medication. The <pharm:quantity> element SHOULD be present and represents the strength of the active ingredient(s) as the ratio of the active ingredient(s) to a unit of medication. The <pharm:quantity> element contains the numerator and denominator of the strength ratio.

Medidotsntry
 Example
Strength of 10 mg of the ingredient per ml of the medication
<XXX:quantity>
  <numerator xsi:type="PQ" value="10" unit="mg"/>  <denominator xsi:type="PQ" value="1" unit="ml"/></XXX:quantity>
 Example
Strength of the ingredient in 1 unit of the given medication. 2% of the ingredient (e.g., XYLOPHIL 2% GEL)
<XXX:quantity>
  <numerator xsi:type="PQ" value="2" unit="%"/>  <denominator xsi:type="PQ" value="1"/></XXX:quantity>
 Example
5mg of the ingredient (e.g., XYZAL 5MG F.C.TABLET)
<XXX:quantity>
  <numerator xsi:type="PQ" value="5" unit="mg"/>  <denominator xsi:type="PQ" value="1"/></XXX:quantity>
pharm:ingredient
Medidotsntry
@classCode
cs1 … 1FMMAT
@determinerCode
cs1 … 1FKIND
pharm:code
CE0 … 1Medidotsntry
 CONF
The value of @code shall be drawn from value set 1.3.182.10.56.1 eSante_ActiveIngredients (DYNAMIC)
pharm:name
ST1 … 1MThe name of the active ingredient, comes from the displayName of pharm:code Medidotsntry