Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Main schema EMSDataSet_v3.xsd
Namespace http://www.nemsis.org
Properties
attribute form default unqualified
element form default qualified
Element EMSDataSet
Namespace http://www.nemsis.org
Annotations
Root Tag For Patient Care Report Dataset
Diagram
DiagramEMSDataSet_v3_xsd.tmp#EMSDataSet_Header
Properties
content complex
Model
Children Header
Instance
<EMSDataSet xmlns="http://www.nemsis.org">
  <Header>{1,unbounded}</Header>
</EMSDataSet>
Source
<xs:element name="EMSDataSet">
  <xs:annotation>
    <xs:documentation>Root Tag For Patient Care Report Dataset</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Header" id="HeaderGroup" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Header for file</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="DemographicGroup" id="DemographicGroup">
              <xs:annotation>
                <xs:documentation>Demographic information related to this agency</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="dAgency.01" type="EMSAgencyStateID" id="EMSDataset.EMSAgencyUniqueStateID">
                    <xs:annotation>
                      <xs:documentation>
                        <nemsisTacDoc>
                          <number>dAgency.01</number>
                          <name>EMS Agency Unique State ID</name>
                          <national>Yes</national>
                          <state>Yes</state>
                          <definition>The unique ID assigned to the EMS Agency which is associated with all state licensure numbers and information.</definition>
                          <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 may be the EMS Agency Name or a unique number assigned by the state EMS office. This is required to document multiple license types and numbers associated with the same EMS Agency.</comment>
                        </nemsisTacDoc>
                      </xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="dAgency.02" id="EMSDataset.EMSAgencyNumber">
                    <xs:annotation>
                      <xs:documentation>
                        <nemsisTacDoc>
                          <number>dAgency.02</number>
                          <name>EMS Agency Number</name>
                          <national>Yes</national>
                          <state>Yes</state>
                          <definition>The state-assigned provider number of the responding agency.</definition>
                          <v2Number>D01_01</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 the primary identifier for the entire Demographic Section. Each of the Demographic sections must be associated with an EMS Agency Number. An EMS Agency can have more than one Agency Number within a state. This reflects the ability for an EMS Agency to have a different number for each service type or location (based on state implementation).</comment>
                        </nemsisTacDoc>
                      </xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:simpleContent>
                        <xs:extension base="EMSAgencyNumber"/>
                      </xs:simpleContent>
                    </xs:complexType>
                  </xs:element>
                  <xs:element name="dAgency.04" id="EMSDataset.EMSAgencyState">
                    <xs:annotation>
                      <xs:documentation>
                        <nemsisTacDoc>
                          <number>dAgency.04</number>
                          <name>EMS Agency State</name>
                          <national>Yes</national>
                          <state>Yes</state>
                          <definition>The state/territory which assigned the EMS agency number.</definition>
                          <v2Number>D01_03</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 has been clarified to reflect that it is the state in which the EMS Agency resides and the state associated with the EMS Agency number. <br/><br/>GNIS Codes Website: <a href="http://geonames.usgs.gov/domestic/download_data.htm">http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
                        </nemsisTacDoc>
                      </xs:documentation>
                    </xs:annotation>
                    <xs:complexType>
                      <xs:simpleContent>
                        <xs:extension base="ANSIStateCode"/>
                      </xs:simpleContent>
                    </xs:complexType>
                  </xs:element>
                </xs:sequence>
              </xs:complexType>
            </xs:element>
            <xs:element name="eCustomConfiguration" type="eCustomConfiguration" id="eCustomConfigurationSection" minOccurs="0"/>
            <xs:element name="PatientCareReport" id="PatientCareReportGroup" maxOccurs="unbounded">
              <xs:annotation>
                <xs:documentation>Container Tag to hold each instance of a patient care report (PCR)</xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:sequence>
                  <xs:element name="eRecord" type="eRecord" id="eRecordSection">
                    <xs:annotation>
                      <xs:documentation>Patient Record Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eResponse" type="eResponse" id="eResponseSection">
                    <xs:annotation>
                      <xs:documentation>Unit Agency Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eDispatch" type="eDispatch" id="eDispatchSection">
                    <xs:annotation>
                      <xs:documentation>Dispatch Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eCrew" type="eCrews" id="eCrewSection" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Crew Member Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eTimes" type="eTimes" id="eTimesSection">
                    <xs:annotation>
                      <xs:documentation>Call Event Times Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="ePatient" type="ePatient" id="ePatientSection">
                    <xs:annotation>
                      <xs:documentation>Patient Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="ePayment" type="ePayment" id="ePaymentSection">
                    <xs:annotation>
                      <xs:documentation>Insurance/Payment Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eScene" type="eScene" id="eSceneSection">
                    <xs:annotation>
                      <xs:documentation>Incident Scene Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eSituation" type="eSituation" id="eSituationSection">
                    <xs:annotation>
                      <xs:documentation>Situation Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eInjury" type="eInjury" id="eInjurySection">
                    <xs:annotation>
                      <xs:documentation>Injury Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eArrest" type="eArrest" id="eArrestSection">
                    <xs:annotation>
                      <xs:documentation>Cardiac Arrest Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eHistory" type="eHistory" id="eHistorySection">
                    <xs:annotation>
                      <xs:documentation>Patient History Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eNarrative" type="eNarrative" id="eNarrativeSection" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Call Event Narrative</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eVitals" type="eVitals" id="eVitalsSection">
                    <xs:annotation>
                      <xs:documentation>Patient Vital Sign Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eLabs" type="eLabs" id="eLabsSection" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Lab Results Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eExam" type="eExam" id="eExamSection" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Patient Exam Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eProtocols" type="eProtocols" id="eProtocolsSection">
                    <xs:annotation>
                      <xs:documentation>Medical Protocols Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eMedications" type="eMedications" id="eMedicationsSection">
                    <xs:annotation>
                      <xs:documentation>Intervention Medications Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eProcedures" type="eProcedures" id="eProceduresSection">
                    <xs:annotation>
                      <xs:documentation>Intervention Procedures Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eAirway" type="eAirways" id="eAirwaysSection" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Airway Device Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eDevice" type="eDevices" id="eDevicesSection" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Medical Device Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eDisposition" type="eDisposition" id="eDispositionSection">
                    <xs:annotation>
                      <xs:documentation>Patient Disposition Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eOutcome" type="eOutcome" id="eOutcomeSection">
                    <xs:annotation>
                      <xs:documentation>Patient Outcome Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eCustomResults" type="eCustomResults" id="eCustomResultsSection" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Custom Data Elements Results</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                  <xs:element name="eOther" type="eOther" id="eOtherSection" minOccurs="0">
                    <xs:annotation>
                      <xs:documentation>Other Miscellaneous Information</xs:documentation>
                    </xs:annotation>
                  </xs:element>
                </xs:sequence>
                <xs:attribute name="UUID" type="UUID" use="required"/>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element EMSDataSet / Header
Namespace http://www.nemsis.org
Annotations
Header for file
Diagram
DiagramEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_DemographicGroupEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_eCustomConfigurationEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_PatientCareReport
Properties
content complex
maxOccurs unbounded
Model
Children DemographicGroup, PatientCareReport, eCustomConfiguration
Instance
<Header xmlns="http://www.nemsis.org">
  <DemographicGroup>{1,1}</DemographicGroup>
  <eCustomConfiguration>{0,1}</eCustomConfiguration>
  <PatientCareReport UUID="">{1,unbounded}</PatientCareReport>
