1.3.6.1.4.1.19376.1.5.3.1.1.10.4.1
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 mode of transport entry indicates the intended mode of transport and expected time of arrival of the patient.
Uses
Specification
<entry>
<!-- Intent to transport -->
<act classCode='TRNS' moodCode='INT'>
<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/> start of transport, not normally sent -->
<high value=''/><!-- end of transport (arrival) -->
</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 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.
<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 is intended to occur. The use case for this information reqires that only the ending time of transport be recorded. Therefore the <low value=' '> element should not be sent.
<high value=' '/>
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.
<high xsi:type='IVL_TS'> <low value=''/> <high value=''/> </high> |