1.3.6.1.4.1.19376.1.5.3.1.1.10.4.1: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Kboone (talk | contribs)
mNo edit summary
Kboone (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{HL7V3|Transport|1.3.6.1.4.1.19376.1.5.3.1.1.10.4.1|Comment|
{{HL7V3|Transport|1.3.6.1.4.1.19376.1.5.3.1.1.10.4.1|Trial|
A mode of transport entry indicates the intended mode of transport and expected time of arrival of the patient.
A transport entry indicates the intended or actual mode of transport and time of departure and/or arrival of the patient.  
|Example=<pre>
|Example=<pre>
<entry>
<entry>
Line 15: Line 15:
     <!-- effectiveTime  
     <!-- effectiveTime  
     <effectiveTime>
     <effectiveTime>
       <low value=''/><!-- start of transport, not normally sent -->
       <low value=''/><!-- start of transport -->
       <high value=''/><!-- end of transport (arrival) -->
       <high value=''/><!-- end of transport (arrival) -->
     </effectiveTime>
     </effectiveTime>
Line 24: Line 24:


=====<act classCode='TRNS' moodCode='INT|EVN'>=====
=====<act classCode='TRNS' moodCode='INT|EVN'>=====
This element indicates that the entry is regard to transport the patient.  This entry records the mode, and intended or actual ending time of transportation.  In intent mood (moodCode='INT') this is how the estimated time of arrival is indicated.  In event mood (moodCode='EVN') this is how the actual arrival of the patient is recorded.
This element indicates that the entry is regard to transport the patient.  This entry records the mode, and intended or actual ending time of transportation.  In intent mood (moodCode='INT') this is how the estimated time of departure or arrival is indicated.  In event mood (moodCode='EVN') this is how the actual departure or arrival of the patient is recorded.
=====<templateId 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.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'.
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'.
Line 30: Line 30:
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.102.4.2' &nbsp;codeSystemName='DEEDS4.02'>=====
The code describes the intented mode of transport.  IHE recommends the use of a code system based on the DEEDS Mode of Transportation data element value set.  However, the vocabulary used within an affinity domain should be determined by a policy agreement within the domain.
The code describes the intented mode of transport.  For transport between facilities, IHE recommends the use of a code system based on the DEEDS Mode of Transportation data element value set.  However, the vocabulary used within an affinity domain should 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 mode of transportation.
This is a reference to the narrative text within the section that describes the mode of transportation.
Line 36: Line 36:
This is a reference to the narrative text cooresponding to the transport act.
This is a reference to the narrative text cooresponding to the transport act.
=====<effectiveTime>=====
=====<effectiveTime>=====
The effectiveTime element shall be sent.  It records the interval of time over which transport is intended to occurThe use cases for this information reqires that only the ending time of transport be recorded.  Therefore the <low value='&nbsp;'> element need not be sent.
The effectiveTime element shall be sent.  It records the interval of time over which transport occurs.   
=====<low value='&nbsp;'/>=====
This element records the time of departure.  This element shall be sent using the TS data type, as shown above.  
=====<high value='&nbsp;'/>=====
=====<high value='&nbsp;'/>=====
This element records the expected time of completion of transport, 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 expected time of completion of transport, the sender may record the expected time of arrival using the IVL_TS data type, as shown below.
This element records the time of arrival. If unknown, it must be recorded using a flavor of null. This element shall be sent using the TS data type as shown above.
{|
|+ETA as a Time Range
|<pre>
<high xsi:type='IVL_TS'>
  <low value=''/>
  <high value=''/>
</high>
</pre>
|}

Revision as of 18:00, 24 August 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

Transport 1.3.6.1.4.1.19376.1.5.3.1.1.10.4.1

A transport entry indicates the intended or actual mode of transport and time of departure and/or arrival of the patient.


Uses

See Templates using Transport

Specification
Transport Example
<entry>
  <!-- Intent to transport -->
  <act classCode='TRNS' moodCode='INT{{!}}EVN'>
    <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.10.4.1'/>
    <id root=' ' extension=' '/>
    <code code=' ' displayName=' '
          codeSystem='2.16.840.1.113883.6.102.4.2' 
          codeSystemName='DEEDS4.02'>
      <originalText><reference value='#(ID of text coded)/></orginalText>
    </code>
    <text><reference value='#text/></text>
    <!-- effectiveTime 
    <effectiveTime>
      <low value=''/><!-- start of transport -->
      <high value=''/><!-- end of transport (arrival) -->
    </effectiveTime>
  </act>
</entry>


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

This element indicates that the entry is regard to transport the patient. This entry records the mode, and intended or actual ending time of transportation. In intent mood (moodCode='INT') this is how the estimated time of departure or arrival is indicated. In event mood (moodCode='EVN') this is how the actual departure or arrival of the patient is recorded.

<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 intented mode of transport. For transport between facilities, IHE recommends the use of a code system based on the DEEDS Mode of Transportation data element value set. However, the vocabulary used within an affinity domain should 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 mode of transportation.

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

This is a reference to the narrative text cooresponding to the transport act.

<effectiveTime>

The effectiveTime element shall be sent. It records the interval of time over which transport occurs.

<low value=' '/>

This element records the time of departure. This element shall be sent using the TS data type, as shown above.

<high value=' '/>

This element records the time of arrival. If unknown, it must be recorded using a flavor of null. This element shall be sent using the TS data type as shown above.