</Header>
Source
<xs:element name="Header" id="HeaderGroup" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Header for file</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="DemographicGroup" id="DemographicGroup">
        <xs:annotation>
          <xs:documentation>Demographic information related to this agency</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="dAgency.01" type="EMSAgencyStateID" id="EMSDataset.EMSAgencyUniqueStateID">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>dAgency.01</number>
                    <name>EMS Agency Unique State ID</name>
                    <national>Yes</national>
                    <state>Yes</state>
                    <definition>The unique ID assigned to the EMS Agency which is associated with all state licensure numbers and information.</definition>
                    <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 may be the EMS Agency Name or a unique number assigned by the state EMS office. This is required to document multiple license types and numbers associated with the same EMS Agency.</comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="dAgency.02" id="EMSDataset.EMSAgencyNumber">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>dAgency.02</number>
                    <name>EMS Agency Number</name>
                    <national>Yes</national>
                    <state>Yes</state>
                    <definition>The state-assigned provider number of the responding agency.</definition>
                    <v2Number>D01_01</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 the primary identifier for the entire Demographic Section. Each of the Demographic sections must be associated with an EMS Agency Number. An EMS Agency can have more than one Agency Number within a state. This reflects the ability for an EMS Agency to have a different number for each service type or location (based on state implementation).</comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="EMSAgencyNumber"/>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
            <xs:element name="dAgency.04" id="EMSDataset.EMSAgencyState">
              <xs:annotation>
                <xs:documentation>
                  <nemsisTacDoc>
                    <number>dAgency.04</number>
                    <name>EMS Agency State</name>
                    <national>Yes</national>
                    <state>Yes</state>
                    <definition>The state/territory which assigned the EMS agency number.</definition>
                    <v2Number>D01_03</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 has been clarified to reflect that it is the state in which the EMS Agency resides and the state associated with the EMS Agency number. <br/><br/>GNIS Codes Website: <a href="http://geonames.usgs.gov/domestic/download_data.htm">http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
                  </nemsisTacDoc>
                </xs:documentation>
              </xs:annotation>
              <xs:complexType>
                <xs:simpleContent>
                  <xs:extension base="ANSIStateCode"/>
                </xs:simpleContent>
              </xs:complexType>
            </xs:element>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="eCustomConfiguration" type="eCustomConfiguration" id="eCustomConfigurationSection" minOccurs="0"/>
      <xs:element name="PatientCareReport" id="PatientCareReportGroup" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>Container Tag to hold each instance of a patient care report (PCR)</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element name="eRecord" type="eRecord" id="eRecordSection">
              <xs:annotation>
                <xs:documentation>Patient Record Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eResponse" type="eResponse" id="eResponseSection">
              <xs:annotation>
                <xs:documentation>Unit Agency Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eDispatch" type="eDispatch" id="eDispatchSection">
              <xs:annotation>
                <xs:documentation>Dispatch Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eCrew" type="eCrews" id="eCrewSection" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Crew Member Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eTimes" type="eTimes" id="eTimesSection">
              <xs:annotation>
                <xs:documentation>Call Event Times Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ePatient" type="ePatient" id="ePatientSection">
              <xs:annotation>
                <xs:documentation>Patient Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ePayment" type="ePayment" id="ePaymentSection">
              <xs:annotation>
                <xs:documentation>Insurance/Payment Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eScene" type="eScene" id="eSceneSection">
              <xs:annotation>
                <xs:documentation>Incident Scene Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eSituation" type="eSituation" id="eSituationSection">
              <xs:annotation>
                <xs:documentation>Situation Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eInjury" type="eInjury" id="eInjurySection">
              <xs:annotation>
                <xs:documentation>Injury Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eArrest" type="eArrest" id="eArrestSection">
              <xs:annotation>
                <xs:documentation>Cardiac Arrest Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eHistory" type="eHistory" id="eHistorySection">
              <xs:annotation>
                <xs:documentation>Patient History Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eNarrative" type="eNarrative" id="eNarrativeSection" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Call Event Narrative</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eVitals" type="eVitals" id="eVitalsSection">
              <xs:annotation>
                <xs:documentation>Patient Vital Sign Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eLabs" type="eLabs" id="eLabsSection" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Lab Results Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eExam" type="eExam" id="eExamSection" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Patient Exam Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eProtocols" type="eProtocols" id="eProtocolsSection">
              <xs:annotation>
                <xs:documentation>Medical Protocols Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eMedications" type="eMedications" id="eMedicationsSection">
              <xs:annotation>
                <xs:documentation>Intervention Medications Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eProcedures" type="eProcedures" id="eProceduresSection">
              <xs:annotation>
                <xs:documentation>Intervention Procedures Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eAirway" type="eAirways" id="eAirwaysSection" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Airway Device Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eDevice" type="eDevices" id="eDevicesSection" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Medical Device Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eDisposition" type="eDisposition" id="eDispositionSection">
              <xs:annotation>
                <xs:documentation>Patient Disposition Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eOutcome" type="eOutcome" id="eOutcomeSection">
              <xs:annotation>
                <xs:documentation>Patient Outcome Information</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eCustomResults" type="eCustomResults" id="eCustomResultsSection" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Custom Data Elements Results</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="eOther" type="eOther" id="eOtherSection" minOccurs="0">
              <xs:annotation>
                <xs:documentation>Other Miscellaneous Information</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:attribute name="UUID" type="UUID" use="required"/>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element EMSDataSet / Header / DemographicGroup
Namespace http://www.nemsis.org
Annotations
Demographic information related to this agency
Diagram
DiagramEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_DemographicGroup_dAgency.01EMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_DemographicGroup_dAgency.02EMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_DemographicGroup_dAgency.04
Properties
content complex
Model
Children dAgency.01, dAgency.02, dAgency.04
Instance
<DemographicGroup xmlns="http://www.nemsis.org">
  <dAgency.01>{1,1}</dAgency.01>
  <dAgency.02>{1,1}</dAgency.02>
  <dAgency.04>{1,1}</dAgency.04>
</DemographicGroup>
Source
<xs:element name="DemographicGroup" id="DemographicGroup">
  <xs:annotation>
    <xs:documentation>Demographic information related to this agency</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="dAgency.01" type="EMSAgencyStateID" id="EMSDataset.EMSAgencyUniqueStateID">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dAgency.01</number>
              <name>EMS Agency Unique State ID</name>
              <national>Yes</national>
              <state>Yes</state>
              <definition>The unique ID assigned to the EMS Agency which is associated with all state licensure numbers and information.</definition>
              <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 may be the EMS Agency Name or a unique number assigned by the state EMS office. This is required to document multiple license types and numbers associated with the same EMS Agency.</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="dAgency.02" id="EMSDataset.EMSAgencyNumber">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dAgency.02</number>
              <name>EMS Agency Number</name>
              <national>Yes</national>
              <state>Yes</state>
              <definition>The state-assigned provider number of the responding agency.</definition>
              <v2Number>D01_01</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 the primary identifier for the entire Demographic Section. Each of the Demographic sections must be associated with an EMS Agency Number. An EMS Agency can have more than one Agency Number within a state. This reflects the ability for an EMS Agency to have a different number for each service type or location (based on state implementation).</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="EMSAgencyNumber"/>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="dAgency.04" id="EMSDataset.EMSAgencyState">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>dAgency.04</number>
              <name>EMS Agency State</name>
              <national>Yes</national>
              <state>Yes</state>
              <definition>The state/territory which assigned the EMS agency number.</definition>
              <v2Number>D01_03</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 has been clarified to reflect that it is the state in which the EMS Agency resides and the state associated with the EMS Agency number. <br/><br/>GNIS Codes Website: <a href="http://geonames.usgs.gov/domestic/download_data.htm">http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ANSIStateCode"/>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element EMSDataSet / Header / DemographicGroup / dAgency.01
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dAgency.01</number>
  <name>EMS Agency Unique State ID</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>The unique ID assigned to the EMS Agency which is associated with all state licensure numbers and information.</definition>
  <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 may be the EMS Agency Name or a unique number assigned by the state EMS office. This is required to document multiple license types and numbers associated with the same EMS Agency.</comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#EMSAgencyStateID
Type EMSAgencyStateID
Properties
content simple
Facets
minLength 1
maxLength 50
Source
<xs:element name="dAgency.01" type="EMSAgencyStateID" id="EMSDataset.EMSAgencyUniqueStateID">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dAgency.01</number>
        <name>EMS Agency Unique State ID</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>The unique ID assigned to the EMS Agency which is associated with all state licensure numbers and information.</definition>
        <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 may be the EMS Agency Name or a unique number assigned by the state EMS office. This is required to document multiple license types and numbers associated with the same EMS Agency.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / DemographicGroup / dAgency.02
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dAgency.02</number>
  <name>EMS Agency Number</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>The state-assigned provider number of the responding agency.</definition>
  <v2Number>D01_01</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 the primary identifier for the entire Demographic Section. Each of the Demographic sections must be associated with an EMS Agency Number. An EMS Agency can have more than one Agency Number within a state. This reflects the ability for an EMS Agency to have a different number for each service type or location (based on state implementation).</comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#EMSAgencyNumber
Type extension of EMSAgencyNumber
Type hierarchy
Properties
content complex
Source
<xs:element name="dAgency.02" id="EMSDataset.EMSAgencyNumber">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dAgency.02</number>
        <name>EMS Agency Number</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>The state-assigned provider number of the responding agency.</definition>
        <v2Number>D01_01</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 the primary identifier for the entire Demographic Section. Each of the Demographic sections must be associated with an EMS Agency Number. An EMS Agency can have more than one Agency Number within a state. This reflects the ability for an EMS Agency to have a different number for each service type or location (based on state implementation).</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="EMSAgencyNumber"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element EMSDataSet / Header / DemographicGroup / dAgency.04
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>dAgency.04</number>
  <name>EMS Agency State</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>The state/territory which assigned the EMS agency number.</definition>
  <v2Number>D01_03</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 has been clarified to reflect that it is the state in which the EMS Agency resides and the state associated with the EMS Agency number. <br/><br/>GNIS Codes Website: <a href="http://geonames.usgs.gov/domestic/download_data.htm">http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#ANSIStateCode
Type extension of ANSIStateCode
Type hierarchy
Properties
content complex
Source
<xs:element name="dAgency.04" id="EMSDataset.EMSAgencyState">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>dAgency.04</number>
        <name>EMS Agency State</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>The state/territory which assigned the EMS agency number.</definition>
        <v2Number>D01_03</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 has been clarified to reflect that it is the state in which the EMS Agency resides and the state associated with the EMS Agency number. <br/><br/>GNIS Codes Website: <a href="http://geonames.usgs.gov/domestic/download_data.htm">http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ANSIStateCode"/>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element EMSDataSet / Header / eCustomConfiguration
