simpleType "HealthcareProviderType"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2605001"
 - 
Clinical Nurse Specialist
"2605003"
 - 
Discharge Planner
"2605005"
 - 
Physician (MD or DO)
"2605007"
 - 
Physician Assistant
"2605009"
 - 
Registered Nurse
"2605011"
 - 
Registered Nurse Practitioner

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of healthcare provider who signed the Physician Certification Statement
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  HealthcareProviderType
Derivation:
restriction of xs:string
Facets:
enumeration:
"2605001"
 - 
Clinical Nurse Specialist
"2605003"
 - 
Discharge Planner
"2605005"
 - 
Physician (MD or DO)
"2605007"
 - 
Physician Assistant
"2605009"
 - 
Registered Nurse
"2605011"
 - 
Registered Nurse Practitioner
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="HealthcareProviderType">
<xs:restriction base="xs:string">
<xs:enumeration value="2605001"/>
<xs:enumeration value="2605003"/>
<xs:enumeration value="2605005"/>
<xs:enumeration value="2605007"/>
<xs:enumeration value="2605009"/>
<xs:enumeration value="2605011"/>
</xs:restriction>
</xs:simpleType>