element -> <eMedications.07>
eMedications.07 Response to Medication Yes Yes The patient's response to the medication E18_07 Required
Namespace:
Type:
anonymous (extension of Response)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eMedications.07
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ enumeration of xs:string }
</eMedications.07>
Simple Content Detail:
Enumeration:
"9916001"
 - 
Improved
"9916003"
 - 
Unchanged
"9916005"
 - 
Worse

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  Response (extension)
      complexType
Derivation:
extension of Response
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eMedications.ResponsetoMedication" name="eMedications.07" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Response">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
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>