Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema ePatient_v3.xsd
Namespace http://www.nemsis.org
Properties
attribute form default unqualified
element form default qualified
Element ePatient / ePatient.01
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.01</number>
  <name>EMS Patient ID</name>
  <national>No</national>
  <state>No</state>
  <definition>The unique ID for the patient within the Agency.</definition>
  <usage>Optional</usage>
  <comment>This has been inserted to allow each patient to be tracked across multiple PCRs within an EMS Agency.</comment>
</nemsisTacDoc>
Diagram
DiagramePatient_v3_xsd.tmp#PatientID
Type PatientID
Properties
content simple
minOccurs 0
Facets
minLength 2
maxLength 100
Source
<xs:element name="ePatient.01" type="PatientID" id="ePatient.EMSPatientID" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.01</number>
        <name>EMS Patient ID</name>
        <national>No</national>
        <state>No</state>
        <definition>The unique ID for the patient within the Agency.</definition>
        <usage>Optional</usage>
        <comment>This has been inserted to allow each patient to be tracked across multiple PCRs within an EMS Agency.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element ePatient / ePatient.PatientNameGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold patient's name
Diagram
DiagramePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.PatientNameGroup_ePatient.02ePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.PatientNameGroup_ePatient.03ePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.PatientNameGroup_ePatient.04
Properties
content complex
minOccurs 0
Model
Children ePatient.02, ePatient.03, ePatient.04
Instance
<ePatient.PatientNameGroup xmlns="http://www.nemsis.org">
  <ePatient.02 NV="" PN="">{0,1}</ePatient.02>
  <ePatient.03 NV="" PN="">{0,1}</ePatient.03>
  <ePatient.04>{0,1}</ePatient.04>
</ePatient.PatientNameGroup>
Source
<xs:element name="ePatient.PatientNameGroup" id="ePatient.PatientNameGroup" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Group Tag to hold patient's name</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ePatient.02" nillable="true" id="ePatient.LastName" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>ePatient.02</number>
              <name>Last Name</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The patient's last (family) name.</definition>
              <v2Number>E06_01</v2Number>
              <usage>Recommended</usage>
              <comment>Pertinent negatives accepted with option of "Unable to Complete" or "Refused".</comment>
              <PNNil>Yes</PNNil>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="PersonLastName">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
              <xs:attribute name="PN" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="ePatient.03" nillable="true" id="ePatient.FirstName" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>ePatient.03</number>
              <name>First Name</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The patient's first (given) name.</definition>
              <v2Number>E06_02</v2Number>
              <usage>Recommended</usage>
              <comment>Pertinent negatives accepted with option of "Unable to Complete" or "Refused".</comment>
              <PNNil>Yes</PNNil>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="PersonFirstName">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
              <xs:attribute name="PN" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="ePatient.04" type="PersonMiddleName" id="ePatient.MiddleInitialName" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>ePatient.04</number>
              <name>Middle Initial/Name</name>
              <national>No</national>
              <state>No</state>
              <definition>The patient's middle name, if any.</definition>
              <v2Number>E06_03</v2Number>
              <usage>Optional</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.PatientNameGroup / ePatient.02
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.02</number>
  <name>Last Name</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The patient's last (family) name.</definition>
  <v2Number>E06_01</v2Number>
  <usage>Recommended</usage>
  <comment>Pertinent negatives accepted with option of "Unable to Complete" or "Refused".</comment>
  <PNNil>Yes</PNNil>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#PersonLastNameePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.PatientNameGroup_ePatient_ePatient_ePatient.PatientNameGroup_ePatient.02_NVePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.PatientNameGroup_ePatient_ePatient_ePatient.PatientNameGroup_ePatient.02_PN
Type extension of PersonLastName
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
PN union of(PN.Refused, PN.UnableToComplete) optional
Source
<xs:element name="ePatient.02" nillable="true" id="ePatient.LastName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.02</number>
        <name>Last Name</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The patient's last (family) name.</definition>
        <v2Number>E06_01</v2Number>
        <usage>Recommended</usage>
        <comment>Pertinent negatives accepted with option of "Unable to Complete" or "Refused".</comment>
        <PNNil>Yes</PNNil>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="PersonLastName">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="PN" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.PatientNameGroup / ePatient.03
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.03</number>
  <name>First Name</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The patient's first (given) name.</definition>
  <v2Number>E06_02</v2Number>
  <usage>Recommended</usage>
  <comment>Pertinent negatives accepted with option of "Unable to Complete" or "Refused".</comment>
  <PNNil>Yes</PNNil>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#PersonFirstNameePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.PatientNameGroup_ePatient_ePatient_ePatient.PatientNameGroup_ePatient.03_NVePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.PatientNameGroup_ePatient_ePatient_ePatient.PatientNameGroup_ePatient.03_PN
Type extension of PersonFirstName
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
PN union of(PN.Refused, PN.UnableToComplete) optional
Source
<xs:element name="ePatient.03" nillable="true" id="ePatient.FirstName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.03</number>
        <name>First Name</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The patient's first (given) name.</definition>
        <v2Number>E06_02</v2Number>
        <usage>Recommended</usage>
        <comment>Pertinent negatives accepted with option of "Unable to Complete" or "Refused".</comment>
        <PNNil>Yes</PNNil>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="PersonFirstName">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="PN" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.PatientNameGroup / ePatient.04
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.04</number>
  <name>Middle Initial/Name</name>
  <national>No</national>
  <state>No</state>
  <definition>The patient's middle name, if any.</definition>
  <v2Number>E06_03</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#PersonMiddleName
