Back To Index  <<  Back To Templates

draft Template  UV Subordinate Substance Administration

Id 2.16.840.1.113883.10.21.4.6
ref
pharmcda-
Effective Date 2017‑04‑30
Status draft Draft Version Label
Name UVSubordinateadministration Display Name UV Subordinate Substance Administration
Description Universal Subordinate Substance Administration to convey information about dosages
Context Parent nodes of template element with id 2.16.840.1.113883.10.21.4.6
Classification CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Used by / Uses
Used by 0 transactions and 7 templates, Uses 0 templates
Used by as Name Version
2.16.840.1.113883.10.22.4.4 Containment draft IPS Medication Statement (2021) 2021‑09‑02 12:17:54
2.16.840.1.113883.2.51.10.26 link draft XeH Discharge Medications Section (0.1) 2021‑10‑01 08:14:14
2.16.840.1.113883.2.51.10.12 link draft XeH Hospital Discharge Report (0.1) 2021‑09‑10 14:49:32
2.16.840.1.113883.2.51.10.31 link draft XeH Admission Medications Section (0.1) 2021‑10‑01 09:07:37
2.16.840.1.113883.2.51.10.40 Containment draft XeH Medication Statement 2021‑10‑19 11:09:33
2.16.840.1.113883.2.51.10.41 link draft XeH Medication Summary Section 2021‑10‑19 11:12:56
2.16.840.1.113883.2.51.10.13 link draft XeH RD Patient Summary (0.1) 2021‑09‑10 14:50:49
Relationship Specialization: template 2.16.840.1.113883.10.12.308 CDA SubstanceAdministration (2005‑09‑07)
ref
ad1bbr-
Example
Example
<substanceAdministration classCode="SBADM" moodCode="EVN">
  <templateId root="2.16.840.1.113883.10.21.4.6"/>  <statusCode code="active"/>  <effectiveTime xsi:type="PIVL_TS" institutionSpecified="true">
    <period value="12" unit="h"/>  </effectiveTime>
  <doseQuantity xsi:type="IVL_PQ" value="2" unit="{puff}"/>  <consumable>
    <manufacturedProduct>
      <manufacturedMaterial nullFlavor="NA"/>    </manufacturedProduct>
  </consumable>
</substanceAdministration>
Item DT Card Conf Description Label
hl7:substanceAdministration
1 … 1 R (UVSdotsion)
@classCode
cs 1 … 1 F SBADM
@moodCode
cs 1 … 1 R If the subordinate substance administration refers to Medication Order then a substance administration request (moodCode is 'RQO') is used.
If it refers to a Medication Statement, the moodCode shall be set to event/intent (moodCode is 'EVN' or 'INT').
  CONF
The value of @moodCode shall be drawn from value set 2.16.840.1.113883.11.21.4 (DYNAMIC)
  Constraint The moodCode of this subordinate substance administration SHALL be the same of the parent substance administration
hl7:templateId
II 1 … 1 M (UVSdotsion)
@root
uid 1 … 1 F 2.16.840.1.113883.10.21.4.6
hl7:statusCode
CS 1 … 1 M (UVSdotsion)
  Constraint The statusCode of this subordinate substance administration SHALL be the same of that of the parent substance administration.
  CONF
The value of @code shall be drawn from value set 2.16.840.1.113883.11.21.2 (DYNAMIC)
Choice 1 … 1 Elements to choose from:
  • hl7:effectiveTime[@value or @nullFlavor]
  • hl7:effectiveTime[@xsi:type='PIVL_TS']
  • hl7:effectiveTime[@xsi:type='EIVL_TS']
  • hl7:effectiveTime[@xsi:type='SXPR_TS']
hl7:effectiveTime
TS 0 … 1 C This required element describes the frequency of intakes. If not known it shall be valued with the nullflavor "UNK" (UVSdotsion)
where [@value or @nullFlavor]
  Example
Once (known date)
<effectiveTime value="20170404"/>
  Example
