Back To Index  <<  Back To Templates

active Template  eHDSI Simple Observation

Id 1.3.6.1.4.1.19376.1.5.3.1.4.13 Effective Date 2020‑04‑16 13:28:08
Other versions this id:
Status active Active Version Label
Name eHDSISimpleObservation Display Name eHDSI Simple Observation
Description

The simple observation entry is meant to be an abstract representation of many of the observations used in this specification. It can be made concrete by the specification of a few additional constraints, namely the vocabulary used for codes, and the value representation. A simple observation may also inherit constraints from other specifications (e.g., ASTM/HL7 Continuity of Care Document).

2017-07-18 Reverted to the original IHE specification of this template.

Note that this template was specified by IHE PCC. Find the referenced specification here: 
https://art-decor.ihe-europe.net/art-decor/decor-templates--IHE-PCC-?section=templates&id=1.3.6.1.4.1.19376.1.5.3.1.4.13

Context Parent nodes of template element with id 1.3.6.1.4.1.19376.1.5.3.1.4.13
Classification CDA Entry Level Template
Open/Closed Open (other than defined elements are allowed)
Example
Example
<observation classCode="OBS" moodCode="EVN">
  <templateId root="1.3.6.1.4.1.19376.1.5.3.1.4.13"/>  <id root="" extension=""/>  <code code="" displayName="" codeSystem="" codeSystemName=""/>  <text>
    <reference value="#xxx"/>  </text>
  <statusCode code="completed"/>  <effectiveTime value=""/>  <repeatNumber value=""/>  <value type=""/>  <interpretationCode code="" codeSystem="" codeSystemName=""/>  <methodCode code="" codeSystem="" codeSystemName=""/>  <targetSiteCode code="" codeSystem="" codeSystemName=""/>  <author typeCode="AUT">
    <assignedAuthor typeCode="ASSIGNED">
      <id root="" extension=""/>    </assignedAuthor>
  </author>
</observation>
Item DT Card Conf Description Label
hl7:observation
1 … 1 R

These acts are simply observations that have occurred, and so are recored using the <observation> element as shown above.

(eHDdotsion)
@classCode
cs 1 … 1 F OBS
@moodCode
cs 1 … 1 F EVN
hl7:templateId
II.EPSOS 1 … 1 M (eHDdotsion)
@root
uid 1 … 1 F 1.3.6.1.4.1.19376.1.5.3.1.4.13
hl7:id
II.EPSOS 1 … 1 M

Each observation shall have an identifier.

(eHDdotsion)
hl7:code
CD 1 … 1 R

Observations shall have a code describing what was measured. The code system used is determined by the vocabulary constraints on the types of measurements that might be recorded in a section. Content modules that are derived from the Simple Observation content module may restrict the code system and code values used for the observation.

(eHDdotsion)
hl7:text
ED 1 … 1 M

Each observation measurement entry may contain a <text> element providing the free text that provides the same information as the observation within the narrative portion of the document with a <text> element. For CDA based uses of Simple Observations, this element SHALL be present, and SHALL contain a <reference> element that points to the related string in the narrative portion of the document. For HL7 Version 3 based uses, the <text> element MAY be included.

(eHDdotsion)
hl7:statusCode
CS 1 … 1 M

The status code of all observations shall be completed.

(eHDdotsion)
@code
CONF 1 … 1 F completed
hl7:effectiveTime
IVL_TS 1 … 1 R

The <effectiveTime> element shall be present in standalone observations , and shall record the date and time when the measurement was taken. This element should be precise to the day. If the date and time is unknown, this element should record that using the nullFlavor attribute.

(eHDdotsion)
hl7:value
ANY 1 … * R

The value of the observation shall be recording using a data type appropriate to the observation. Content modules derived from the Simple Observation content module may restrict the allowable data types used for the observation.

(eHDdotsion)