Type PersonMiddleName
Properties
content simple
minOccurs 0
Facets
minLength 1
maxLength 50
Source
<xs:element name="ePatient.04" type="PersonMiddleName" id="ePatient.MiddleInitialName" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.04</number>
        <name>Middle Initial/Name</name>
        <national>No</national>
        <state>No</state>
        <definition>The patient's middle name, if any.</definition>
        <v2Number>E06_03</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element ePatient / ePatient.05
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.05</number>
  <name>Patient's Home Address</name>
  <national>No</national>
  <state>Yes</state>
  <definition>Patient's address of residence.</definition>
  <v2Number>E06_04</v2Number>
  <usage>Optional</usage>
  <comment>This is a CMS standard. According to the Medicare Claims Processing Manual, Chapter 15 - Ambulance, Ambulance suppliers bill using CMS-1500 form or CMS-1450 form for institution-based ambulance providers. This standard adheres to CMS-1500 and 1450. <br/><br/>This element allows for a two line documentation of the address. For out of country addresses the second line should be used to document, city, country, postal code and any other pertinent information.</comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#StreetAddressePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.05_StreetAddress2ePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.05_PN
Type extension of StreetAddress
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
PN union of(PN.UnableToComplete) optional
StreetAddress2 StreetAddress optional
Source
<xs:element name="ePatient.05" id="ePatient.PatientsHomeAddress" minOccurs="0" nillable="true">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.05</number>
        <name>Patient's Home Address</name>
        <national>No</national>
        <state>Yes</state>
        <definition>Patient's address of residence.</definition>
        <v2Number>E06_04</v2Number>
        <usage>Optional</usage>
        <comment>This is a CMS standard. According to the Medicare Claims Processing Manual, Chapter 15 - Ambulance, Ambulance suppliers bill using CMS-1500 form or CMS-1450 form for institution-based ambulance providers. This standard adheres to CMS-1500 and 1450. <br/><br/>This element allows for a two line documentation of the address. For out of country addresses the second line should be used to document, city, country, postal code and any other pertinent information.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="StreetAddress">
        <xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
        <xs:attribute name="PN" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="PN.UnableToComplete"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.06
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.06</number>
  <name>Patient's Home City</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The patient's primary city or township of residence.</definition>
  <v2Number>E06_05</v2Number>
  <usage>Optional</usage>
  <comment>City codes are based on GNIS Feature Class. The primary Feature Class to use is "Civil" with "Populated Place" and "Military" code as additional options. <br/><br/>Definitions for each GNIS City Feature Class can be found on the GNIS Codes website. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#CityGnisCodeePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.06_PN
Type extension of CityGnisCode
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
PN union of(PN.UnableToComplete) optional
Source
<xs:element name="ePatient.06" id="ePatient.PatientsHomeCity" minOccurs="0" nillable="true">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.06</number>
        <name>Patient's Home City</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The patient's primary city or township of residence.</definition>
        <v2Number>E06_05</v2Number>
        <usage>Optional</usage>
        <comment>City codes are based on GNIS Feature Class. The primary Feature Class to use is "Civil" with "Populated Place" and "Military" code as additional options. <br/><br/>Definitions for each GNIS City Feature Class can be found on the GNIS Codes website. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="CityGnisCode">
        <xs:attribute name="PN" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="PN.UnableToComplete"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.07
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.07</number>
  <name>Patient's Home County</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>The patient's home county or parish of residence.</definition>
  <v2Number>E06_06</v2Number>
  <usage>Required</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>Based on the ANSI Code Single Choice based on the County Name but stored as the ANSI code (combined 5 digit State and County codes) Should be required if there is a patient associated with the event. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#ANSICountyCodeePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.07_NV
Type extension of ANSICountyCode
Type hierarchy
Properties
content complex
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded) optional
Source
<xs:element name="ePatient.07" nillable="true" id="ePatient.PatientsHomeCounty">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.07</number>
        <name>Patient's Home County</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>The patient's home county or parish of residence.</definition>
        <v2Number>E06_06</v2Number>
        <usage>Required</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>Based on the ANSI Code Single Choice based on the County Name but stored as the ANSI code (combined 5 digit State and County codes) Should be required if there is a patient associated with the event. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ANSICountyCode">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.08
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.08</number>
  <name>Patient's Home State</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>The state, territory, or province where the patient resides.</definition>
  <v2Number>E06_07</v2Number>
  <usage>Required</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 ANSI Code Selection by text but stored as ANSI code.<br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#ANSIStateCodeePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.08_NV
Type extension of ANSIStateCode
Type hierarchy
Properties
content complex
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded) optional
Source
<xs:element name="ePatient.08" nillable="true" id="ePatient.PatientsHomeState">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.08</number>
        <name>Patient's Home State</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>The state, territory, or province where the patient resides.</definition>
        <v2Number>E06_07</v2Number>
        <usage>Required</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 ANSI Code Selection by text but stored as ANSI code.<br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ANSIStateCode">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.09
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.09</number>
  <name>Patient's Home ZIP Code</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>The patient's ZIP code of residence.</definition>
  <v2Number>E06_08</v2Number>
  <usage>Required</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>ZIP Codes Product Website: <a>https://www.zipcodedownload.com/Products/Product/Z5Commercial/Standard/Overview/</a> <br/>Product: USA - 5-digit ZIP Code Database, Commercial Edition</comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#ZIPePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.09_NV
Type extension of ZIP
Type hierarchy
  • xs:string
