element -> <eMedications.03>
eMedications.03 Medication Given Yes Yes The medication given to the patient E18_03 Required Airway Cardiac Arrest Pediatric STEMI Stroke Trauma 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
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
<eMedications.03
    PN
 = 
("8801001" | "8801003" | "8801007" | "8801009" | "8801019" | "8801023")
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ xs:string }
</eMedications.03>
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="eMedications.MedicationGiven" name="eMedications.03" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Medication">
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
</xs:simpleType>
</xs:attribute>
</xs:extension>
<!-- <xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
</xs:simpleType>
</xs:attribute>
-->
</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"
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>

PN
Attribute Value
"8801001" | "8801003" | "8801007" | "8801009" | "8801019" | "8801023"
Anonymous simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="PN" use="optional">
<xs:simpleType>
</xs:simpleType>
</xs:attribute>