Namespace http://www.nemsis.org
Diagram
DiagrameCustom_v3_xsd.tmp#eCustomConfiguration_eCustomConfiguration.CustomGroupeCustom_v3_xsd.tmp#eCustomConfiguration
Type eCustomConfiguration
Properties
content complex
minOccurs 0
Model
Children eCustomConfiguration.CustomGroup
Instance
<eCustomConfiguration xmlns="http://www.nemsis.org">
  <eCustomConfiguration.CustomGroup CustomElementID="">{0,unbounded}</eCustomConfiguration.CustomGroup>
</eCustomConfiguration>
Source
<xs:element name="eCustomConfiguration" type="eCustomConfiguration" id="eCustomConfigurationSection" minOccurs="0"/>
Element EMSDataSet / Header / PatientCareReport
Namespace http://www.nemsis.org
Annotations
Container Tag to hold each instance of a patient care report (PCR)
Diagram
DiagramEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_UUIDEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eRecordEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eResponseEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eDispatchEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eCrewEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eTimesEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_ePatientEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_ePaymentEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eSceneEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eSituationEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eInjuryEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eArrestEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eHistoryEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eNarrativeEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eVitalsEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eLabsEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eExamEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eProtocolsEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eMedicationsEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eProceduresEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eAirwayEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eDeviceEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eDispositionEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eOutcomeEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eCustomResultsEMSDataSet_v3_xsd.tmp#EMSDataSet_EMSDataSet_Header_EMSDataSet_EMSDataSet_Header_PatientCareReport_eOther
Properties
content complex
maxOccurs unbounded
Model
Children eAirway, eArrest, eCrew, eCustomResults, eDevice, eDispatch, eDisposition, eExam, eHistory, eInjury, eLabs, eMedications, eNarrative, eOther, eOutcome, ePatient, ePayment, eProcedures, eProtocols, eRecord, eResponse, eScene, eSituation, eTimes, eVitals
Instance
<PatientCareReport UUID="" xmlns="http://www.nemsis.org">
  <eRecord>{1,1}</eRecord>
  <eResponse>{1,1}</eResponse>
  <eDispatch>{1,1}</eDispatch>
  <eCrew>{0,1}</eCrew>
  <eTimes>{1,1}</eTimes>
  <ePatient>{1,1}</ePatient>
  <ePayment>{1,1}</ePayment>
  <eScene>{1,1}</eScene>
  <eSituation>{1,1}</eSituation>
  <eInjury>{1,1}</eInjury>
  <eArrest>{1,1}</eArrest>
  <eHistory>{1,1}</eHistory>
  <eNarrative>{0,1}</eNarrative>
  <eVitals>{1,1}</eVitals>
  <eLabs>{0,1}</eLabs>
  <eExam>{0,1}</eExam>
  <eProtocols>{1,1}</eProtocols>
  <eMedications>{1,1}</eMedications>
  <eProcedures>{1,1}</eProcedures>
  <eAirway>{0,1}</eAirway>
  <eDevice>{0,1}</eDevice>
  <eDisposition>{1,1}</eDisposition>
  <eOutcome>{1,1}</eOutcome>
  <eCustomResults>{0,1}</eCustomResults>
  <eOther>{0,1}</eOther>
</PatientCareReport>
Attributes
QName Type Use
UUID UUID required
Source
<xs:element name="PatientCareReport" id="PatientCareReportGroup" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Container Tag to hold each instance of a patient care report (PCR)</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="eRecord" type="eRecord" id="eRecordSection">
        <xs:annotation>
          <xs:documentation>Patient Record Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eResponse" type="eResponse" id="eResponseSection">
        <xs:annotation>
          <xs:documentation>Unit Agency Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eDispatch" type="eDispatch" id="eDispatchSection">
        <xs:annotation>
          <xs:documentation>Dispatch Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eCrew" type="eCrews" id="eCrewSection" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Crew Member Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eTimes" type="eTimes" id="eTimesSection">
        <xs:annotation>
          <xs:documentation>Call Event Times Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ePatient" type="ePatient" id="ePatientSection">
        <xs:annotation>
          <xs:documentation>Patient Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="ePayment" type="ePayment" id="ePaymentSection">
        <xs:annotation>
          <xs:documentation>Insurance/Payment Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eScene" type="eScene" id="eSceneSection">
        <xs:annotation>
          <xs:documentation>Incident Scene Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eSituation" type="eSituation" id="eSituationSection">
        <xs:annotation>
          <xs:documentation>Situation Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eInjury" type="eInjury" id="eInjurySection">
        <xs:annotation>
          <xs:documentation>Injury Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eArrest" type="eArrest" id="eArrestSection">
        <xs:annotation>
          <xs:documentation>Cardiac Arrest Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eHistory" type="eHistory" id="eHistorySection">
        <xs:annotation>
          <xs:documentation>Patient History Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eNarrative" type="eNarrative" id="eNarrativeSection" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Call Event Narrative</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eVitals" type="eVitals" id="eVitalsSection">
        <xs:annotation>
          <xs:documentation>Patient Vital Sign Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eLabs" type="eLabs" id="eLabsSection" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Lab Results Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eExam" type="eExam" id="eExamSection" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Patient Exam Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eProtocols" type="eProtocols" id="eProtocolsSection">
        <xs:annotation>
          <xs:documentation>Medical Protocols Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eMedications" type="eMedications" id="eMedicationsSection">
        <xs:annotation>
          <xs:documentation>Intervention Medications Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eProcedures" type="eProcedures" id="eProceduresSection">
        <xs:annotation>
          <xs:documentation>Intervention Procedures Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eAirway" type="eAirways" id="eAirwaysSection" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Airway Device Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eDevice" type="eDevices" id="eDevicesSection" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Medical Device Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eDisposition" type="eDisposition" id="eDispositionSection">
        <xs:annotation>
          <xs:documentation>Patient Disposition Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eOutcome" type="eOutcome" id="eOutcomeSection">
        <xs:annotation>
          <xs:documentation>Patient Outcome Information</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eCustomResults" type="eCustomResults" id="eCustomResultsSection" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Custom Data Elements Results</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eOther" type="eOther" id="eOtherSection" minOccurs="0">
        <xs:annotation>
          <xs:documentation>Other Miscellaneous Information</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="UUID" type="UUID" use="required"/>
  </xs:complexType>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eRecord
Namespace http://www.nemsis.org
Annotations
Patient Record Information
Diagram
DiagrameRecord_v3_xsd.tmp#eRecord_eRecord.01eRecord_v3_xsd.tmp#eRecord_eRecord.SoftwareApplicationGroupeRecord_v3_xsd.tmp#eRecord
Type eRecord
Properties
content complex
Model
Children eRecord.01, eRecord.SoftwareApplicationGroup
Instance
<eRecord xmlns="http://www.nemsis.org">
  <eRecord.01>{1,1}</eRecord.01>
  <eRecord.SoftwareApplicationGroup>{1,1}</eRecord.SoftwareApplicationGroup>
</eRecord>
Source
<xs:element name="eRecord" type="eRecord" id="eRecordSection">
  <xs:annotation>
    <xs:documentation>Patient Record Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eResponse