Properties
content complex
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded) optional
Source
<xs:element name="ePatient.09" nillable="true" id="ePatient.PatientsHomeZIPCode">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.09</number>
        <name>Patient's Home ZIP Code</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>The patient's ZIP code of residence.</definition>
        <v2Number>E06_08</v2Number>
        <usage>Required</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>ZIP Codes Product Website: <a>https://www.zipcodedownload.com/Products/Product/Z5Commercial/Standard/Overview/</a> <br/>Product: USA - 5-digit ZIP Code Database, Commercial Edition</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ZIP">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.10
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.10</number>
  <name>Patient's Country of Residence</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The country of residence of the patient.</definition>
  <v2Number>E06_09</v2Number>
  <usage>Optional</usage>
  <comment>Based on the ISO Country Code.<br/><br/>ANSI Country Codes (ISO 3166) Website: <a>http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm</a></comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#ANSICountryCode
Type ANSICountryCode
Properties
content simple
minOccurs 0
Facets
length 2
Source
<xs:element name="ePatient.10" type="ANSICountryCode" id="ePatient.PatientsCountryOfResidence" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.10</number>
        <name>Patient's Country of Residence</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The country of residence of the patient.</definition>
        <v2Number>E06_09</v2Number>
        <usage>Optional</usage>
        <comment>Based on the ISO Country Code.<br/><br/>ANSI Country Codes (ISO 3166) Website: <a>http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm</a></comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element ePatient / ePatient.11
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.11</number>
  <name>Patient Home Census Tract</name>
  <national>No</national>
  <state>No</state>
  <definition>The census tract in which the patient lives.</definition>
  <usage>Optional</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 data element was added to better document the service area of the EMS Agency. Each state listed is associated with the counties, census tracts, and ZIP codes within the EMS Agency Service Area for each state. <br/><br/>The format of the census tract number must be an 11-digit number, based upon the 2010 census, using the pattern: <br/>2-digit State Code 3-digit County Code 6-digit Census Tract Number (no decimal) <br/><br/>Example: NEMSIS TAC office (UT, Salt Lake County, Census Tract - located at 295 Chipeta Way, Salt Lake City, UT) 49035101400 <br/><br/>Census Tract Data Website (files and descriptions): <a href="http://www.census.gov/geo/maps-data/data/tract_rel_download.html" target="_blank">http://www.census.gov/geo/maps-data/data/tract_rel_download.html</a></comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#CensusTracts
Type CensusTracts
Properties
content simple
minOccurs 0
Facets
pattern [0-9]{11}
Source
<xs:element name="ePatient.11" type="CensusTracts" id="ePatient.PatientHomeCensusTract" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.11</number>
        <name>Patient Home Census Tract</name>
        <national>No</national>
        <state>No</state>
        <definition>The census tract in which the patient lives.</definition>
        <usage>Optional</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 data element was added to better document the service area of the EMS Agency. Each state listed is associated with the counties, census tracts, and ZIP codes within the EMS Agency Service Area for each state. <br/><br/>The format of the census tract number must be an 11-digit number, based upon the 2010 census, using the pattern: <br/>2-digit State Code 3-digit County Code 6-digit Census Tract Number (no decimal) <br/><br/>Example: NEMSIS TAC office (UT, Salt Lake County, Census Tract - located at 295 Chipeta Way, Salt Lake City, UT) 49035101400 <br/><br/>Census Tract Data Website (files and descriptions): <a href="http://www.census.gov/geo/maps-data/data/tract_rel_download.html" target="_blank">http://www.census.gov/geo/maps-data/data/tract_rel_download.html</a></comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element ePatient / ePatient.12
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.12</number>
  <name>Social Security Number</name>
  <national>No</national>
  <state>No</state>
  <definition>The patient's social security number.</definition>
  <v2Number>E06_10</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#SocialSecurityNumberePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.12_PN
Type extension of SocialSecurityNumber
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
PN union of(PN.UnableToComplete) optional
Source
<xs:element name="ePatient.12" id="ePatient.SocialSecurityNumber" minOccurs="0" nillable="true">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.12</number>
        <name>Social Security Number</name>
        <national>No</national>
        <state>No</state>
        <definition>The patient's social security number.</definition>
        <v2Number>E06_10</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="SocialSecurityNumber">
        <xs:attribute name="PN" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="PN.UnableToComplete"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.13
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.13</number>
  <name>Gender</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>The patient's gender.</definition>
  <v2Number>E06_11</v2Number>
  <usage>Required</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>Code list referenced from: <a href="https://www.healthit.gov/isa/sex-birth-sexual-orientation-and-gender-identity">https://www.healthit.gov/isa/sex-birth-sexual-orientation-and-gender-identity</a></comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#GenderePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.13_NV
Type extension of Gender
Type hierarchy
Properties
content complex
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded) optional
Source
<xs:element name="ePatient.13" nillable="true" id="ePatient.Gender">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.13</number>
        <name>Gender</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>The patient's gender.</definition>
        <v2Number>E06_11</v2Number>
        <usage>Required</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>Code list referenced from: <a href="https://www.healthit.gov/isa/sex-birth-sexual-orientation-and-gender-identity">https://www.healthit.gov/isa/sex-birth-sexual-orientation-and-gender-identity</a></comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="Gender">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.14
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.14</number>
  <name>Race</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>The patient's race as defined by the OMB (US Office of Management and Budget).</definition>
  <v2Number>E06_12</v2Number>
  <usage>Required</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>OMB requirements are provided at: https://grants.nih.gov/grants/guide/notice-files/NOT-OD-15-089.html. Using single multiple choice question methodology to improve the completion of ethnicity information.<br/><br/>Ethnicity (Version 2.2.1: E06_13) has been merged with this data element and retired.</comment>
