simpleType "TransportAssessment"
Namespace:
Defined:
globally in ePayment_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"2641001"
 - 
Unable to sit without assistance
"2641003"
 - 
Unable to stand without assistance
"2641005"
 - 
Unable to walk without assistance

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Documentation of the patient's transport need based on mobility and/or physical capability.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  TransportAssessment
Derivation:
restriction of xs:string
Facets:
enumeration:
"2641001"
 - 
Unable to sit without assistance
"2641003"
 - 
Unable to stand without assistance
"2641005"
 - 
Unable to walk without assistance
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="TransportAssessment">
<xs:restriction base="xs:string">
<xs:enumeration value="2641001"/>
<xs:enumeration value="2641003"/>
<xs:enumeration value="2641005"/>
</xs:restriction>
</xs:simpleType>