Namespace http://www.nemsis.org
Annotations
Unit Agency Information
Diagram
DiagrameResponse_v3_xsd.tmp#eResponse_eResponse.AgencyGroupeResponse_v3_xsd.tmp#eResponse_eResponse.03eResponse_v3_xsd.tmp#eResponse_eResponse.04eResponse_v3_xsd.tmp#eResponse_eResponse.ServiceGroupeResponse_v3_xsd.tmp#eResponse_eResponse.07eResponse_v3_xsd.tmp#eResponse_eResponse.08eResponse_v3_xsd.tmp#eResponse_eResponse.09eResponse_v3_xsd.tmp#eResponse_eResponse.10eResponse_v3_xsd.tmp#eResponse_eResponse.11eResponse_v3_xsd.tmp#eResponse_eResponse.12eResponse_v3_xsd.tmp#eResponse_eResponse.13eResponse_v3_xsd.tmp#eResponse_eResponse.14eResponse_v3_xsd.tmp#eResponse_eResponse.16eResponse_v3_xsd.tmp#eResponse_eResponse.17eResponse_v3_xsd.tmp#eResponse_eResponse.18eResponse_v3_xsd.tmp#eResponse_eResponse.19eResponse_v3_xsd.tmp#eResponse_eResponse.20eResponse_v3_xsd.tmp#eResponse_eResponse.21eResponse_v3_xsd.tmp#eResponse_eResponse.22eResponse_v3_xsd.tmp#eResponse_eResponse.23eResponse_v3_xsd.tmp#eResponse_eResponse.24eResponse_v3_xsd.tmp#eResponse
Type eResponse
Properties
content complex
Model
Children eResponse.03, eResponse.04, eResponse.07, eResponse.08, eResponse.09, eResponse.10, eResponse.11, eResponse.12, eResponse.13, eResponse.14, eResponse.16, eResponse.17, eResponse.18, eResponse.19, eResponse.20, eResponse.21, eResponse.22, eResponse.23, eResponse.24, eResponse.AgencyGroup, eResponse.ServiceGroup
Instance
<eResponse xmlns="http://www.nemsis.org">
  <eResponse.AgencyGroup>{1,1}</eResponse.AgencyGroup>
  <eResponse.03 NV="">{1,1}</eResponse.03>
  <eResponse.04 NV="">{1,1}</eResponse.04>
  <eResponse.ServiceGroup>{1,1}</eResponse.ServiceGroup>
  <eResponse.07>{1,1}</eResponse.07>
  <eResponse.08 CorrelationID="" NV="">{1,unbounded}</eResponse.08>
  <eResponse.09 CorrelationID="" NV="">{1,unbounded}</eResponse.09>
  <eResponse.10 CorrelationID="" NV="">{1,unbounded}</eResponse.10>
  <eResponse.11 CorrelationID="" NV="">{1,unbounded}</eResponse.11>
  <eResponse.12 CorrelationID="" NV="">{1,unbounded}</eResponse.12>
  <eResponse.13>{1,1}</eResponse.13>
  <eResponse.14>{1,1}</eResponse.14>
  <eResponse.16>{0,1}</eResponse.16>
  <eResponse.17>{0,1}</eResponse.17>
  <eResponse.18>{0,1}</eResponse.18>
  <eResponse.19>{0,1}</eResponse.19>
  <eResponse.20>{0,1}</eResponse.20>
  <eResponse.21>{0,1}</eResponse.21>
  <eResponse.22>{0,1}</eResponse.22>
  <eResponse.23>{1,1}</eResponse.23>
  <eResponse.24 CorrelationID="" NV="">{1,unbounded}</eResponse.24>
</eResponse>
Source
<xs:element name="eResponse" type="eResponse" id="eResponseSection">
  <xs:annotation>
    <xs:documentation>Unit Agency Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eDispatch
Namespace http://www.nemsis.org
Annotations
Dispatch Information
Diagram
DiagrameDispatch_v3_xsd.tmp#eDispatch_eDispatch.01eDispatch_v3_xsd.tmp#eDispatch_eDispatch.02eDispatch_v3_xsd.tmp#eDispatch_eDispatch.03eDispatch_v3_xsd.tmp#eDispatch_eDispatch.04eDispatch_v3_xsd.tmp#eDispatch_eDispatch.05eDispatch_v3_xsd.tmp#eDispatch_eDispatch.06eDispatch_v3_xsd.tmp#eDispatch
Type eDispatch
Properties
content complex
Model
Children eDispatch.01, eDispatch.02, eDispatch.03, eDispatch.04, eDispatch.05, eDispatch.06
Instance
<eDispatch xmlns="http://www.nemsis.org">
  <eDispatch.01>{1,1}</eDispatch.01>
  <eDispatch.02 NV="">{1,1}</eDispatch.02>
  <eDispatch.03>{0,1}</eDispatch.03>
  <eDispatch.04>{0,1}</eDispatch.04>
  <eDispatch.05>{0,1}</eDispatch.05>
  <eDispatch.06>{0,1}</eDispatch.06>
</eDispatch>
Source
<xs:element name="eDispatch" type="eDispatch" id="eDispatchSection">
  <xs:annotation>
    <xs:documentation>Dispatch Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eCrew
Namespace http://www.nemsis.org
Annotations
Crew Member Information
Diagram
DiagrameCrew_v3_xsd.tmp#eCrews_eCrew.CrewGroupeCrew_v3_xsd.tmp#eCrews
Type eCrews
Properties
content complex
minOccurs 0
Model
Children eCrew.CrewGroup
Instance
<eCrew xmlns="http://www.nemsis.org">
  <eCrew.CrewGroup CorrelationID="">{0,unbounded}</eCrew.CrewGroup>
</eCrew>
Source
<xs:element name="eCrew" type="eCrews" id="eCrewSection" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Crew Member Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eTimes
Namespace http://www.nemsis.org
Annotations
Call Event Times Information
Diagram
DiagrameTimes_v3_xsd.tmp#eTimes_eTimes.01eTimes_v3_xsd.tmp#eTimes_eTimes.02eTimes_v3_xsd.tmp#eTimes_eTimes.03eTimes_v3_xsd.tmp#eTimes_eTimes.04eTimes_v3_xsd.tmp#eTimes_eTimes.05eTimes_v3_xsd.tmp#eTimes_eTimes.06eTimes_v3_xsd.tmp#eTimes_eTimes.07eTimes_v3_xsd.tmp#eTimes_eTimes.08eTimes_v3_xsd.tmp#eTimes_eTimes.09eTimes_v3_xsd.tmp#eTimes_eTimes.10eTimes_v3_xsd.tmp#eTimes_eTimes.11eTimes_v3_xsd.tmp#eTimes_eTimes.12eTimes_v3_xsd.tmp#eTimes_eTimes.13eTimes_v3_xsd.tmp#eTimes_eTimes.14eTimes_v3_xsd.tmp#eTimes_eTimes.15eTimes_v3_xsd.tmp#eTimes_eTimes.16eTimes_v3_xsd.tmp#eTimes_eTimes.17eTimes_v3_xsd.tmp#eTimes
Type eTimes
Properties
content complex
Model
Children eTimes.01, eTimes.02, eTimes.03, eTimes.04, eTimes.05, eTimes.06, eTimes.07, eTimes.08, eTimes.09, eTimes.10, eTimes.11, eTimes.12, eTimes.13, eTimes.14, eTimes.15, eTimes.16, eTimes.17
Instance
<eTimes xmlns="http://www.nemsis.org">
  <eTimes.01 NV="">{1,1}</eTimes.01>
  <eTimes.02>{0,1}</eTimes.02>
  <eTimes.03>{1,1}</eTimes.03>
  <eTimes.04>{0,1}</eTimes.04>
  <eTimes.05 NV="">{1,1}</eTimes.05>
  <eTimes.06 NV="">{1,1}</eTimes.06>
  <eTimes.07 NV="">{1,1}</eTimes.07>
  <eTimes.08 NV="">{0,1}</eTimes.08>
  <eTimes.09 NV="">{1,1}</eTimes.09>
  <eTimes.10>{0,1}</eTimes.10>
  <eTimes.11 NV="">{1,1}</eTimes.11>
  <eTimes.12 NV="">{1,1}</eTimes.12>
  <eTimes.13>{1,1}</eTimes.13>
  <eTimes.14>{0,1}</eTimes.14>
  <eTimes.15>{0,1}</eTimes.15>
  <eTimes.16>{0,1}</eTimes.16>
  <eTimes.17>{0,1}</eTimes.17>
</eTimes>
Source
<xs:element name="eTimes" type="eTimes" id="eTimesSection">
  <xs:annotation>
    <xs:documentation>Call Event Times Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / ePatient
Namespace http://www.nemsis.org
Annotations
Patient Information
Diagram
DiagramePatient_v3_xsd.tmp#ePatient_ePatient.01ePatient_v3_xsd.tmp#ePatient_ePatient.PatientNameGroupePatient_v3_xsd.tmp#ePatient_ePatient.05ePatient_v3_xsd.tmp#ePatient_ePatient.06ePatient_v3_xsd.tmp#ePatient_ePatient.07ePatient_v3_xsd.tmp#ePatient_ePatient.08ePatient_v3_xsd.tmp#ePatient_ePatient.09ePatient_v3_xsd.tmp#ePatient_ePatient.10ePatient_v3_xsd.tmp#ePatient_ePatient.11ePatient_v3_xsd.tmp#ePatient_ePatient.12ePatient_v3_xsd.tmp#ePatient_ePatient.13ePatient_v3_xsd.tmp#ePatient_ePatient.14ePatient_v3_xsd.tmp#ePatient_ePatient.AgeGroupePatient_v3_xsd.tmp#ePatient_ePatient.17ePatient_v3_xsd.tmp#ePatient_ePatient.18ePatient_v3_xsd.tmp#ePatient_ePatient.19ePatient_v3_xsd.tmp#ePatient_ePatient.20ePatient_v3_xsd.tmp#ePatient_ePatient.21ePatient_v3_xsd.tmp#ePatient_ePatient.22ePatient_v3_xsd.tmp#ePatient
Type ePatient
Properties
content complex
Model
Children ePatient.01, ePatient.05, ePatient.06, ePatient.07, ePatient.08, ePatient.09, ePatient.10, ePatient.11, ePatient.12, ePatient.13, ePatient.14, ePatient.17, ePatient.18, ePatient.19, ePatient.20, ePatient.21, ePatient.22, ePatient.AgeGroup, ePatient.PatientNameGroup
Instance
<ePatient xmlns="http://www.nemsis.org">
  <ePatient.01>{0,1}</ePatient.01>
  <ePatient.PatientNameGroup>{0,1}</ePatient.PatientNameGroup>
  <ePatient.05 PN="" StreetAddress2="">{0,1}</ePatient.05>
  <ePatient.06 PN="">{0,1}</ePatient.06>
  <ePatient.07 NV="">{1,1}</ePatient.07>
  <ePatient.08 NV="">{1,1}</ePatient.08>
  <ePatient.09 NV="">{1,1}</ePatient.09>
  <ePatient.10>{0,1}</ePatient.10>
  <ePatient.11>{0,1}</ePatient.11>
  <ePatient.12 PN="">{0,1}</ePatient.12>
  <ePatient.13 NV="">{1,1}</ePatient.13>
  <ePatient.14 CorrelationID="" NV="">{1,unbounded}</ePatient.14>
  <ePatient.AgeGroup>{1,1}</ePatient.AgeGroup>
  <ePatient.17 NV="" PN="">{0,1}</ePatient.17>
  <ePatient.18 CorrelationID="" PhoneNumberType="" PN="">{0,unbounded}</ePatient.18>
  <ePatient.19 CorrelationID="" EmailAddressType="">{0,unbounded}</ePatient.19>
  <ePatient.20>{0,1}</ePatient.20>
  <ePatient.21>{0,1}</ePatient.21>
  <ePatient.22 NV="">{0,1}</ePatient.22>