</nemsisTacDoc>
Diagram
DiagramePatient_v3_xsd.tmp#RaceePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.14_NVePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.14_CorrelationID
Type extension of Race
Type hierarchy
Properties
content complex
maxOccurs unbounded
nillable true
Attributes
QName Type Use
CorrelationID CorrelationID optional
NV union of(NV.NotApplicable, NV.NotRecorded) optional
Source
<xs:element name="ePatient.14" nillable="true" id="ePatient.Race" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.14</number>
        <name>Race</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>The patient's race as defined by the OMB (US Office of Management and Budget).</definition>
        <v2Number>E06_12</v2Number>
        <usage>Required</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>OMB requirements are provided at: https://grants.nih.gov/grants/guide/notice-files/NOT-OD-15-089.html. Using single multiple choice question methodology to improve the completion of ethnicity information.<br/><br/>Ethnicity (Version 2.2.1: E06_13) has been merged with this data element and retired.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="Race">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.AgeGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold patient's age information
Diagram
DiagramePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.AgeGroup_ePatient.15ePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.AgeGroup_ePatient.16
Properties
content complex
Model
Children ePatient.15, ePatient.16
Instance
<ePatient.AgeGroup xmlns="http://www.nemsis.org">
  <ePatient.15 NV="">{1,1}</ePatient.15>
  <ePatient.16 NV="">{1,1}</ePatient.16>
</ePatient.AgeGroup>
Source
<xs:element name="ePatient.AgeGroup" id="ePatient.AgeGroup">
  <xs:annotation>
    <xs:documentation>Group Tag to hold patient's age information</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="ePatient.15" nillable="true" id="ePatient.Age">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>ePatient.15</number>
              <name>Age</name>
              <national>Yes</national>
              <state>Yes</state>
              <definition>The patient's age (either calculated from date of birth or best approximation).</definition>
              <v2Number>E06_14</v2Number>
              <usage>Required</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>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="Age">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="ePatient.16" nillable="true" id="ePatient.AgeUnits">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>ePatient.16</number>
              <name>Age Units</name>
              <national>Yes</national>
              <state>Yes</state>
              <definition>The unit used to define the patient's age.</definition>
              <v2Number>E06_15</v2Number>
              <usage>Required</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>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="AgeUnits">
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.AgeGroup / ePatient.15
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.15</number>
  <name>Age</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>The patient's age (either calculated from date of birth or best approximation).</definition>
  <v2Number>E06_14</v2Number>
  <usage>Required</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>
</nemsisTacDoc>
Diagram
DiagramePatient_v3_xsd.tmp#AgeePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.AgeGroup_ePatient_ePatient_ePatient.AgeGroup_ePatient.15_NV
Type extension of Age
Type hierarchy
  • xs:integer
Properties
content complex
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded) optional
Source
<xs:element name="ePatient.15" nillable="true" id="ePatient.Age">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.15</number>
        <name>Age</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>The patient's age (either calculated from date of birth or best approximation).</definition>
        <v2Number>E06_14</v2Number>
        <usage>Required</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>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="Age">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.AgeGroup / ePatient.16
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.16</number>
  <name>Age Units</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>The unit used to define the patient's age.</definition>
  <v2Number>E06_15</v2Number>
  <usage>Required</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>
</nemsisTacDoc>
Diagram
DiagramePatient_v3_xsd.tmp#AgeUnitsePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.AgeGroup_ePatient_ePatient_ePatient.AgeGroup_ePatient.16_NV
Type extension of AgeUnits
Type hierarchy
Properties
content complex
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded) optional
Source
<xs:element name="ePatient.16" nillable="true" id="ePatient.AgeUnits">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.16</number>
        <name>Age Units</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>The unit used to define the patient's age.</definition>
        <v2Number>E06_15</v2Number>
        <usage>Required</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>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="AgeUnits">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.17
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.17</number>
  <name>Date of Birth</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The patient's date of birth.</definition>
  <v2Number>E06_16</v2Number>
  <usage>Recommended</usage>
  <PNNil>Yes</PNNil>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#DateOfBirthePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.17_NVePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.17_PN
Type extension of DateOfBirth
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
PN union of(PN.Refused, PN.UnableToComplete) optional
Source
<xs:element name="ePatient.17" nillable="true" id="ePatient.DateofBirth" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.17</number>
        <name>Date of Birth</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The patient's date of birth.</definition>
        <v2Number>E06_16</v2Number>
        <usage>Recommended</usage>
        <PNNil>Yes</PNNil>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="DateOfBirth">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="PN" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.18
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.18</number>
  <name>Patient's Phone Number</name>
  <national>No</national>
  <state>No</state>
  <definition>The patient's phone number.</definition>
  <v2Number>E06_17</v2Number>
  <usage>Optional</usage>
  <comment>This element contains an attribute to define what type of phone number is being documented (e.g., Fax, Home, Mobile, Pager, and Work).</comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#PhoneNumberePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.18_PhoneNumberTypeePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.18_CorrelationIDePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.18_PN
