1.3.6.1.4.1.19376.1.5.3.1.1.13.3.1

From IHE Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Development Only

The PCC Wiki Content is used only for development of IHE PCC Content. The Normative content of the PCC Technical Framework and the current supplements can be found at http://www.ihe.net/Technical_Framework/index.cfm#PCC

Trial.gif Acuity 1.3.6.1.4.1.19376.1.5.3.1.1.13.3.1

A acuity entry indicates the triage acuity entry and the triage time of the patient.


Uses

See Templates using Acuity

Specification
Acuity Example
<entry>
  <!-- Acuity Event  -->
  <observation classCode='OBS' moodCode='EVN'>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.13.3.1'/>
    <id root=' ' extension=' '/>
    <code code=' ' displayName=' '
          <code code='273887006' displayName='Triage index'
           codeSystem='2.16.840.1.113883.6.96'
           codeSystemName='SNOMED CT'/> <!-- Triage index (assessment scale) FullySpecifiedName --> 
      <originalText><reference value='#(ID of text coded)/></orginalText>
    </code>
    <text><reference value='#text/></text>
    <!-- effectiveTime 
    <effectiveTime>
      <low value=''/> <!-- start of triage, may be sent -->
      <high value=''/><!-- end of triage should be sent -->
    </effectiveTime>
  </observation>
</entry>


<observation classCode='OBS' moodCode='EVN'>

This element indicates that the entry is an observation regarding the event of triage assessment. This entry records the observation and the time of the observation.

<templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.13.3.1'/>

The <templateId> element identifies this <act> as about Acuity Assessment of the patient. The templateId must have root='1.3.6.1.4.1.19376.1.5.3.1.1.13.3.1'.

<id root=' ' extension=' '/>

The entry must have an identifier.

<code code=' ' displayName=' '
 codeSystem='2.16.840.1.113883.6.96'  codeSystemName='SNOMED CT'>

The code describes the triage acuity scale. IHE recommends the use the Emergency Severity Index (ESI). However, the vocabulary used within an affinity domain may be determined by a policy agreement within the domain.

<originalText><reference value='#xxx'/><orginalText>

This is a reference to the narrative text within the section that describes the acuity description.

<text><reference value='#text/></text>

This is a reference to the narrative text corresponding to the Observation act.

<effectiveTime>

The effectiveTime element shall be sent. It records the interval of time over which triage occurs. The use case for this information requires that the ending time of triage be recorded. However, the <low value=' '> element may be sent by systems that capture the beginning and end of the triage process.

<high value=' '/>

This element records the time of completion of triage, and is required. If unknown, it must be recorded using a flavor of null. This element may be sent using the TS data type, as shown above. If there is uncertainty about the time of completion of triage, the sender may record the time using the IVL_TS data type, as shown below.

Triage as a Time Range
<high xsi:type='IVL_TS'>
  <low value=''/>
  <high value=''/>
</high>