aamva_d20:MedicalPractitionerSpecialtyCodeSimpleType

simpleType MedicalPractitionerSpecialtyCodeSimpleType in namespace http://release.niem.gov/niem/codes/aamva_d20/5.0/

Definition

A data type for a code indicating the specialty of the medical practitioner.

Diagram

Enumerations

ValueDefinition
ANAdvanced Practice Nurse
CHChiropractor
DOOsteopathic Doctor
MDMedical Doctor
PAPhysician Assistant
XXOther

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