Type extension of PhoneNumber
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Attributes
QName Type Use
CorrelationID CorrelationID optional
PN union of(PN.UnableToComplete) optional
PhoneNumberType PhoneNumberType optional
Source
<xs:element name="ePatient.18" id="ePatient.PatientsPhoneNumber" minOccurs="0" maxOccurs="unbounded" nillable="true">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.18</number>
        <name>Patient's Phone Number</name>
        <national>No</national>
        <state>No</state>
        <definition>The patient's phone number.</definition>
        <v2Number>E06_17</v2Number>
        <usage>Optional</usage>
        <comment>This element contains an attribute to define what type of phone number is being documented (e.g., Fax, Home, Mobile, Pager, and Work).</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="PhoneNumber">
        <xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
        <xs:attribute name="PN" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="PN.UnableToComplete"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.19
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.19</number>
  <name>Patient's Email Address</name>
  <national>No</national>
  <state>No</state>
  <definition>The email address of the patient.</definition>
  <usage>Optional</usage>
  <comment>Added to improve follow-up and billing communication.</comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#EmailAddressePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.19_EmailAddressTypeePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.19_CorrelationID
Type extension of EmailAddress
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
Source
<xs:element name="ePatient.19" id="ePatient.PatientsEmailAddress" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.19</number>
        <name>Patient's Email Address</name>
        <national>No</national>
        <state>No</state>
        <definition>The email address of the patient.</definition>
        <usage>Optional</usage>
        <comment>Added to improve follow-up and billing communication.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="EmailAddress">
        <xs:attribute name="EmailAddressType" type="EmailAddressType" use="optional"/>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element ePatient / ePatient.20
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.20</number>
  <name>State Issuing Driver's License</name>
  <national>No</national>
  <state>No</state>
  <definition>The state that issued the drivers license.</definition>
  <v2Number>E06_18</v2Number>
  <usage>Optional</usage>
  <comment>Stored as the ANSI State Code. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#ANSIStateCode
Type ANSIStateCode
Properties
content simple
minOccurs 0
Facets
pattern [0-9]{2}
Source
<xs:element name="ePatient.20" type="ANSIStateCode" id="ePatient.StateIssuingDriversLicense" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.20</number>
        <name>State Issuing Driver's License</name>
        <national>No</national>
        <state>No</state>
        <definition>The state that issued the drivers license.</definition>
        <v2Number>E06_18</v2Number>
        <usage>Optional</usage>
        <comment>Stored as the ANSI State Code. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element ePatient / ePatient.21
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.21</number>
  <name>Driver's License Number</name>
  <national>No</national>
  <state>No</state>
  <definition>The patient's drivers license number.</definition>
  <v2Number>E06_19</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagramePatient_v3_xsd.tmp#DriversLicenseNumber
Type DriversLicenseNumber
Properties
content simple
minOccurs 0
Facets
minLength 1
maxLength 30
Source
<xs:element name="ePatient.21" type="DriversLicenseNumber" id="ePatient.DriversLicenseNumber" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.21</number>
        <name>Driver's License Number</name>
        <national>No</national>
        <state>No</state>
        <definition>The patient's drivers license number.</definition>
        <v2Number>E06_19</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element ePatient / ePatient.22
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>ePatient.22</number>
  <name>Alternate Home Residence</name>
  <national>No</national>
  <state>No</state>
  <definition>Documentation of the type of patient without a home ZIP/Postal Code.</definition>
  <v2Number/>
  <usage>Recommended</usage>
</nemsisTacDoc>
Diagram
DiagramePatient_v3_xsd.tmp#AlternateHomeResidenceePatient_v3_xsd.tmp#ePatient_ePatient_ePatient.22_NV
Type extension of AlternateHomeResidence
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
NV union of(NV.NotApplicable, NV.NotRecorded) optional
Source
<xs:element name="ePatient.22" id="ePatient.AlternateHomeResidence" minOccurs="0" nillable="true">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>ePatient.22</number>
        <name>Alternate Home Residence</name>
        <national>No</national>
        <state>No</state>
        <definition>Documentation of the type of patient without a home ZIP/Postal Code.</definition>
        <v2Number/>
        <usage>Recommended</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="AlternateHomeResidence">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Complex Type ePatient
