mmucc:InjuredTransportationSourceCodeSimpleType
simpleType InjuredTransportationSourceCodeSimpleType in namespace http://release.niem.gov/niem/codes/mmucc/4.1/
Definition
A data type for a kind of transport to the medical facility receiving the patient.
Diagram
Enumerations
| Value | Definition |
| 0 | Not Transported |
| 1 | EMS Air |
| 2 | Law Enforcement |
| 3 | EMS Unknown Mode |
| 4 | Transported Unknown Source |
| 5 | EMS Ground |
| 6 | Other |
| 8 | Not Reported |
| 9 | Unknown |
XML Schema
<xs:simpleType name="InjuredTransportationSourceCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of transport to the medical facility receiving the patient.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>
Not Transported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>
EMS Air</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>
Law Enforcement</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>
EMS Unknown Mode</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>
Transported Unknown Source</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="5">
<xs:annotation>
<xs:documentation>
EMS Ground</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="6">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="8">
<xs:annotation>
<xs:documentation>
Not Reported</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="9">
<xs:annotation>
<xs:documentation>
Unknown</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>