element -> <eMedications.08>
eMedications.08 Medication Complication Yes Yes Any complication (abnormal effect on the patient) associated with the administration of the medication to the patient by EMS E18_08 Required
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
<eMedications.08
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ enumeration of xs:string }
</eMedications.08>
Simple Content Detail:
Enumeration:
"3708001"
 - 
Altered Mental Status
"3708003"
 - 
Apnea
"3708005"
 - 
Bleeding
"3708007"
 - 
Bradycardia
"3708009"
 - 
Bradypnea
"3708011"
 - 
Diarrhea
"3708013"
 - 
Extravasation
"3708015"
 - 
Hypertension
"3708017"
 - 
Hyperthermia
"3708019"
 - 
Hypotension
"3708021"
 - 
Hypothermia
"3708023"
 - 
Hypoxia
"3708025"
 - 
Injury
"3708029"
 - 
Nausea
"3708031"
 - 
None
"3708033"
 - 
Other
"3708035"
 - 
Respiratory Distress
"3708037"
 - 
Tachycardia
"3708039"
 - 
Tachypnea
"3708041"
 - 
Vomiting
"3708043"
 - 
Itching
"3708045"
 - 
Urticaria

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  MedicationComplication (extension)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eMedications.MedicationComplication" maxOccurs="unbounded" name="eMedications.08" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MedicationComplication">
<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>