simpleType "ResidencyStatusOfThePatient"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2608001"
 - 
Resident Within EMS Service Area
"2608003"
 - 
Not a Resident Within EMS Service Area

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The status of the patient's residency (where they physically reside) within EMS Agencies municipality.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ResidencyStatusOfThePatient
Derivation:
restriction of xs:string
Facets:
enumeration:
"2608001"
 - 
Resident Within EMS Service Area
"2608003"
 - 
Not a Resident Within EMS Service Area
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="ResidencyStatusOfThePatient">
<xs:restriction base="xs:string">
<xs:enumeration value="2608001"/>
<xs:enumeration value="2608003"/>
</xs:restriction>
</xs:simpleType>