hs:TransmissionFormOfRxOriginCodeSimpleType
simpleType TransmissionFormOfRxOriginCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/
Definition
A data type for a transmission method by which a pharmacy receives a prescription.
Diagram
Enumerations
| Value | Definition | 
| 01 | Written Prescription | 
| 02 | Telephone Prescription | 
| 03 | Telephone Emergency Prescription | 
| 04 | Fax Prescription | 
| 05 | Electronic Prescription | 
| 99 | Other | 
XML Schema
<xs:simpleType name="TransmissionFormOfRxOriginCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a transmission method by which a pharmacy receives a prescription.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
Written Prescription</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
Telephone Prescription</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="03">
<xs:annotation>
<xs:documentation>
Telephone Emergency Prescription</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="04">
<xs:annotation>
<xs:documentation>
Fax Prescription</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="05">
<xs:annotation>
<xs:documentation>
Electronic Prescription</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="99">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>