Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.1.13.3.1"

From IHE Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
     <id root='&nbsp;' extension='&nbsp;'/>
 
     <id root='&nbsp;' extension='&nbsp;'/>
 
     &lt;code code='&nbsp;' displayName='&nbsp;'
 
     &lt;code code='&nbsp;' displayName='&nbsp;'
           codeSystem='2.16.840.1.113883.6.102.4.2'  
+
           <code code='273887006' displayName='Triage index'
          codeSystemName='DEEDS4.02'>
+
          codeSystem='2.16.840.1.113883.6.96'
 +
          codeSystemName='SNOMED CT'/> <!-- Triage index (assessment scale) FullySpecifiedName -->  
 
       <originalText><reference value='#(ID of text coded)/></orginalText>
 
       <originalText><reference value='#(ID of text coded)/></orginalText>
 
     </code>
 
     </code>

Revision as of 07:48, 4 June 2007

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

Comment.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  -->
  <act classCode='OBS' moodCode='ENV'>
    <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>
  </act>
</entry>


<act classCode='TRNS' moodCode='INT'>

This element indicates that the entry is regarding the intent to transport the patient. This entry records the mode, and intended ending time of transportation, which is how the estimated time of arrival is determined.

<templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.10.4.1'/>

The <templateId> element identifies this <act> as about the tranportation of the patient. The templateId must have root='1.3.6.1.4.1.19376.1.5.3.1.1.10.4.1'.

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

The entry must have an identifier.

<code code=' ' displayName=' '
 codeSystem='2.16.840.1.113883.6.102.4.2'  codeSystemName='DEEDS4.02'>

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 cooresponding 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 reqires that only 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>