element <dConfiguration.07>
<nemsisTacDoc> <number>dConfiguration.07</number> <name>EMS Agency Procedures</name> <national>Yes</national> <state>Yes</state> <definition>A list of all procedures that the agency has implemented and available for use by any/all EMS certification levels.</definition> <v2Number>D04_04</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>This is associated with the EMS Agency Number (dAgency.02) since each EMS Agency Number may have different capabilities. Each procedure is associated with the EMS professional certification levels permitted to perform the procedure. <br/><br/>EMS Agencies may identify additional ICD-10-PCS procedure codes based on medical direction and their own need. If an agency resides in a state with statewide approved procedures, they should be listed/implemented here. <br/><br/>Code list is represented in ICD-10-PCS: Procedure Codes, see suggested NEMSIS list of procedure codes. <br/>ICD-10-PCS <br/>Website - http://uts.nlm.nih.gov <br/>Product - UMLS Metathesaurus </comment> <v3Changes/> </nemsisTacDoc>
Namespace:
Type:
anonymous (extension of icd10Code)
Content:
simple, 1 attribute
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<dConfiguration.07
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</dConfiguration.07>
Simple Content Detail:
Pattern:
[0-9A-HJ-NP-Z]([0-9A-Za-z]{1,6})?

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  icd10Code (extension)
      complexType
Derivation:
extension of icd10Code
XML Source (w/o annotations (1); see within schema source)
<xs:element id="dConfiguration.EMSAgencyProcedures" maxOccurs="unbounded" name="dConfiguration.07">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="icd10Code">
<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; 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"/>