element -> <eHistory.06>
eHistory.06 Medication Allergies No Yes The patient's medication allergies E12_08 Recommended The list of medication allergies is based on RxNorm (RXCUI) Codes. In addition, a specific list of ICD-10 CM codes can be used for medication groups. <br/><br/>Reference the NEMSIS Suggested Lists at: http://nemsis.org/v3/resources.html <br/><br/>Code list is represented in two separate UMLS datasets: <br/>1) ICD-10 Codes. <br/>2) RxNorm <br/><br/>Website - http://uts.nlm.nih.gov <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:
Content:
simple, 4 attributes
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
locally within eHistory complexType in eHistory_v3.xsd; see XML source
Includes:
definitions of 4 attributes
Content Model Diagram
XML Representation Summary
<eHistory.06
    NV
 = 
("7701001" | "7701003" | "7701005")
    PN
 = 
("8801013" | "8801019" | "8801023" | "8801021")
    CodeType
 = 
("9924001" | "9924003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</eHistory.06>
Simple Content Detail:
Pattern:
(Z88\.[0-9])|([a-zA-Z0-9]{2,7})

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  MedicationAllergies (extension)
      complexType
Derivation:
extension of MedicationAllergies
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eHistory.MedicationAllergies" maxOccurs="unbounded" minOccurs="0" name="eHistory.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="MedicationAllergies">
<xs:attribute name="NV" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="CodeType" type="CodeType" use="optional"/>
<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; 4/4)
CodeType
Type:
Use:
optional
Attribute Value
enumeration of xs:string
Enumeration:
"9924001"
 - 
ICD10
"9924003"
 - 
RxNorm
XML Source (see within schema source)
<xs:attribute name="CodeType" type="CodeType" use="optional"/>

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" | "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
"8801013" | "8801019" | "8801023" | "8801021"
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>
</xs:simpleType>
</xs:attribute>