element -> <eMedDevice.22>
eMedDevice.22 eVitals.05 Method of ECG Interpretation No No The method of ECG interpretation. Optional STEMI "Transmission with no interpretation" may be used by EMS Agency Personnel that are not trained to interpret cardiac rhythms. Added to better document ECG results.
Namespace:
Type:
anonymous (extension of ECGMethod)
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eMedDevice.22
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eMedDevice.22>
Simple Content Detail:
Enumeration:
"3305001"
 - 
Computer Interpretation
"3305003"
 - 
Manual Interpretation
"3305005"
 - 
Transmission with No Interpretation
"3305007"
 - 
Transmission with Remote Interpretation

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  ECGMethod (extension)
      complexType
Derivation:
extension of ECGMethod
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eMedDevice.eVitals.MethodofECGInterpretation" maxOccurs="unbounded" minOccurs="0" name="eMedDevice.22">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ECGMethod">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>