Back To Index  <<  Back To Templates

ref Template  UV Normal Dosing

Id 2.16.840.1.113883.10.21.9.2 Effective Date valid from 2017‑01‑02
Status cancelled Cancelled Version Label
Name Normaldosing Display Name UV Normal Dosing
Description Normal Dosing
Classification CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Example
Every day at 8:00 in the morning for 10 minutes
<effectiveTime xsi:type="PIVL_TS" operator="A">
  <phase>
    <low value="198701010800"/>    <width value="10" unit="min"/>  </phase>
  <period value="1" unit="d"/></effectiveTime>
Item DT Card Conf Description Label
Choice  … 1 Elements to choose from:
  • hl7:effectiveTime[not(*) and @xsi:type='TS']
  • hl7:effectiveTime[hl7:period and not(hl7:phase)]
  • hl7:effectiveTime[hl7:event and @xsi:type='EIVL']
hl7:effectiveTime
TS C Time stamp to indicate one time application (Nor…ing)
treeblank where [not(*) and @xsi:type='TS']
  Example
Once, on 21-09-2015 at 7:18 in the morning
<effectiveTime xsi:type="TS" value="201509210718"/>
hl7:effectiveTime
PIVL_TS C Dose to be taken over a certain period of time, e.g. within a day, a week etc. (Nor…ing)
treeblank where [hl7:period and not(hl7:phase)]
@operator
1 … 1 F A
@institutionSpecified
1 … 1 F true
  Constraint Conditional Conformance:
Card Conf Predicate
1..1 M Dose specified in doseQuantity
NP Dose not specified in doseQuantity
  Example
Twice a day
<effectiveTime xsi:type="PIVL_TS" institutionSpecified="true" operator="A">
  <period value="12" unit="h"/></effectiveTime>
  Example
Every twelve hours
<effectiveTime xsi:type="PIVL_TS" institutionSpecified="false" operator="A">
  <period value="12" unit="h"/></effectiveTime>
  Example
Three times a day, at times determined by the person administering the medication
<effectiveTime xsi:type="PIVL_TS" institutionSpecified="true" operator="A">
  <period value="8" unit="h"/></effectiveTime>
  Example
Every 8 hours
<effectiveTime xsi:type="PIVL_TS" institutionSpecified="false" operator="A">
  <period value="8" unit="h"/></effectiveTime>
hl7:period
PQ 1 … 1 M (Nor…ing)
@value
1 … 1 F 1
@unit
cs 1 … 1 R
  CONF
The value of @unit shall be drawn from value set 2.16.840.1.113883.11.21.1 Medication Time Units (UCUM) (DYNAMIC)
hl7:phase
NP (Nor…ing)
hl7:effectiveTime
TS C Dose to be taken at a specific event (Nor…ing)
treeblank where [hl7:event and @xsi:type='EIVL']
@operator
1 … 1 F A
  Example
Before lunch
<effectiveTime xsi:type="EIVL" operator="A">
  <event code="ACD"/></effectiveTime>
hl7:event
CS 1 … 1 M (Nor…ing)
@code
cs 1 … 1 R
  CONF
The value of @code shall be drawn from value set 2.16.840.1.113883.1.11.10706 TimingEvent (DYNAMIC)