</ePatient>
Source
<xs:element name="ePatient" type="ePatient" id="ePatientSection">
  <xs:annotation>
    <xs:documentation>Patient Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / ePayment
Namespace http://www.nemsis.org
Annotations
Insurance/Payment Information
Diagram
DiagramePayment_v3_xsd.tmp#ePayment_ePayment.01ePayment_v3_xsd.tmp#ePayment_ePayment.CertificateGroupePayment_v3_xsd.tmp#ePayment_ePayment.08ePayment_v3_xsd.tmp#ePayment_ePayment.InsuranceGroupePayment_v3_xsd.tmp#ePayment_ePayment.ClosestRelativeGroupePayment_v3_xsd.tmp#ePayment_ePayment.EmployerGroupePayment_v3_xsd.tmp#ePayment_ePayment.40ePayment_v3_xsd.tmp#ePayment_ePayment.41ePayment_v3_xsd.tmp#ePayment_ePayment.42ePayment_v3_xsd.tmp#ePayment_ePayment.44ePayment_v3_xsd.tmp#ePayment_ePayment.45ePayment_v3_xsd.tmp#ePayment_ePayment.46ePayment_v3_xsd.tmp#ePayment_ePayment.47ePayment_v3_xsd.tmp#ePayment_ePayment.48ePayment_v3_xsd.tmp#ePayment_ePayment.49ePayment_v3_xsd.tmp#ePayment_ePayment.50ePayment_v3_xsd.tmp#ePayment_ePayment.51ePayment_v3_xsd.tmp#ePayment_ePayment.52ePayment_v3_xsd.tmp#ePayment_ePayment.53ePayment_v3_xsd.tmp#ePayment_ePayment.54ePayment_v3_xsd.tmp#ePayment_ePayment.SupplyItemGroupePayment_v3_xsd.tmp#ePayment_ePayment.57ePayment_v3_xsd.tmp#ePayment
Type ePayment
Properties
content complex
Model
Children ePayment.01, ePayment.08, ePayment.40, ePayment.41, ePayment.42, ePayment.44, ePayment.45, ePayment.46, ePayment.47, ePayment.48, ePayment.49, ePayment.50, ePayment.51, ePayment.52, ePayment.53, ePayment.54, ePayment.57, ePayment.CertificateGroup, ePayment.ClosestRelativeGroup, ePayment.EmployerGroup, ePayment.InsuranceGroup, ePayment.SupplyItemGroup
Instance
<ePayment xmlns="http://www.nemsis.org">
  <ePayment.01 NV="">{1,1}</ePayment.01>
  <ePayment.CertificateGroup>{0,1}</ePayment.CertificateGroup>
  <ePayment.08>{0,1}</ePayment.08>
  <ePayment.InsuranceGroup CorrelationID="">{0,unbounded}</ePayment.InsuranceGroup>
  <ePayment.ClosestRelativeGroup>{0,1}</ePayment.ClosestRelativeGroup>
  <ePayment.EmployerGroup>{0,1}</ePayment.EmployerGroup>
  <ePayment.40>{0,1}</ePayment.40>
  <ePayment.41 CorrelationID="">{0,unbounded}</ePayment.41>
  <ePayment.42 CorrelationID="">{0,unbounded}</ePayment.42>
  <ePayment.44 CorrelationID="">{0,unbounded}</ePayment.44>
  <ePayment.45>{0,1}</ePayment.45>
  <ePayment.46>{0,1}</ePayment.46>
  <ePayment.47 CorrelationID="">{0,unbounded}</ePayment.47>
  <ePayment.48>{0,1}</ePayment.48>
  <ePayment.49>{0,1}</ePayment.49>
  <ePayment.50 NV="">{1,1}</ePayment.50>
  <ePayment.51 CorrelationID="">{0,unbounded}</ePayment.51>
  <ePayment.52 CorrelationID="">{0,unbounded}</ePayment.52>
  <ePayment.53>{0,1}</ePayment.53>
  <ePayment.54>{0,1}</ePayment.54>
  <ePayment.SupplyItemGroup CorrelationID="">{0,unbounded}</ePayment.SupplyItemGroup>
  <ePayment.57>{0,1}</ePayment.57>
</ePayment>
Source
<xs:element name="ePayment" type="ePayment" id="ePaymentSection">
  <xs:annotation>
    <xs:documentation>Insurance/Payment Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eScene
Namespace http://www.nemsis.org
Annotations
Incident Scene Information
Diagram
DiagrameScene_v3_xsd.tmp#eScene_eScene.01eScene_v3_xsd.tmp#eScene_eScene.ResponderGroupeScene_v3_xsd.tmp#eScene_eScene.05eScene_v3_xsd.tmp#eScene_eScene.06eScene_v3_xsd.tmp#eScene_eScene.07eScene_v3_xsd.tmp#eScene_eScene.08eScene_v3_xsd.tmp#eScene_eScene.09eScene_v3_xsd.tmp#eScene_eScene.10eScene_v3_xsd.tmp#eScene_eScene.11eScene_v3_xsd.tmp#eScene_eScene.12eScene_v3_xsd.tmp#eScene_eScene.13eScene_v3_xsd.tmp#eScene_eScene.14eScene_v3_xsd.tmp#eScene_eScene.15eScene_v3_xsd.tmp#eScene_eScene.16eScene_v3_xsd.tmp#eScene_eScene.17eScene_v3_xsd.tmp#eScene_eScene.18eScene_v3_xsd.tmp#eScene_eScene.19eScene_v3_xsd.tmp#eScene_eScene.20eScene_v3_xsd.tmp#eScene_eScene.21eScene_v3_xsd.tmp#eScene_eScene.22eScene_v3_xsd.tmp#eScene_eScene.23eScene_v3_xsd.tmp#eScene
Type eScene
Properties
content complex
Model
Children eScene.01, eScene.05, eScene.06, eScene.07, eScene.08, eScene.09, eScene.10, eScene.11, eScene.12, eScene.13, eScene.14, eScene.15, eScene.16, eScene.17, eScene.18, eScene.19, eScene.20, eScene.21, eScene.22, eScene.23, eScene.ResponderGroup
Instance
<eScene xmlns="http://www.nemsis.org">
  <eScene.01 NV="">{1,1}</eScene.01>
  <eScene.ResponderGroup CorrelationID="">{0,unbounded}</eScene.ResponderGroup>
  <eScene.05>{0,1}</eScene.05>
  <eScene.06 NV="">{1,1}</eScene.06>
  <eScene.07 NV="">{1,1}</eScene.07>
  <eScene.08 NV="">{1,1}</eScene.08>
  <eScene.09 NV="">{1,1}</eScene.09>
  <eScene.10 NV="">{0,1}</eScene.10>
  <eScene.11>{0,1}</eScene.11>
  <eScene.12>{0,1}</eScene.12>
  <eScene.13>{0,1}</eScene.13>
  <eScene.14 NV="">{0,1}</eScene.14>
  <eScene.15 NV="" StreetAddress2="">{0,1}</eScene.15>
  <eScene.16 NV="">{0,1}</eScene.16>
  <eScene.17 NV="">{0,1}</eScene.17>
  <eScene.18 NV="">{1,1}</eScene.18>
  <eScene.19 NV="">{1,1}</eScene.19>
  <eScene.20 NV="">{0,1}</eScene.20>
  <eScene.21 NV="">{1,1}</eScene.21>
  <eScene.22>{0,1}</eScene.22>
  <eScene.23>{0,1}</eScene.23>
</eScene>
Source
<xs:element name="eScene" type="eScene" id="eSceneSection">
  <xs:annotation>
    <xs:documentation>Incident Scene Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eSituation
