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

ValueDefinition
01Written Prescription
02Telephone Prescription
03Telephone Emergency Prescription
04Fax Prescription
05Electronic Prescription
99Other

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: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>