Namespace http://www.nemsis.org
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.22
Used by
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
Source
<xs:complexType name="ePatient" id="ePatient.Patient">
  <xs:sequence>
    <xs:element name="ePatient.01" type="PatientID" id="ePatient.EMSPatientID" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.01</number>
            <name>EMS Patient ID</name>
            <national>No</national>
            <state>No</state>
            <definition>The unique ID for the patient within the Agency.</definition>
            <usage>Optional</usage>
            <comment>This has been inserted to allow each patient to be tracked across multiple PCRs within an EMS Agency.</comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ePatient.PatientNameGroup" id="ePatient.PatientNameGroup" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Group Tag to hold patient's name</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="ePatient.02" nillable="true" id="ePatient.LastName" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>ePatient.02</number>
                  <name>Last Name</name>
                  <national>No</national>
                  <state>Yes</state>
                  <definition>The patient's last (family) name.</definition>
                  <v2Number>E06_01</v2Number>
                  <usage>Recommended</usage>
                  <comment>Pertinent negatives accepted with option of "Unable to Complete" or "Refused".</comment>
                  <PNNil>Yes</PNNil>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="PersonLastName">
                  <xs:attribute name="NV" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="PN" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="ePatient.03" nillable="true" id="ePatient.FirstName" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>ePatient.03</number>
                  <name>First Name</name>
                  <national>No</national>
                  <state>Yes</state>
                  <definition>The patient's first (given) name.</definition>
                  <v2Number>E06_02</v2Number>
                  <usage>Recommended</usage>
                  <comment>Pertinent negatives accepted with option of "Unable to Complete" or "Refused".</comment>
                  <PNNil>Yes</PNNil>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="PersonFirstName">
                  <xs:attribute name="NV" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="PN" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="ePatient.04" type="PersonMiddleName" id="ePatient.MiddleInitialName" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>ePatient.04</number>
                  <name>Middle Initial/Name</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The patient's middle name, if any.</definition>
                  <v2Number>E06_03</v2Number>
                  <usage>Optional</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.05" id="ePatient.PatientsHomeAddress" minOccurs="0" nillable="true">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.05</number>
            <name>Patient's Home Address</name>
            <national>No</national>
            <state>Yes</state>
            <definition>Patient's address of residence.</definition>
            <v2Number>E06_04</v2Number>
            <usage>Optional</usage>
            <comment>This is a CMS standard. According to the Medicare Claims Processing Manual, Chapter 15 - Ambulance, Ambulance suppliers bill using CMS-1500 form or CMS-1450 form for institution-based ambulance providers. This standard adheres to CMS-1500 and 1450. <br/><br/>This element allows for a two line documentation of the address. For out of country addresses the second line should be used to document, city, country, postal code and any other pertinent information.</comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="StreetAddress">
            <xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
            <xs:attribute name="PN" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="PN.UnableToComplete"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.06" id="ePatient.PatientsHomeCity" minOccurs="0" nillable="true">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.06</number>
            <name>Patient's Home City</name>
            <national>No</national>
            <state>Yes</state>
            <definition>The patient's primary city or township of residence.</definition>
            <v2Number>E06_05</v2Number>
            <usage>Optional</usage>
            <comment>City codes are based on GNIS Feature Class. The primary Feature Class to use is "Civil" with "Populated Place" and "Military" code as additional options. <br/><br/>Definitions for each GNIS City Feature Class can be found on the GNIS Codes website. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="CityGnisCode">
            <xs:attribute name="PN" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="PN.UnableToComplete"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.07" nillable="true" id="ePatient.PatientsHomeCounty">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.07</number>
            <name>Patient's Home County</name>
            <national>Yes</national>
            <state>Yes</state>
            <definition>The patient's home county or parish of residence.</definition>
            <v2Number>E06_06</v2Number>
            <usage>Required</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>Based on the ANSI Code Single Choice based on the County Name but stored as the ANSI code (combined 5 digit State and County codes) Should be required if there is a patient associated with the event. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="ANSICountyCode">
            <xs:attribute name="NV" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.08" nillable="true" id="ePatient.PatientsHomeState">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.08</number>
            <name>Patient's Home State</name>
            <national>Yes</national>
            <state>Yes</state>
            <definition>The state, territory, or province where the patient resides.</definition>
            <v2Number>E06_07</v2Number>
            <usage>Required</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 ANSI Code Selection by text but stored as ANSI code.<br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="ANSIStateCode">
            <xs:attribute name="NV" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.09" nillable="true" id="ePatient.PatientsHomeZIPCode">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.09</number>
            <name>Patient's Home ZIP Code</name>
            <national>Yes</national>
            <state>Yes</state>
            <definition>The patient's ZIP code of residence.</definition>
            <v2Number>E06_08</v2Number>
            <usage>Required</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>ZIP Codes Product Website: <a>https://www.zipcodedownload.com/Products/Product/Z5Commercial/Standard/Overview/</a> <br/>Product: USA - 5-digit ZIP Code Database, Commercial Edition</comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="ZIP">
            <xs:attribute name="NV" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.10" type="ANSICountryCode" id="ePatient.PatientsCountryOfResidence" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.10</number>
            <name>Patient's Country of Residence</name>
            <national>No</national>
            <state>Yes</state>
            <definition>The country of residence of the patient.</definition>
            <v2Number>E06_09</v2Number>
            <usage>Optional</usage>
            <comment>Based on the ISO Country Code.<br/><br/>ANSI Country Codes (ISO 3166) Website: <a>http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm</a></comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ePatient.11" type="CensusTracts" id="ePatient.PatientHomeCensusTract" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.11</number>
            <name>Patient Home Census Tract</name>
            <national>No</national>
            <state>No</state>
            <definition>The census tract in which the patient lives.</definition>
            <usage>Optional</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 data element was added to better document the service area of the EMS Agency. Each state listed is associated with the counties, census tracts, and ZIP codes within the EMS Agency Service Area for each state. <br/><br/>The format of the census tract number must be an 11-digit number, based upon the 2010 census, using the pattern: <br/>2-digit State Code 3-digit County Code 6-digit Census Tract Number (no decimal) <br/><br/>Example: NEMSIS TAC office (UT, Salt Lake County, Census Tract - located at 295 Chipeta Way, Salt Lake City, UT) 49035101400 <br/><br/>Census Tract Data Website (files and descriptions): <a href="http://www.census.gov/geo/maps-data/data/tract_rel_download.html" target="_blank">http://www.census.gov/geo/maps-data/data/tract_rel_download.html</a></comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ePatient.12" id="ePatient.SocialSecurityNumber" minOccurs="0" nillable="true">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.12</number>
            <name>Social Security Number</name>
            <national>No</national>
            <state>No</state>
            <definition>The patient's social security number.</definition>
            <v2Number>E06_10</v2Number>
            <usage>Optional</usage>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="SocialSecurityNumber">
            <xs:attribute name="PN" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="PN.UnableToComplete"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.13" nillable="true" id="ePatient.Gender">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.13</number>
            <name>Gender</name>
            <national>Yes</national>
            <state>Yes</state>
            <definition>The patient's gender.</definition>
            <v2Number>E06_11</v2Number>
            <usage>Required</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>Code list referenced from: <a href="https://www.healthit.gov/isa/sex-birth-sexual-orientation-and-gender-identity">https://www.healthit.gov/isa/sex-birth-sexual-orientation-and-gender-identity</a></comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="Gender">
            <xs:attribute name="NV" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.14" nillable="true" id="ePatient.Race" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.14</number>
            <name>Race</name>
            <national>Yes</national>
            <state>Yes</state>
            <definition>The patient's race as defined by the OMB (US Office of Management and Budget).</definition>
            <v2Number>E06_12</v2Number>
            <usage>Required</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>OMB requirements are provided at: https://grants.nih.gov/grants/guide/notice-files/NOT-OD-15-089.html. Using single multiple choice question methodology to improve the completion of ethnicity information.<br/><br/>Ethnicity (Version 2.2.1: E06_13) has been merged with this data element and retired.</comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="Race">
            <xs:attribute name="NV" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.AgeGroup" id="ePatient.AgeGroup">
      <xs:annotation>
        <xs:documentation>Group Tag to hold patient's age information</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="ePatient.15" nillable="true" id="ePatient.Age">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>ePatient.15</number>
                  <name>Age</name>
                  <national>Yes</national>
                  <state>Yes</state>
                  <definition>The patient's age (either calculated from date of birth or best approximation).</definition>
                  <v2Number>E06_14</v2Number>
                  <usage>Required</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>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="Age">
                  <xs:attribute name="NV" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="ePatient.16" nillable="true" id="ePatient.AgeUnits">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>ePatient.16</number>
                  <name>Age Units</name>
                  <national>Yes</national>
                  <state>Yes</state>
                  <definition>The unit used to define the patient's age.</definition>
                  <v2Number>E06_15</v2Number>
                  <usage>Required</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>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="AgeUnits">
                  <xs:attribute name="NV" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
        </xs:sequence>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.17" nillable="true" id="ePatient.DateofBirth" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.17</number>
            <name>Date of Birth</name>
            <national>No</national>
            <state>Yes</state>
            <definition>The patient's date of birth.</definition>
            <v2Number>E06_16</v2Number>
            <usage>Recommended</usage>
            <PNNil>Yes</PNNil>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="DateOfBirth">
            <xs:attribute name="NV" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="PN" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.18" id="ePatient.PatientsPhoneNumber" minOccurs="0" maxOccurs="unbounded" nillable="true">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.18</number>
            <name>Patient's Phone Number</name>
            <national>No</national>
            <state>No</state>
            <definition>The patient's phone number.</definition>
            <v2Number>E06_17</v2Number>
            <usage>Optional</usage>
            <comment>This element contains an attribute to define what type of phone number is being documented (e.g., Fax, Home, Mobile, Pager, and Work).</comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="PhoneNumber">
            <xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
            <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
            <xs:attribute name="PN" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="PN.UnableToComplete"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.19" id="ePatient.PatientsEmailAddress" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.19</number>
            <name>Patient's Email Address</name>
            <national>No</national>
            <state>No</state>
            <definition>The email address of the patient.</definition>
            <usage>Optional</usage>
            <comment>Added to improve follow-up and billing communication.</comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="EmailAddress">
            <xs:attribute name="EmailAddressType" type="EmailAddressType" use="optional"/>
            <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="ePatient.20" type="ANSIStateCode" id="ePatient.StateIssuingDriversLicense" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.20</number>
            <name>State Issuing Driver's License</name>
            <national>No</national>
            <state>No</state>
            <definition>The state that issued the drivers license.</definition>
            <v2Number>E06_18</v2Number>
            <usage>Optional</usage>
            <comment>Stored as the ANSI State Code. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a></comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ePatient.21" type="DriversLicenseNumber" id="ePatient.DriversLicenseNumber" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.21</number>
            <name>Driver's License Number</name>
            <national>No</national>
            <state>No</state>
            <definition>The patient's drivers license number.</definition>
            <v2Number>E06_19</v2Number>
            <usage>Optional</usage>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ePatient.22" id="ePatient.AlternateHomeResidence" minOccurs="0" nillable="true">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>ePatient.22</number>
            <name>Alternate Home Residence</name>
            <national>No</national>
            <state>No</state>
            <definition>Documentation of the type of patient without a home ZIP/Postal Code.</definition>
            <v2Number/>
            <usage>Recommended</usage>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="AlternateHomeResidence">
            <xs:attribute name="NV" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
              </xs:simpleType>
            </xs:attribute>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type PatientID