Namespace http://www.nemsis.org
Annotations
Situation Information
Diagram
DiagrameSituation_v3_xsd.tmp#eSituation_eSituation.01eSituation_v3_xsd.tmp#eSituation_eSituation.02eSituation_v3_xsd.tmp#eSituation_eSituation.PatientComplaintGroupeSituation_v3_xsd.tmp#eSituation_eSituation.07eSituation_v3_xsd.tmp#eSituation_eSituation.08eSituation_v3_xsd.tmp#eSituation_eSituation.09eSituation_v3_xsd.tmp#eSituation_eSituation.10eSituation_v3_xsd.tmp#eSituation_eSituation.11eSituation_v3_xsd.tmp#eSituation_eSituation.12eSituation_v3_xsd.tmp#eSituation_eSituation.13eSituation_v3_xsd.tmp#eSituation_eSituation.WorkRelatedGroupeSituation_v3_xsd.tmp#eSituation_eSituation.17eSituation_v3_xsd.tmp#eSituation_eSituation.18eSituation_v3_xsd.tmp#eSituation_eSituation.19eSituation_v3_xsd.tmp#eSituation_eSituation.20eSituation_v3_xsd.tmp#eSituation
Type eSituation
Properties
content complex
Model
Children eSituation.01, eSituation.02, eSituation.07, eSituation.08, eSituation.09, eSituation.10, eSituation.11, eSituation.12, eSituation.13, eSituation.17, eSituation.18, eSituation.19, eSituation.20, eSituation.PatientComplaintGroup, eSituation.WorkRelatedGroup
Instance
<eSituation xmlns="http://www.nemsis.org">
  <eSituation.01 NV="" PN="">{1,1}</eSituation.01>
  <eSituation.02 NV="">{1,1}</eSituation.02>
  <eSituation.PatientComplaintGroup CorrelationID="">{0,unbounded}</eSituation.PatientComplaintGroup>
  <eSituation.07 NV="">{1,1}</eSituation.07>
  <eSituation.08 NV="">{1,1}</eSituation.08>
  <eSituation.09 NV="">{1,1}</eSituation.09>
  <eSituation.10 CorrelationID="" NV="" PN="">{1,unbounded}</eSituation.10>
  <eSituation.11 NV="">{1,1}</eSituation.11>
  <eSituation.12 CorrelationID="" NV="">{1,unbounded}</eSituation.12>
  <eSituation.13 NV="">{1,1}</eSituation.13>
  <eSituation.WorkRelatedGroup>{0,1}</eSituation.WorkRelatedGroup>
  <eSituation.17 CorrelationID="" NV="">{0,unbounded}</eSituation.17>
  <eSituation.18 NV="" PN="">{1,1}</eSituation.18>
  <eSituation.19 NV="">{0,1}</eSituation.19>
  <eSituation.20 NV="">{1,1}</eSituation.20>
</eSituation>
Source
<xs:element name="eSituation" type="eSituation" id="eSituationSection">
  <xs:annotation>
    <xs:documentation>Situation Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eInjury
Namespace http://www.nemsis.org
Annotations
Injury Information
Diagram
DiagrameInjury_v3_xsd.tmp#eInjury_eInjury.01eInjury_v3_xsd.tmp#eInjury_eInjury.02eInjury_v3_xsd.tmp#eInjury_eInjury.03eInjury_v3_xsd.tmp#eInjury_eInjury.04eInjury_v3_xsd.tmp#eInjury_eInjury.05eInjury_v3_xsd.tmp#eInjury_eInjury.06eInjury_v3_xsd.tmp#eInjury_eInjury.07eInjury_v3_xsd.tmp#eInjury_eInjury.08eInjury_v3_xsd.tmp#eInjury_eInjury.09eInjury_v3_xsd.tmp#eInjury_eInjury.10eInjury_v3_xsd.tmp#eInjury_eInjury.CollisionGroupeInjury_v3_xsd.tmp#eInjury
Type eInjury
Properties
content complex
Model
Children eInjury.01, eInjury.02, eInjury.03, eInjury.04, eInjury.05, eInjury.06, eInjury.07, eInjury.08, eInjury.09, eInjury.10, eInjury.CollisionGroup
Instance
<eInjury xmlns="http://www.nemsis.org">
  <eInjury.01 CorrelationID="" NV="">{1,unbounded}</eInjury.01>
  <eInjury.02 CorrelationID="" NV="">{0,unbounded}</eInjury.02>
  <eInjury.03 CorrelationID="" NV="" PN="">{1,unbounded}</eInjury.03>
  <eInjury.04 CorrelationID="" NV="" PN="">{1,unbounded}</eInjury.04>
  <eInjury.05>{0,1}</eInjury.05>
  <eInjury.06>{0,1}</eInjury.06>
  <eInjury.07 CorrelationID="" NV="">{0,unbounded}</eInjury.07>
  <eInjury.08 CorrelationID="">{0,unbounded}</eInjury.08>
  <eInjury.09>{0,1}</eInjury.09>
  <eInjury.10 CorrelationID="">{0,unbounded}</eInjury.10>
  <eInjury.CollisionGroup>{0,1}</eInjury.CollisionGroup>
</eInjury>
Source
<xs:element name="eInjury" type="eInjury" id="eInjurySection">
  <xs:annotation>
    <xs:documentation>Injury Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eArrest
Namespace http://www.nemsis.org
Annotations
Cardiac Arrest Information
Diagram
DiagrameArrest_v3_xsd.tmp#eArrest_eArrest.01eArrest_v3_xsd.tmp#eArrest_eArrest.02eArrest_v3_xsd.tmp#eArrest_eArrest.03eArrest_v3_xsd.tmp#eArrest_eArrest.04eArrest_v3_xsd.tmp#eArrest_eArrest.07eArrest_v3_xsd.tmp#eArrest_eArrest.09eArrest_v3_xsd.tmp#eArrest_eArrest.10eArrest_v3_xsd.tmp#eArrest_eArrest.11eArrest_v3_xsd.tmp#eArrest_eArrest.12eArrest_v3_xsd.tmp#eArrest_eArrest.13eArrest_v3_xsd.tmp#eArrest_eArrest.14eArrest_v3_xsd.tmp#eArrest_eArrest.15eArrest_v3_xsd.tmp#eArrest_eArrest.16eArrest_v3_xsd.tmp#eArrest_eArrest.17eArrest_v3_xsd.tmp#eArrest_eArrest.18eArrest_v3_xsd.tmp#eArrest_eArrest.19eArrest_v3_xsd.tmp#eArrest_eArrest.20eArrest_v3_xsd.tmp#eArrest_eArrest.21eArrest_v3_xsd.tmp#eArrest_eArrest.22eArrest_v3_xsd.tmp#eArrest
Type eArrest
Properties
content complex
Model
Children eArrest.01, eArrest.02, eArrest.03, eArrest.04, eArrest.07, eArrest.09, eArrest.10, eArrest.11, eArrest.12, eArrest.13, eArrest.14, eArrest.15, eArrest.16, eArrest.17, eArrest.18, eArrest.19, eArrest.20, eArrest.21, eArrest.22
Instance
<eArrest xmlns="http://www.nemsis.org">
  <eArrest.01 NV="">{1,1}</eArrest.01>
  <eArrest.02 NV="">{1,1}</eArrest.02>
  <eArrest.03 CorrelationID="" NV="">{1,unbounded}</eArrest.03>
  <eArrest.04 CorrelationID="" NV="">{1,unbounded}</eArrest.04>
  <eArrest.07 NV="">{1,1}</eArrest.07>
  <eArrest.09 CorrelationID="" NV="">{1,unbounded}</eArrest.09>
  <eArrest.10>{0,1}</eArrest.10>
  <eArrest.11 NV="">{1,1}</eArrest.11>
  <eArrest.12 CorrelationID="" NV="">{1,unbounded}</eArrest.12>
  <eArrest.13>{0,1}</eArrest.13>
  <eArrest.14 NV="">{1,1}</eArrest.14>
  <eArrest.15 NV="">{0,1}</eArrest.15>
  <eArrest.16 NV="">{1,1}</eArrest.16>
  <eArrest.17 CorrelationID="" NV="">{1,unbounded}</eArrest.17>
  <eArrest.18 NV="">{1,1}</eArrest.18>
  <eArrest.19>{0,1}</eArrest.19>
  <eArrest.20 NV="">{1,1}</eArrest.20>
  <eArrest.21 NV="">{1,1}</eArrest.21>
  <eArrest.22 NV="">{1,1}</eArrest.22>
</eArrest>
Source
<xs:element name="eArrest" type="eArrest" id="eArrestSection">
  <xs:annotation>
    <xs:documentation>Cardiac Arrest Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eHistory
