2.16.840.1.113883.10.21.9.2/static-2017-01-02T000000

From HL7 IPS
Revision as of 13:51, 26 March 2018 by ADbot (talk | contribs) (Automated ADBot page content)
Jump to: navigation, search
Id2.16.840.1.113883.10.21.9.2Effective Date valid from 2017‑01‑02
StatusKcancelledblue.png CancelledVersion Label
NameNormaldosingDisplay NameUV Normal Dosing
DescriptionNormal Dosing
ClassificationCDA Entry Level Template
Open/ClosedOpen (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>
ItemDTCardConfDescriptionLabel
Choice … 1Elements 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']
Treetree.pnghl7:effectiveTime
TSCTime stamp to indicate one time applicationNorm...sing
Treeblank.png where [not(*) and @xsi:type='TS']
 Example
Once, on 21-09-2015 at 7:18 in the morning
<effectiveTime xsi:type="TS" value="201509210718"/>
Treetree.pnghl7:effectiveTime
PIVL_TSCDose to be taken over a certain period of time, e.g. within a day, a week etc.Norm...sing
Treeblank.png where [hl7:period and not(hl7:phase)]
Treeblank.pngTreetree.png@operator
cs1 … 1FA
Treeblank.pngTreetree.png@institutionSpecified
bl1 … 1Ftrue
 ConstraintConditional Conformance:
                       <table>
   <tr>
       <th>Card</th>
       <th>Conf</th>
       <th align="left">Predicate</th>
   </tr>
   <tr>
       <td>1..1</td>
       <td>M</td>
       <td>Dose specified in doseQuantity</td>
   </tr>
   <tr>
       <td/>
       <td>NP</td>
       <td>Dose not specified in doseQuantity</td>
   </tr>
</table>
 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>
Treeblank.pngTreetree.pnghl7:period
PQ1 … 1MNorm...sing
Treeblank.pngTreeblank.pngTreetree.png@value
1 … 1F1
Treeblank.pngTreeblank.pngTreetree.png@unit
cs1 … 1R
 CONF
The value of @unit shall be drawn from value set 2.16.840.1.113883.11.21.1 Medication Time Units (UCUM) (DYNAMIC)
Treeblank.pngTreetree.pnghl7:phase
NPNorm...sing
Treetree.pnghl7:effectiveTime
TSCDose to be taken at a specific eventNorm...sing
Treeblank.png where [hl7:event and @xsi:type='EIVL']
Treeblank.pngTreetree.png@operator
cs1 … 1FA
 Example
Before lunch
<effectiveTime xsi:type="EIVL" operator="A">
  <event code="ACD"/></effectiveTime>
Treeblank.pngTreetree.pnghl7:event
CS1 … 1MNorm...sing
Treeblank.pngTreeblank.pngTreetree.png@code
cs1 … 1R
 CONF
The value of @code shall be drawn from value set 2.16.840.1.113883.1.11.10706 TimingEvent (DYNAMIC)