simpleType "ProvidersImpression"
Namespace:
Defined:
globally in eSituation_v3.xsd; see XML source
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
(R[0-6][0-9](\.[0-9]{1,4})?|(R73\.9)|(R99))|([A-QSTZ][0-9][0-9A-Z])((\.[0-9A-Z]{1,4})?)

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
The EMS personnel's impression of the patient's primary problem or most significant condition which led to the management given to the patient (treatments, medications, or procedures).
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ProvidersImpression
Derivation:
restriction of xs:string
Facets:
pattern:
(R[0-6][0-9](\.[0-9]{1,4})?|(R73\.9)|(R99))|([A-QSTZ][0-9][0-9A-Z])((\.[0-9A-Z]{1,4})?)
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="ProvidersImpression">
<xs:restriction base="xs:string">
<xs:pattern value="(R[0-6][0-9](\.[0-9]{1,4})?|(R73\.9)|(R99))|([A-QSTZ][0-9][0-9A-Z])((\.[0-9A-Z]{1,4})?)"/>
</xs:restriction>
</xs:simpleType>