Namespace http://www.nemsis.org
Annotations
Patient History Information
Diagram
DiagrameHistory_v3_xsd.tmp#eHistory_eHistory.01eHistory_v3_xsd.tmp#eHistory_eHistory.PractitionerGroupeHistory_v3_xsd.tmp#eHistory_eHistory.05eHistory_v3_xsd.tmp#eHistory_eHistory.06eHistory_v3_xsd.tmp#eHistory_eHistory.07eHistory_v3_xsd.tmp#eHistory_eHistory.08eHistory_v3_xsd.tmp#eHistory_eHistory.09eHistory_v3_xsd.tmp#eHistory_eHistory.ImmunizationsGroupeHistory_v3_xsd.tmp#eHistory_eHistory.CurrentMedsGroupeHistory_v3_xsd.tmp#eHistory_eHistory.16eHistory_v3_xsd.tmp#eHistory_eHistory.17eHistory_v3_xsd.tmp#eHistory_eHistory.18eHistory_v3_xsd.tmp#eHistory_eHistory.19eHistory_v3_xsd.tmp#eHistory
Type eHistory
Properties
content complex
Model
Children eHistory.01, eHistory.05, eHistory.06, eHistory.07, eHistory.08, eHistory.09, eHistory.16, eHistory.17, eHistory.18, eHistory.19, eHistory.CurrentMedsGroup, eHistory.ImmunizationsGroup, eHistory.PractitionerGroup
Instance
<eHistory xmlns="http://www.nemsis.org">
  <eHistory.01 CorrelationID="" NV="">{1,unbounded}</eHistory.01>
  <eHistory.PractitionerGroup CorrelationID="">{0,unbounded}</eHistory.PractitionerGroup>
  <eHistory.05 CorrelationID="" NV="">{0,unbounded}</eHistory.05>
  <eHistory.06 CodeType="" CorrelationID="" NV="" PN="">{0,unbounded}</eHistory.06>
  <eHistory.07 CorrelationID="">{0,unbounded}</eHistory.07>
  <eHistory.08 CorrelationID="" NV="" PN="">{0,unbounded}</eHistory.08>
  <eHistory.09 CorrelationID="">{0,unbounded}</eHistory.09>
  <eHistory.ImmunizationsGroup CorrelationID="">{0,unbounded}</eHistory.ImmunizationsGroup>
  <eHistory.CurrentMedsGroup CorrelationID="">{0,unbounded}</eHistory.CurrentMedsGroup>
  <eHistory.16>{0,1}</eHistory.16>
  <eHistory.17 CorrelationID="" NV="" PN="">{1,unbounded}</eHistory.17>
  <eHistory.18 PN="">{0,1}</eHistory.18>
  <eHistory.19>{0,1}</eHistory.19>
</eHistory>
Source
<xs:element name="eHistory" type="eHistory" id="eHistorySection">
  <xs:annotation>
    <xs:documentation>Patient History Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eNarrative
Namespace http://www.nemsis.org
Annotations
Call Event Narrative
Diagram
DiagrameNarrative_v3_xsd.tmp#eNarrative_eNarrative.01eNarrative_v3_xsd.tmp#eNarrative
Type eNarrative
Properties
content complex
minOccurs 0
Model
Children eNarrative.01
Instance
<eNarrative xmlns="http://www.nemsis.org">
  <eNarrative.01 NV="">{0,1}</eNarrative.01>
</eNarrative>
Source
<xs:element name="eNarrative" type="eNarrative" id="eNarrativeSection" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Call Event Narrative</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eVitals
Namespace http://www.nemsis.org
Annotations
Patient Vital Sign Information
Diagram
DiagrameVitals_v3_xsd.tmp#eVitals_eVitals.VitalGroupeVitals_v3_xsd.tmp#eVitals
Type eVitals
Properties
content complex
Model
Children eVitals.VitalGroup
Instance
<eVitals xmlns="http://www.nemsis.org">
  <eVitals.VitalGroup CorrelationID="">{1,unbounded}</eVitals.VitalGroup>
</eVitals>
Source
<xs:element name="eVitals" type="eVitals" id="eVitalsSection">
  <xs:annotation>
    <xs:documentation>Patient Vital Sign Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eLabs
Namespace http://www.nemsis.org
Annotations
Lab Results Information
Diagram
DiagrameLabs_v3_xsd.tmp#eLabs_eLabs.LabGroupeLabs_v3_xsd.tmp#eLabs
Type eLabs
Properties
content complex
minOccurs 0
Model
Children eLabs.LabGroup
Instance
<eLabs xmlns="http://www.nemsis.org">
  <eLabs.LabGroup CorrelationID="">{0,unbounded}</eLabs.LabGroup>
</eLabs>
Source
<xs:element name="eLabs" type="eLabs" id="eLabsSection" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Lab Results Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eExam
Namespace http://www.nemsis.org
Annotations
Patient Exam Information
Diagram
DiagrameExam_v3_xsd.tmp#eExam_eExam.01eExam_v3_xsd.tmp#eExam_eExam.02eExam_v3_xsd.tmp#eExam_eExam.AssessmentGroupeExam_v3_xsd.tmp#eExam_eExam.21eExam_v3_xsd.tmp#eExam
Type eExam
Properties
content complex
minOccurs 0
Model
Children eExam.01, eExam.02, eExam.21, eExam.AssessmentGroup
Instance
<eExam xmlns="http://www.nemsis.org">
  <eExam.01 NV="" PN="">{0,1}</eExam.01>
  <eExam.02 NV="" PN="">{0,1}</eExam.02>
  <eExam.AssessmentGroup CorrelationID="">{0,unbounded}</eExam.AssessmentGroup>
  <eExam.21 NV="" PN="">{0,1}</eExam.21>
</eExam>
Source
<xs:element name="eExam" type="eExam" id="eExamSection" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Patient Exam Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eProtocols
Namespace http://www.nemsis.org
Annotations
Medical Protocols Information
Diagram
DiagrameProtocols_v3_xsd.tmp#eProtocols_eProtocols.ProtocolGroupeProtocols_v3_xsd.tmp#eProtocols
Type eProtocols
Properties
content complex
Model
Children eProtocols.ProtocolGroup
Instance
<eProtocols xmlns="http://www.nemsis.org">
  <eProtocols.ProtocolGroup CorrelationID="">{1,unbounded}</eProtocols.ProtocolGroup>
</eProtocols>
Source
<xs:element name="eProtocols" type="eProtocols" id="eProtocolsSection">
  <xs:annotation>
    <xs:documentation>Medical Protocols Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eMedications
Namespace http://www.nemsis.org
Annotations
Intervention Medications Information
Diagram
DiagrameMedications_v3_xsd.tmp#eMedications_eMedications.MedicationGroupeMedications_v3_xsd.tmp#eMedications
Type eMedications
Properties
content complex
Model
Children eMedications.MedicationGroup
Instance
<eMedications xmlns="http://www.nemsis.org">
  <eMedications.MedicationGroup CorrelationID="">{1,unbounded}</eMedications.MedicationGroup>
</eMedications>
Source
<xs:element name="eMedications" type="eMedications" id="eMedicationsSection">
  <xs:annotation>
    <xs:documentation>Intervention Medications Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eProcedures
Namespace http://www.nemsis.org
Annotations
Intervention Procedures Information
Diagram
DiagrameProcedures_v3_xsd.tmp#eProcedures_eProcedures.ProcedureGroupeProcedures_v3_xsd.tmp#eProcedures
Type eProcedures
Properties
content complex
Model
Children eProcedures.ProcedureGroup
Instance
<eProcedures xmlns="http://www.nemsis.org">
  <eProcedures.ProcedureGroup CorrelationID="">{1,unbounded}</eProcedures.ProcedureGroup>
</eProcedures>
Source
<xs:element name="eProcedures" type="eProcedures" id="eProceduresSection">
  <xs:annotation>
    <xs:documentation>Intervention Procedures Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eAirway
Namespace http://www.nemsis.org
Annotations
Airway Device Information
Diagram
DiagrameAirway_v3_xsd.tmp#eAirways_eAirway.AirwayGroupeAirway_v3_xsd.tmp#eAirways
Type eAirways
Properties
content complex
minOccurs 0
Model
Children eAirway.AirwayGroup
Instance
<eAirway xmlns="http://www.nemsis.org">
  <eAirway.AirwayGroup>{0,1}</eAirway.AirwayGroup>
</eAirway>
Source
<xs:element name="eAirway" type="eAirways" id="eAirwaysSection" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Airway Device Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eDevice
Namespace http://www.nemsis.org
Annotations
Medical Device Information
Diagram
DiagrameDevice_v3_xsd.tmp#eDevices_eDevice.DeviceGroupeDevice_v3_xsd.tmp#eDevices
Type eDevices
Properties
content complex
minOccurs 0
Model
Children eDevice.DeviceGroup
Instance
<eDevice xmlns="http://www.nemsis.org">
  <eDevice.DeviceGroup CorrelationID="">{0,unbounded}</eDevice.DeviceGroup>
