simpleType "PatientMonitoringCapability"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"1215001"
 - 
Capnography-Numeric
"1215003"
 - 
Capnography-Waveform
"1215005"
 - 
ECG-12 Lead or Greater
"1215007"
 - 
ECG-Less than 12 Lead (Cardiac Monitor)
"1215009"
 - 
Oximetry-Carbon Monoxide
"1215011"
 - 
Oximetry-Oxygen
"1215013"
 - 
Pressure Measurement-Invasive (Arterial, CVP, Swan, etc.)
"1215015"
 - 
Pressure Measurement-Non-Invasive (Blood Pressure, etc.)
"1215017"
 - 
Ventilator-Transport
"1215019"
 - 
Vital Sign Monitoring

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The EMS Agency's Patient Monitoring Capability which can be provided to any/all patients presenting to EMS
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  PatientMonitoringCapability
Derivation:
restriction of xs:string
Facets:
enumeration:
"1215001"
 - 
Capnography-Numeric
"1215003"
 - 
Capnography-Waveform
"1215005"
 - 
ECG-12 Lead or Greater
"1215007"
 - 
ECG-Less than 12 Lead (Cardiac Monitor)
"1215009"
 - 
Oximetry-Carbon Monoxide
"1215011"
 - 
Oximetry-Oxygen
"1215013"
 - 
Pressure Measurement-Invasive (Arterial, CVP, Swan, etc.)
"1215015"
 - 
Pressure Measurement-Non-Invasive (Blood Pressure, etc.)
"1215017"
 - 
Ventilator-Transport
"1215019"
 - 
Vital Sign Monitoring
XML Source (w/o annotations (11); see within schema source)
<xs:simpleType name="PatientMonitoringCapability">
<xs:restriction base="xs:string">
<xs:enumeration value="1215001"/>
<xs:enumeration value="1215003"/>
<xs:enumeration value="1215005"/>
<xs:enumeration value="1215007"/>
<xs:enumeration value="1215009"/>
<xs:enumeration value="1215011"/>
<xs:enumeration value="1215013"/>
<xs:enumeration value="1215015"/>
<xs:enumeration value="1215017"/>
<xs:enumeration value="1215019"/>
</xs:restriction>
</xs:simpleType>