Namespace http://www.nemsis.org
Annotations
The unique ID for the patient within the Agency
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 2
maxLength 100
Used by
Source
<xs:simpleType name="PatientID">
  <xs:annotation>
    <xs:documentation>The unique ID for the patient within the Agency</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="2"/>
    <xs:maxLength value="100"/>
  </xs:restriction>
</xs:simpleType>
Simple Type Race
Namespace http://www.nemsis.org
Annotations
The patient's race as defined by the OMB (US Office of Management and Budget)
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 2514001
American Indian or Alaska Native
enumeration 2514003
Asian
enumeration 2514005
Black or African American
enumeration 2514007
Hispanic or Latino
enumeration 2514009
Native Hawaiian or Other Pacific Islander
enumeration 2514011
White
Used by
Source
<xs:simpleType name="Race">
  <xs:annotation>
    <xs:documentation>The patient's race as defined by the OMB (US Office of Management and Budget)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="2514001">
      <xs:annotation>
        <xs:documentation>American Indian or Alaska Native</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2514003">
      <xs:annotation>
        <xs:documentation>Asian</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2514005">
      <xs:annotation>
        <xs:documentation>Black or African American</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2514007">
      <xs:annotation>
        <xs:documentation>Hispanic or Latino</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2514009">
      <xs:annotation>
        <xs:documentation>Native Hawaiian or Other Pacific Islander</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2514011">
      <xs:annotation>
        <xs:documentation>White</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type Age