</eDevice>
Source
<xs:element name="eDevice" type="eDevices" id="eDevicesSection" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Medical Device Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eDisposition
Namespace http://www.nemsis.org
Annotations
Patient Disposition Information
Diagram
DiagrameDisposition_v3_xsd.tmp#eDisposition_eDisposition.DestinationGroupeDisposition_v3_xsd.tmp#eDisposition_eDisposition.11eDisposition_v3_xsd.tmp#eDisposition_eDisposition.IncidentDispositionGroupeDisposition_v3_xsd.tmp#eDisposition_eDisposition.13eDisposition_v3_xsd.tmp#eDisposition_eDisposition.14eDisposition_v3_xsd.tmp#eDisposition_eDisposition.15eDisposition_v3_xsd.tmp#eDisposition_eDisposition.16eDisposition_v3_xsd.tmp#eDisposition_eDisposition.17eDisposition_v3_xsd.tmp#eDisposition_eDisposition.18eDisposition_v3_xsd.tmp#eDisposition_eDisposition.19eDisposition_v3_xsd.tmp#eDisposition_eDisposition.20eDisposition_v3_xsd.tmp#eDisposition_eDisposition.21eDisposition_v3_xsd.tmp#eDisposition_eDisposition.22eDisposition_v3_xsd.tmp#eDisposition_eDisposition.23eDisposition_v3_xsd.tmp#eDisposition_eDisposition.HospitalTeamActivationGroupeDisposition_v3_xsd.tmp#eDisposition_eDisposition.26eDisposition_v3_xsd.tmp#eDisposition_eDisposition.32eDisposition_v3_xsd.tmp#eDisposition
Type eDisposition
Properties
content complex
Model
Children eDisposition.11, eDisposition.13, eDisposition.14, eDisposition.15, eDisposition.16, eDisposition.17, eDisposition.18, eDisposition.19, eDisposition.20, eDisposition.21, eDisposition.22, eDisposition.23, eDisposition.26, eDisposition.32, eDisposition.DestinationGroup, eDisposition.HospitalTeamActivationGroup, eDisposition.IncidentDispositionGroup
Instance
<eDisposition xmlns="http://www.nemsis.org">
  <eDisposition.DestinationGroup>{1,1}</eDisposition.DestinationGroup>
  <eDisposition.11 NV="">{0,1}</eDisposition.11>
  <eDisposition.IncidentDispositionGroup>{1,1}</eDisposition.IncidentDispositionGroup>
  <eDisposition.13 CorrelationID="">{0,unbounded}</eDisposition.13>
  <eDisposition.14 CorrelationID="">{0,unbounded}</eDisposition.14>
  <eDisposition.15 CorrelationID="">{0,unbounded}</eDisposition.15>
  <eDisposition.16 NV="">{1,1}</eDisposition.16>
  <eDisposition.17 NV="">{1,1}</eDisposition.17>
  <eDisposition.18 CorrelationID="" NV="">{1,unbounded}</eDisposition.18>
  <eDisposition.19 NV="">{1,1}</eDisposition.19>
  <eDisposition.20 CorrelationID="" NV="">{1,unbounded}</eDisposition.20>
  <eDisposition.21 NV="">{1,1}</eDisposition.21>
  <eDisposition.22 NV="">{1,1}</eDisposition.22>
  <eDisposition.23 CorrelationID="" NV="">{1,unbounded}</eDisposition.23>
  <eDisposition.HospitalTeamActivationGroup CorrelationID="">{1,unbounded}</eDisposition.HospitalTeamActivationGroup>
  <eDisposition.26 CorrelationID="">{0,unbounded}</eDisposition.26>
  <eDisposition.32 NV="">{1,1}</eDisposition.32>
</eDisposition>
Source
<xs:element name="eDisposition" type="eDisposition" id="eDispositionSection">
  <xs:annotation>
    <xs:documentation>Patient Disposition Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eOutcome
Namespace http://www.nemsis.org
Annotations
Patient Outcome Information
Diagram
DiagrameOutcome_v3_xsd.tmp#eOutcome_eOutcome.01eOutcome_v3_xsd.tmp#eOutcome_eOutcome.02eOutcome_v3_xsd.tmp#eOutcome_eOutcome.ExternalDataGroupeOutcome_v3_xsd.tmp#eOutcome_eOutcome.EmergencyDepartmentProceduresGroupeOutcome_v3_xsd.tmp#eOutcome_eOutcome.10eOutcome_v3_xsd.tmp#eOutcome_eOutcome.11eOutcome_v3_xsd.tmp#eOutcome_eOutcome.HospitalProceduresGroupeOutcome_v3_xsd.tmp#eOutcome_eOutcome.13eOutcome_v3_xsd.tmp#eOutcome_eOutcome.16eOutcome_v3_xsd.tmp#eOutcome_eOutcome.18eOutcome_v3_xsd.tmp#eOutcome
Type eOutcome
Properties
content complex
Model
Children eOutcome.01, eOutcome.02, eOutcome.10, eOutcome.11, eOutcome.13, eOutcome.16, eOutcome.18, eOutcome.EmergencyDepartmentProceduresGroup, eOutcome.ExternalDataGroup, eOutcome.HospitalProceduresGroup
Instance
<eOutcome xmlns="http://www.nemsis.org">
  <eOutcome.01 NV="">{1,1}</eOutcome.01>
  <eOutcome.02 NV="">{1,1}</eOutcome.02>
  <eOutcome.ExternalDataGroup CorrelationID="">{0,unbounded}</eOutcome.ExternalDataGroup>
  <eOutcome.EmergencyDepartmentProceduresGroup CorrelationID="">{1,unbounded}</eOutcome.EmergencyDepartmentProceduresGroup>
  <eOutcome.10 CorrelationID="" NV="">{1,unbounded}</eOutcome.10>
  <eOutcome.11 NV="">{1,1}</eOutcome.11>
  <eOutcome.HospitalProceduresGroup CorrelationID="">{1,unbounded}</eOutcome.HospitalProceduresGroup>
  <eOutcome.13 CorrelationID="" NV="">{1,unbounded}</eOutcome.13>
  <eOutcome.16 NV="">{1,1}</eOutcome.16>
  <eOutcome.18 NV="">{1,1}</eOutcome.18>
</eOutcome>
Source
<xs:element name="eOutcome" type="eOutcome" id="eOutcomeSection">
  <xs:annotation>
    <xs:documentation>Patient Outcome Information</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eCustomResults
Namespace http://www.nemsis.org
Annotations
Custom Data Elements Results
Diagram
DiagrameCustom_v3_xsd.tmp#eCustomResults_eCustomResults.ResultsGroupeCustom_v3_xsd.tmp#eCustomResults
Type eCustomResults
Properties
content complex
minOccurs 0
Model
Children eCustomResults.ResultsGroup
Instance
<eCustomResults xmlns="http://www.nemsis.org">
  <eCustomResults.ResultsGroup CorrelationID="">{0,unbounded}</eCustomResults.ResultsGroup>
</eCustomResults>
Source
<xs:element name="eCustomResults" type="eCustomResults" id="eCustomResultsSection" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Custom Data Elements Results</xs:documentation>
  </xs:annotation>
</xs:element>
Element EMSDataSet / Header / PatientCareReport / eOther
Namespace http://www.nemsis.org
Annotations
Other Miscellaneous Information
Diagram
DiagrameOther_v3_xsd.tmp#eOther_eOther.01eOther_v3_xsd.tmp#eOther_eOther.02eOther_v3_xsd.tmp#eOther_eOther.EMSCrewMemberGroupeOther_v3_xsd.tmp#eOther_eOther.07eOther_v3_xsd.tmp#eOther_eOther.08eOther_v3_xsd.tmp#eOther_eOther.FileGroupeOther_v3_xsd.tmp#eOther_eOther.SignatureGroupeOther_v3_xsd.tmp#eOther
Type eOther
Properties
content complex
minOccurs 0
Model
Children eOther.01, eOther.02, eOther.07, eOther.08, eOther.EMSCrewMemberGroup, eOther.FileGroup, eOther.SignatureGroup
Instance
<eOther xmlns="http://www.nemsis.org">
  <eOther.01>{0,1}</eOther.01>
  <eOther.02 CorrelationID="">{0,unbounded}</eOther.02>
  <eOther.EMSCrewMemberGroup CorrelationID="">{0,unbounded}</eOther.EMSCrewMemberGroup>
  <eOther.07 CorrelationID="">{0,unbounded}</eOther.07>
  <eOther.08 NV="">{0,1}</eOther.08>
  <eOther.FileGroup CorrelationID="">{0,unbounded}</eOther.FileGroup>
  <eOther.SignatureGroup CorrelationID="">{0,unbounded}</eOther.SignatureGroup>
</eOther>
Source
<xs:element name="eOther" type="eOther" id="eOtherSection" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Other Miscellaneous Information</xs:documentation>
  </xs:annotation>
</xs:element>
Attribute EMSDataSet / Header / PatientCareReport / @UUID
Namespace No namespace
Type UUID
Properties
use required
Facets
pattern [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[1-5][a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}
Used by
Source
<xs:attribute name="UUID" type="UUID" use="required"/>