element -> <eProcedures.07>
eProcedures.07 Procedure Complication Yes Yes Any complication (abnormal effect on the patient) associated with the performance of the procedure on the patient E19_07 Required Airway Pediatric Trauma
Namespace:
Type:
Content:
simple, 2 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definitions of 2 attributes
Content Model Diagram
XML Representation Summary
<eProcedures.07
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eProcedures.07>
Simple Content Detail:
Enumeration:
"3907001"
 - 
Altered Mental Status
"3907003"
 - 
Apnea
"3907005"
 - 
Bleeding
"3907007"
 - 
Bradypnea
"3907009"
 - 
Diarrhea
"3907011"
 - 
Esophageal Intubation-immediately
"3907013"
 - 
Esophageal Intubation-other
"3907015"
 - 
Extravasation
"3907017"
 - 
Hypertension
"3907019"
 - 
Hyperthermia
"3907021"
 - 
Hypotension
"3907023"
 - 
Hypothermia
"3907025"
 - 
Hypoxia
"3907027"
 - 
Injury
"3907031"
 - 
Nausea
"3907033"
 - 
None
"3907035"
 - 
Other
"3907039"
 - 
Respiratory Distress
"3907041"
 - 
Tachycardia
"3907043"
 - 
Tachypnea
"3907045"
 - 
Vomiting
"3907047"
 - 
Bradycardia
"3907049"
 - 
Itching
"3907051"
 - 
Urticaria

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  ProcedureComplication (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eProcedures.ProcedureComplication" maxOccurs="unbounded" name="eProcedures.07" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ProcedureComplication">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
<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; 2/2)
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"/>

NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>