Unknown
<effectiveTime nullFlavor="UNK"/>
hl7:effectiveTime
PIVL_TS 0 … 1 C Periodic Time Interval (UVSdotsion)
where [@xsi:type='PIVL_TS']
  Example
Every 4 hours
<effectiveTime xsi:type="PIVL_TS" institutionSpecified="false">
  <period value="4" unit="h"/></effectiveTime>
  Example
Twice a day
<effectiveTime xsi:type="PIVL_TS" institutionSpecified="true">
  <period value="12" unit="h"/></effectiveTime>
hl7:effectiveTime
EIVL_TS 0 … 1 C Event Related Time Interval (UVSdotsion)
where [@xsi:type='EIVL_TS']
  Example
After meal
<effectiveTime xsi:type="EIVL_TS">
  <event code="PC" codeSystem="2.16.840.1.113883.5.139"/></effectiveTime>
  Example
One hour before breakfast
<effectiveTime xsi:type="EIVL_TS">
  <event code="ACM" codeSystem="2.16.840.1.113883.5.139"/>  <offset>
    <low value="1" unit="h"/>  </offset>
</effectiveTime>
hl7:event
EIVL.event 0 … 1 C (UVSdotsion)
@code
cs 0 … 1  
  CONF
The value of @code shall be drawn from value set 2.16.840.1.113883.1.11.10706 TimingEvent (DYNAMIC)
hl7:effectiveTime
SXPR_TS 0 … 1 R Combined Time Interval (UVSdotsion)
where [@xsi:type='SXPR_TS']
hl7:doseQuantity
IVL_PQ 0 … 1 R The doseQuantity describes the amount of the medication given (the dosage).

If a dose range is given (e.g., 1-2 tablets, or 325-750mg), then the <low> and <high> bounds are specified in their respective elements; otherwise only one physical quantity is specified (e.g. 2 drops)

The dose can be in some known and measurable unit, such as grams, milligrams,or described in "administration" units (unit of presentation, such as capsules).

If the dose is in countable items (tablets, caplets, "eaches"), then the unit could be omitted or valorized using the UCUM annotations for describing the type of countable items (e.g. .{tablet}, {puff},..).

The unit attribute – when expresses unit of measures- shall be derived from the UCUM code system.
The used elements should contain a <translation> element that provides a reference to the originalText found in the narrative body of the document.
(UVSdotsion)
@unit
cs 0 … 1  
  Example
Not pre-coordinated consumable
<doseQuantity value="25" unit="mg"/>
  Example
Pre-coordinated consumable - Dose Range
<doseQuantity>
  <low value="1" unit="{tablet}"/>  <high value="2" unit="{tablet}"/></doseQuantity>
  Example
Pre-coordinated consumable
<doseQuantity value="2" unit="{puff}"/>
  Example
Pre-coordinated consumable with text reference
<doseQuantity value="2" unit="{puff}">
  <translation>
    <originalText>
      <reference value="#text-ref-1"/>    </originalText>
  </translation>
</doseQuantity>
  Example
Textual dosage
<doseQuantity nullFlavor="OTH">
  <translation>
    <originalText>
      <reference value="#text-ref-1"/>    </originalText>
  </translation>
</doseQuantity>
hl7:rateQuantity
IVL_PQ 0 … 1 (UVSdotsion)
hl7:maxDoseQuantity
RTO_PQ_PQ 0 … 1 (UVSdotsion)
hl7:administrationUnitCode
CE 0 … 1 (UVSdotsion)
  CONF
The value of @code shall be drawn from value set 2.16.840.1.113883.1.11.14570 AdministrableDrugForm (DYNAMIC)
hl7:consumable
1 … 1 R (UVSdotsion)
hl7:manufacturedProduct
1 … 1 R (UVSdotsion)
hl7:manufacturedMaterial
1 … 1 R (UVSdotsion)
@nullFlavor
cs 1 … 1 F NA