<xsd:simpleType name="BXRCodeSimpleType">
<xsd:annotation>
<xsd:documentation>A data type for Body X-Rays Available.</xsd:documentation>
<xsd:appinfo>
<i:Base i:namespace="http://niem.gov/niem/structures/2.0" i:name="Object" xmlns:i="http://niem.gov/niem/appinfo/2.0" />
</xsd:appinfo>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="F">
<xsd:annotation>
<xsd:documentation>X-RAYS AVAILABLE FOR ALL BODY PARTS.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="N">
<xsd:annotation>
<xsd:documentation>NO X-RAYS ARE AVAILABLE.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="P">
<xsd:annotation>
<xsd:documentation>X-RAYS AVAILABLE FOR SOME, BUT NOT ALL, OF THE BODY/PARTS RECVRD</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|