element -> <eHistory.12>
eHistory.12 Current Medications No Yes The medications the patient currently takes E12_14 Recommended List of medications based on RxNorm (RXCUI) code. <br/><br/>Reference the NEMSIS Suggested Lists at: http://nemsis.org/v3/resources.html <br/><br/>RxNorm <br/>Website - http://uts.nlm.nih.gov <br/><br/>Product - UMLS Metathesaurus <br/>Website - http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html <br/>Product - RxNorm Full Monthly Release Yes
Namespace:
Type:
anonymous (extension of Medication)
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
<eHistory.12
    PN
 = 
("8801015" | "8801019" | "8801021" | "8801023")
    NV
 = 
("7701001" | "7701003" | "7701005")
    >
   
Content: 
{ xs:string }
</eHistory.12>
Simple Content Detail:
MaxLength:
7
MinLength:
2

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  Medication (extension)
      complexType
Derivation:
extension of Medication
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.CurrentMedications" minOccurs="0" name="eHistory.12" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Medication">
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<!-- PN.NoAnticoagulantsOrBleedingDisorder -->
</xs:simpleType>
</xs:attribute>
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 2/2)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003" | "7701005"
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:simpleType>
</xs:attribute>

PN
Attribute Value
"8801015" | "8801019" | "8801021" | "8801023"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="PN" use="optional">
<xs:simpleType>
<!-- PN.NoAnticoagulantsOrBleedingDisorder -->
</xs:simpleType>
</xs:attribute>