Namespace http://www.nemsis.org
Annotations
The patient's age (either calculated from date of birth or best approximation)
Diagram
Diagram
Type restriction of xs:integer
Facets
maxInclusive 120
minInclusive 1
Used by
Source
<xs:simpleType name="Age">
  <xs:annotation>
    <xs:documentation>The patient's age (either calculated from date of birth or best approximation)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="120"/>
  </xs:restriction>
</xs:simpleType>
Simple Type AgeUnits
Namespace http://www.nemsis.org
Annotations
The units which the age is documented in (Hours, Days, Months, Years)
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 2516001
Days
enumeration 2516003
Hours
enumeration 2516005
Minutes
enumeration 2516007
Months
enumeration 2516009
Years
Used by
Source
<xs:simpleType name="AgeUnits">
  <xs:annotation>
    <xs:documentation>The units which the age is documented in (Hours, Days, Months, Years)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="2516001">
      <xs:annotation>
        <xs:documentation>Days</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2516003">
      <xs:annotation>
        <xs:documentation>Hours</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2516005">
      <xs:annotation>
        <xs:documentation>Minutes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2516007">
      <xs:annotation>
        <xs:documentation>Months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2516009">
      <xs:annotation>
        <xs:documentation>Years</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type DriversLicenseNumber
Namespace http://www.nemsis.org
Annotations
The patient's drivers license number
Diagram
Diagram
Type restriction of xs:string
Facets
minLength 1
maxLength 30
Used by
Source
<xs:simpleType name="DriversLicenseNumber">
  <xs:annotation>
    <xs:documentation>The patient's drivers license number</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:minLength value="1"/>
    <xs:maxLength value="30"/>
  </xs:restriction>
</xs:simpleType>
Simple Type AlternateHomeResidence
Namespace http://www.nemsis.org
Annotations
Type of patient without a home ZIP/Postal code.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 2522001
Homeless
enumeration 2522003
Migrant Worker
enumeration 2522005
Foreign Visitor
Used by
Source
<xs:simpleType name="AlternateHomeResidence">
  <xs:annotation>
    <xs:documentation>Type of patient without a home ZIP/Postal code.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="2522001">
      <xs:annotation>
        <xs:documentation>Homeless</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2522003">
      <xs:annotation>
        <xs:documentation>Migrant Worker</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2522005">
      <xs:annotation>
        <xs:documentation>Foreign Visitor</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Attribute ePatient / ePatient.PatientNameGroup / ePatient.02 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.PatientNameGroup / ePatient.02 / @PN
Namespace No namespace
Type union of(PN.Refused, PN.UnableToComplete)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.PatientNameGroup / ePatient.03 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.PatientNameGroup / ePatient.03 / @PN
Namespace No namespace
Type union of(PN.Refused, PN.UnableToComplete)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.05 / @StreetAddress2
Namespace No namespace
Type StreetAddress
Properties
use optional
Facets
minLength 1
maxLength 255
Used by
Source
<xs:attribute name="StreetAddress2" type="StreetAddress" use="optional"/>
Attribute ePatient / ePatient.05 / @PN
Namespace No namespace
Type union of(PN.UnableToComplete)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.UnableToComplete"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.06 / @PN
Namespace No namespace
Type union of(PN.UnableToComplete)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.UnableToComplete"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.07 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.08 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.09 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.12 / @PN
Namespace No namespace
Type union of(PN.UnableToComplete)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.UnableToComplete"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.13 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.14 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.14 / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute ePatient / ePatient.AgeGroup / ePatient.15 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.AgeGroup / ePatient.16 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.17 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.17 / @PN
Namespace No namespace
Type union of(PN.Refused, PN.UnableToComplete)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.Refused PN.UnableToComplete"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.18 / @PhoneNumberType
Namespace No namespace
Type PhoneNumberType
Properties
use optional
Facets
enumeration 9913001
Fax
enumeration 9913003
Home
enumeration 9913005
Mobile
enumeration 9913007
Pager
enumeration 9913009
Work
Used by
Source
<xs:attribute name="PhoneNumberType" type="PhoneNumberType" use="optional"/>
Attribute ePatient / ePatient.18 / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute ePatient / ePatient.18 / @PN
Namespace No namespace
Type union of(PN.UnableToComplete)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.UnableToComplete"/>
  </xs:simpleType>
</xs:attribute>
Attribute ePatient / ePatient.19 / @EmailAddressType
Namespace No namespace
Type EmailAddressType
Properties
use optional
Facets
enumeration 9904001
Personal
enumeration 9904003
Work
Used by
Source
<xs:attribute name="EmailAddressType" type="EmailAddressType" use="optional"/>
Attribute ePatient / ePatient.19 / @CorrelationID
Namespace No namespace
Type CorrelationID
Properties
use optional
Facets
minLength 2
maxLength 255
Used by
Source
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
Attribute ePatient / ePatient.22 / @NV
Namespace No namespace
Type union of(NV.NotApplicable, NV.NotRecorded)
Properties
use optional
Used by
Source
<xs:attribute name="NV" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
  </xs:simpleType>
</xs:attribute>