Back To Index  <<  Back To Templates

rejected Template  Previous Observation

Id 2.16.756.5.30.1.1.10.4.22
ref
ch-palm-
Effective Date 2017‑06‑21
Other versions this id:
Status rejected Rejected Version Label 2017
Name chpalm_entry_PreviousObservation Display Name Previous Observation
Description
A laboratory result can be supplemented with any number of previous results, if this information is important. Previous laboratory results MUST be associated to the same patient, the same test, the same procedure, and the same test kit, otherwise they are NOT ALLOWED, here.
Context Parent nodes of template element with id 2.16.756.5.30.1.1.10.4.22
Label IHE PalM TF3 Rev.8, 6.3.4.13
Classification CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Relationship Specialization: template 2.16.840.1.113883.10.12.303 CDA Observation (2005‑09‑07)
ref
ad1bbr-
Example
Example
<observation classCode="OBS" moodCode="EVN">
  <templateId root="2.16.756.5.30.1.1.10.4.22"/>  <code displayName="Erythrocytes [#/volume] in Blood by Automated count" codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="789-8"/>  <statusCode code="completed"/>  <effectiveTime>
    <low value="20180320170248+0100"/>  </effectiveTime>
  <value/></observation>
Item DT Card Conf Description Label
hl7:observation
IHE PalM TF3 Rev.8, 6.3.4.13
@classCode
cs 1 … 1 F OBS
@moodCode
cs 1 … 1 F EVN
hl7:templateId
II 1 … 1 M IHE PalM TF3 Rev.8, 6.3.4.13
@root
uid 1 … 1 F 2.16.756.5.30.1.1.10.4.22
hl7:code
CD 1 … 1 R MUST contain the same code as the current laboratory result. IHE PalM TF3 Rev.8, 6.3.4.13
@code
cs 1 … 1 R MUST contain the same content as the for current laboratory result.
@codeSystem
oid 1 … 1 R MUST contain the same content as the for current laboratory result.
@codeSystemName
st 1 … 1 R MUST contain the same content as the for current laboratory result.
@displayName
st 1 … 1 R MUST contain the same content as the for current laboratory result.
hl7:statusCode
CS 1 … 1 R MUST be set to 'completed'. IHE PalM TF3 Rev.8, 6.3.4.13
  CONF
The value of @code shall be drawn from value set 2.16.840.1.113883.1.11.20025 ActStatusCompleted (DYNAMIC)
hl7:effectiveTime
IVL_TS.CH.TZ 1 … 1 R Timestamp of the findings (physiologically relevant time) of this previous result. Accuracy of the value: Date and time with hour and minute. IHE PalM TF3 Rev.8, 6.3.4.13
  Schematron assert role red error  
  test string-length(@value)>11  
  Message A precision of date and time of day with at least hour and minute is required.  
hl7:value
ANY 1 … 1 R The previous result obtained for this test. IHE PalM TF3 Rev.8, 6.3.4.13
  Schematron assert role red error  
  test (hl7:code/@code=parent::hl7:entryRelationship/parent::hl7:observation/hl7:code/@code) and (hl7:code/@codeSystem=parent::hl7:entryRelationship/parent::hl7:observation/hl7:code/@codeSystem)  
  Message The previous result MUST contain the same code as the current laboratory result.