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
m
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{HL7V3|Acuity|1.3.6.1.4.1.19376.1.5.3.1.1.13.3.1|Comment|
+
{{HL7V3|Acuity|1.3.6.1.4.1.19376.1.5.3.1.1.13.3.1|Trial|
 
A acuity entry indicates the triage acuity entry and the triage time of the patient.
 
A acuity entry indicates the triage acuity entry and the triage time of the patient.
 
|Example=<pre>
 
|Example=<pre>
 
<entry>
 
<entry>
 
   <!-- Acuity Event  -->
 
   <!-- Acuity Event  -->
   <act classCode='OBS' moodCode='ENV'>
+
   <observation classCode='OBS' moodCode='EVN'>
 
     <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.13.3.1'/>
 
     <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.13.3.1'/>
 
     <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>
Line 18: Line 19:
 
       <high value=''/><!-- end of triage should be sent -->
 
       <high value=''/><!-- end of triage should be sent -->
 
     </effectiveTime>
 
     </effectiveTime>
   </act>
+
   </observation>
 
</entry>
 
</entry>
 
</pre>
 
</pre>
 
}}
 
}}
  
=====<act classCode='TRNS' moodCode='INT'>=====
+
=====<observation classCode='OBS' moodCode='EVN'>=====
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.
+
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.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'.
+
=====<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='&nbsp;' extension='&nbsp;'/>=====
 
=====<id root='&nbsp;' extension='&nbsp;'/>=====
 
The entry must have an identifier.
 
The entry must have an identifier.
=====&lt;code code='&nbsp;' displayName='&nbsp;'<br/>&nbsp;codeSystem='2.16.840.1.113883.6.102.4.2' &nbsp;codeSystemName='DEEDS4.02'>=====
+
=====&lt;code code='&nbsp;' displayName='&nbsp;'<br/>&nbsp;codeSystem='2.16.840.1.113883.6.96' &nbsp;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.
 
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>=====
 
=====<originalText><reference value='#xxx'/><orginalText>=====
 
This is a reference to the narrative text within the section that describes the acuity description.
 
This is a reference to the narrative text within the section that describes the acuity description.
 
=====<text><reference value='#text/></text>=====
 
=====<text><reference value='#text/></text>=====
This is a reference to the narrative text cooresponding to the Observation act.
+
This is a reference to the narrative text corresponding to the Observation act.
 
=====<effectiveTime>=====
 
=====<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='&nbsp;'> element may be sent by systems that capture the beginning and end of the triage process.   
+
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='&nbsp;'> element may be sent by systems that capture the beginning and end of the triage process.   
 
=====<high value='&nbsp;'/>=====
 
=====<high value='&nbsp;'/>=====
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.  
+
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
 
|+Triage as a Time Range

Latest revision as of 10:17, 7 December 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

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>