element <dConfiguration.MedicationGroup>
Group Tag to hold info about Medication information
Namespace:
Type:
anonymous complexType
Content:
complex, 1 attribute, 2 elements
Defined:
Includes:
definitions of 1 attribute, 2 elements
Content Model Diagram
XML Representation Summary
<dConfiguration.MedicationGroup
    CorrelationID
 = 
xs:string
    >
   
Content: 
dConfiguration.08, dConfiguration.09+
</dConfiguration.MedicationGroup>
Content model elements (2):
Included in content model of elements (1):
XML Source (w/o annotations (3); see within schema source)
<xs:element id="dConfiguration.MedicationGroup" maxOccurs="unbounded" name="dConfiguration.MedicationGroup">
<xs:complexType>
<xs:sequence>
<xs:element id="dConfiguration.PersonnelLevelPermittedtoAdministertheMedication" name="dConfiguration.08" type="StateCertificationLicensureLevels"/>
<xs:element id="dConfiguration.EMSAgencyMedications" maxOccurs="unbounded" name="dConfiguration.09">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Medication">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
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"/>
Content Element Detail (all declarations; defined in this component only; 2/2)
dConfiguration.08
Type:
<nemsisTacDoc> <number>dConfiguration.08</number> <name>EMS Certification Level Permitted to Administer Each Medication</name> <national>Yes</national> <state>Yes</state> <definition>All EMS certification levels which are permitted to administer the medications listed in dConfiguration.09 (EMS Agency Medications).</definition> <v2Number>D04_07</v2Number> <usage>Mandatory</usage> <performanceMeasuresGroup> <performanceMeasure>Airway</performanceMeasure> <performanceMeasure>Cardiac Arrest</performanceMeasure> <performanceMeasure>Pediatric</performanceMeasure> <performanceMeasure>Response</performanceMeasure> <performanceMeasure>STEMI</performanceMeasure> <performanceMeasure>Stroke</performanceMeasure> <performanceMeasure>Trauma</performanceMeasure> </performanceMeasuresGroup> <comment>Using each certification level within the agency, indicate the approved medications allowed utilizing dConfiguration.09 (EMS Agency Medications). <br/><br/>The category EMT-Intermediate includes EMS professionals with an “85” or “99” certification level. </comment> <v3Changes/> </nemsisTacDoc>
Simple Content
enumeration of xs:string
Enumeration:
"9917001"
 - 
2009 Advanced Emergency Medical Technician (AEMT)
"9917003"
 - 
2009 Emergency Medical Responder (EMR)
"9917005"
 - 
2009 Emergency Medical Technician
"9917007"
 - 
2009 Paramedic
"9917009"
 - 
First Responder
"9917011"
 - 
EMT-Basic
"9917013"
 - 
EMT-Intermediate
"9917015"
 - 
EMT-Paramedic
"9917017"
 - 
Nurse
"9917019"
 - 
Physician
"9917021"
 - 
Critical Care Paramedic
"9917023"
 - 
Community Paramedicine
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dConfiguration.PersonnelLevelPermittedtoAdministertheMedication" name="dConfiguration.08" type="StateCertificationLicensureLevels"/>

dConfiguration.09
Type:
anonymous (extension of Medication), simple content
<nemsisTacDoc> <number>dConfiguration.09</number> <name>EMS Agency Medications</name> <national>Yes</national> <state>Yes</state> <definition>A list of all medications the agency has implemented and have available for use.</definition> <v2Number>D04_06</v2Number> <usage>Mandatory</usage> <performanceMeasuresGroup> <performanceMeasure>Airway</performanceMeasure> <performanceMeasure>Cardiac Arrest</performanceMeasure> <performanceMeasure>Pediatric</performanceMeasure> <performanceMeasure>Response</performanceMeasure> <performanceMeasure>STEMI</performanceMeasure> <performanceMeasure>Stroke</performanceMeasure> <performanceMeasure>Trauma</performanceMeasure> </performanceMeasuresGroup> <comment>The medication list is stored as the RxNorm (RXCUI) Code. This is associated with the EMS Agency Number (dAgency.02) since each EMS Agency Number may have different capabilities. <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. <br/><br/>List of medications based on RxNorm (RXCUI) code. 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 </comment> <v3Changes/> </nemsisTacDoc>
Simple Content
xs:string
maxLength:
7
minLength:
2
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dConfiguration.EMSAgencyMedications" maxOccurs="unbounded" name="dConfiguration.09">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="Medication">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>