element -> <dConfiguration.04>
dConfiguration.04 Medications Permitted by the State Yes Yes A list of all of the medications permitted by the state to be used by each EMS state certification/licensure level. Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma This data element should capture all of the medications permitted by the state for any/all levels of EMS personnel in the state. This should be stored as an RxNorm (RXCUI) Code. This is associated with the EMS Agency State (dAgency.01). <br/><br/>The EMS agency should submit "Not Applicable" and "Nil" to the state system for the demographic export. The state EMS system does not need to import this information into their database. It is the responsibility of the state to submit this element to the national EMS database (NEMSIS). Reference the Demographic Dataset Submission Guide for further details. State EMS systems which have regulatory authority to identify medications to be administered within the state may identify specific RxNorm codes based on medical direction and their own need. <br/><br/>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
<dConfiguration.04
    NV
 = 
("7701001" | "7701003")
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</dConfiguration.04>
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="dConfiguration.MedicationsPermittedbytheState" maxOccurs="unbounded" name="dConfiguration.04" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Medication">
<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>