aamva_d20:MedicalPractitionerSpecialtyCodeSimpleType
simpleType MedicalPractitionerSpecialtyCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/4.0/
Definition
A data type for a code indicating the specialty of the medical practitioner.
Diagram
Enumerations
Value | Definition |
AN | Advanced Practice Nurse |
CH | Chiropractor |
DO | Osteopathic Doctor |
MD | Medical Doctor |
PA | Physician Assistant |
XX | Other |
XML Schema
<xs:simpleType name="MedicalPractitionerSpecialtyCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a code indicating the specialty of the medical practitioner.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="AN">
<xs:annotation>
<xs:documentation>
Advanced Practice Nurse</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="CH">
<xs:annotation>
<xs:documentation>
Chiropractor</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="DO">
<xs:annotation>
<xs:documentation>
Osteopathic Doctor</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="MD">
<xs:annotation>
<xs:documentation>
Medical Doctor</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PA">
<xs:annotation>
<xs:documentation>
Physician Assistant</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="XX">
<xs:annotation>
<xs:documentation>
Other</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>