Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Model
Properties
Source
Used by
Included schema eHistory_v3.xsd
Namespace http://www.nemsis.org
Properties
attribute form default unqualified
element form default qualified
Element eHistory / eHistory.01
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.01</number>
  <name>Barriers to Patient Care</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>Indication of whether or not there were any patient specific barriers to serving the patient at the scene.</definition>
  <v2Number>E12_01</v2Number>
  <usage>Required</usage>
  <comment/>
</nemsisTacDoc>
Diagram
DiagrameHistory_v3_xsd.tmp#BarriersToPatientCareeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.01_NVeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.01_CorrelationID
Type extension of BarriersToPatientCare
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="eHistory.01" nillable="true" id="eHistory.BarrierstoPatientCare" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.01</number>
        <name>Barriers to Patient Care</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>Indication of whether or not there were any patient specific barriers to serving the patient at the scene.</definition>
        <v2Number>E12_01</v2Number>
        <usage>Required</usage>
        <comment/>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="BarriersToPatientCare">
        <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 eHistory / eHistory.PractitionerGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold info about practitioner
Diagram
DiagrameHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.PractitionerGroup_CorrelationIDeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.PractitionerGroup_eHistory.02eHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.PractitionerGroup_eHistory.03eHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.PractitionerGroup_eHistory.04
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children eHistory.02, eHistory.03, eHistory.04
Instance
<eHistory.PractitionerGroup CorrelationID="" xmlns="http://www.nemsis.org">
  <eHistory.02>{0,1}</eHistory.02>
  <eHistory.03>{0,1}</eHistory.03>
  <eHistory.04>{0,1}</eHistory.04>
</eHistory.PractitionerGroup>
Attributes
QName Type Use
CorrelationID CorrelationID optional
Source
<xs:element name="eHistory.PractitionerGroup" id="eHistory.PractitionerGroup" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Group Tag to hold info about practitioner</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="eHistory.02" type="PersonLastName" id="eHistory.LastNameofPatientsPractitioner" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eHistory.02</number>
              <name>Last Name of Patient's Practitioner</name>
              <national>No</national>
              <state>No</state>
              <definition>The last name of the patient's practitioner.</definition>
              <v2Number>E12_06</v2Number>
              <usage>Optional</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eHistory.03" type="PersonFirstName" id="eHistory.FirstNameofPatientsPractitioner" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eHistory.03</number>
              <name>First Name of Patient's Practitioner</name>
              <national>No</national>
              <state>No</state>
              <definition>The first name of the patient's practitioner.</definition>
              <v2Number>E12_04</v2Number>
              <usage>Optional</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eHistory.04" type="PersonMiddleName" id="eHistory.MiddleNameInitialofPatientsPractitioner" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eHistory.04</number>
              <name>Middle Name/Initial of Patient's Practitioner</name>
              <national>No</national>
              <state>No</state>
              <definition>The middle name or initial of the patient's practitioner.</definition>
              <v2Number>E12_05</v2Number>
              <usage>Optional</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
  </xs:complexType>
</xs:element>
Element eHistory / eHistory.PractitionerGroup / eHistory.02
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.02</number>
  <name>Last Name of Patient's Practitioner</name>
  <national>No</national>
  <state>No</state>
  <definition>The last name of the patient's practitioner.</definition>
  <v2Number>E12_06</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#PersonLastName
Type PersonLastName
Properties
content simple
minOccurs 0
Facets
minLength 1
maxLength 60
Source
<xs:element name="eHistory.02" type="PersonLastName" id="eHistory.LastNameofPatientsPractitioner" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.02</number>
        <name>Last Name of Patient's Practitioner</name>
        <national>No</national>
        <state>No</state>
        <definition>The last name of the patient's practitioner.</definition>
        <v2Number>E12_06</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eHistory / eHistory.PractitionerGroup / eHistory.03
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.03</number>
  <name>First Name of Patient's Practitioner</name>
  <national>No</national>
  <state>No</state>
  <definition>The first name of the patient's practitioner.</definition>
  <v2Number>E12_04</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#PersonFirstName
Type PersonFirstName
Properties
content simple
minOccurs 0
Facets
minLength 1
maxLength 50
Source
<xs:element name="eHistory.03" type="PersonFirstName" id="eHistory.FirstNameofPatientsPractitioner" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.03</number>
        <name>First Name of Patient's Practitioner</name>
        <national>No</national>
        <state>No</state>
        <definition>The first name of the patient's practitioner.</definition>
        <v2Number>E12_04</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eHistory / eHistory.PractitionerGroup / eHistory.04
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.04</number>
  <name>Middle Name/Initial of Patient's Practitioner</name>
  <national>No</national>
  <state>No</state>
  <definition>The middle name or initial of the patient's practitioner.</definition>
  <v2Number>E12_05</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="eHistory.04" type="PersonMiddleName" id="eHistory.MiddleNameInitialofPatientsPractitioner" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.04</number>
        <name>Middle Name/Initial of Patient's Practitioner</name>
        <national>No</national>
        <state>No</state>
        <definition>The middle name or initial of the patient's practitioner.</definition>
        <v2Number>E12_05</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eHistory / eHistory.05
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.05</number>
  <name>Advance Directives</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The presence of a valid DNR form, living will, or document directing end of life or healthcare treatment decisions.</definition>
  <v2Number>E12_07</v2Number>
  <usage>Recommended</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Airway</performanceMeasure>
    <performanceMeasure>Cardiac Arrest</performanceMeasure>
    <performanceMeasure>Pediatric</performanceMeasure>
    <performanceMeasure>STEMI</performanceMeasure>
    <performanceMeasure>Stroke</performanceMeasure>
    <performanceMeasure>Trauma</performanceMeasure>
  </performanceMeasuresGroup>
  <comment>Advanced Directive and Do Not Resuscitate are both included in this data element.</comment>
</nemsisTacDoc>
Diagram
DiagrameHistory_v3_xsd.tmp#AdvanceDirectiveseHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.05_NVeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.05_CorrelationID
Type extension of AdvanceDirectives
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Attributes
QName Type Use
CorrelationID CorrelationID optional
NV union of(NV.NotApplicable, NV.NotRecorded, NV.NotReporting) optional
Source
<xs:element name="eHistory.05" nillable="true" id="eHistory.AdvanceDirectives" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.05</number>
        <name>Advance Directives</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The presence of a valid DNR form, living will, or document directing end of life or healthcare treatment decisions.</definition>
        <v2Number>E12_07</v2Number>
        <usage>Recommended</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Airway</performanceMeasure>
          <performanceMeasure>Cardiac Arrest</performanceMeasure>
          <performanceMeasure>Pediatric</performanceMeasure>
          <performanceMeasure>STEMI</performanceMeasure>
          <performanceMeasure>Stroke</performanceMeasure>
          <performanceMeasure>Trauma</performanceMeasure>
        </performanceMeasuresGroup>
        <comment>Advanced Directive and Do Not Resuscitate are both included in this data element.</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="AdvanceDirectives">
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eHistory / eHistory.06
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.06</number>
  <name>Medication Allergies</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The patient's medication allergies.</definition>
  <v2Number>E12_08</v2Number>
  <usage>Recommended</usage>
  <comment>The list of medication allergies is based on RxNorm (RXCUI) Codes. In addition, a specific list of ICD-10 CM codes can be used for medication groups. <br/><br/>Reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/><br/>Code list is represented in two separate UMLS datasets: <br/>1) ICD-10 Codes. <br/>2) RxNorm <br/><br/>Website - <a href="http://uts.nlm.nih.gov">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus <br/>Website - <a href="http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html">http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html</a> <br/>Product - RxNorm Full Monthly Release</comment>
  <PNNil>Yes</PNNil>
</nemsisTacDoc>
Diagram
DiagrameHistory_v3_xsd.tmp#MedicationAllergieseHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.06_NVeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.06_PNeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.06_CodeTypeeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.06_CorrelationID
Type extension of MedicationAllergies
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Attributes
Source
<xs:element name="eHistory.06" nillable="true" id="eHistory.MedicationAllergies" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.06</number>
        <name>Medication Allergies</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The patient's medication allergies.</definition>
        <v2Number>E12_08</v2Number>
        <usage>Recommended</usage>
        <comment>The list of medication allergies is based on RxNorm (RXCUI) Codes. In addition, a specific list of ICD-10 CM codes can be used for medication groups. <br/><br/>Reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/><br/>Code list is represented in two separate UMLS datasets: <br/>1) ICD-10 Codes. <br/>2) RxNorm <br/><br/>Website - <a href="http://uts.nlm.nih.gov">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus <br/>Website - <a href="http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html">http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html</a> <br/>Product - RxNorm Full Monthly Release</comment>
        <PNNil>Yes</PNNil>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="MedicationAllergies">
        <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.NoKnownDrugAllergy PN.Refused PN.UnableToComplete PN.Unresponsive"/>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="CodeType" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="CodeType.ICD10 CodeType.RxNorm"/>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eHistory / eHistory.07
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.07</number>
  <name>Environmental/Food Allergies</name>
  <national>No</national>
  <state>No</state>
  <definition>The patient's known allergies to food or environmental agents.</definition>
  <v2Number>E12_09</v2Number>
  <usage>Optional</usage>
  <comment>Data Element Comment Section: <br/>Code list is represented in SNOMEDCT. Reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/><br/>SNOMEDCT <br/>Website: <a href="http://www.nlm.nih.gov/research/umls/Snomed/snomed_main.html">http://www.nlm.nih.gov/research/umls/Snomed/snomed_main.html</a> <br/>Product: Product - UMLS Metathesaurus</comment>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#snomedeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.07_CorrelationID
Type extension of snomed
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
CorrelationID CorrelationID optional
Source
<xs:element name="eHistory.07" id="eHistory.EnvironmentalFoodAllergies" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.07</number>
        <name>Environmental/Food Allergies</name>
        <national>No</national>
        <state>No</state>
        <definition>The patient's known allergies to food or environmental agents.</definition>
        <v2Number>E12_09</v2Number>
        <usage>Optional</usage>
        <comment>Data Element Comment Section: <br/>Code list is represented in SNOMEDCT. Reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/><br/>SNOMEDCT <br/>Website: <a href="http://www.nlm.nih.gov/research/umls/Snomed/snomed_main.html">http://www.nlm.nih.gov/research/umls/Snomed/snomed_main.html</a> <br/>Product: Product - UMLS Metathesaurus</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="snomed">
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eHistory / eHistory.08
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.08</number>
  <name>Medical/Surgical History</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The patient's pre-existing medical and surgery history of the patient.</definition>
  <v2Number>E12_10</v2Number>
  <usage>Recommended</usage>
  <comment>The Medical/Surgical History pattern has been extended to include ICD-10-CM: Diagnosis Codes and ICD-10-PCS: Procedural Health Intervention Codes. <br/> <br/>ICD-10-CM: Diagnosis Codes. <br/>Website - <a href="http://uts.nlm.nih.gov" target="_blank">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus <br/>Please reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/" target="_blank">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/> <br/>ICD-10-PCS has a seven character alphanumeric code structure. Each character contains up to 34 possible values. Each value represents a specific option for the general character definition (e.g., stomach is one of the values for the body part character). <br/>The ten digits 0-9 and the 24 letters A-H,J-N and P-Z may be used in each character. The letters O and I are not used in order to avoid confusion with the digits 0 and 1. There are no decimals in ICD-10-PCS. <br/>Website - <a href="http://uts.nlm.nih.gov " target="_blank">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus</comment>
  <PNNil>Yes</PNNil>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#icd10MedSurgeeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.08_NVeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.08_PNeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.08_CorrelationID
Type extension of icd10MedSurge
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
nillable true
Attributes
Source
<xs:element name="eHistory.08" nillable="true" id="eHistory.MedicalSurgicalHistory" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.08</number>
        <name>Medical/Surgical History</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The patient's pre-existing medical and surgery history of the patient.</definition>
        <v2Number>E12_10</v2Number>
        <usage>Recommended</usage>
        <comment>The Medical/Surgical History pattern has been extended to include ICD-10-CM: Diagnosis Codes and ICD-10-PCS: Procedural Health Intervention Codes. <br/> <br/>ICD-10-CM: Diagnosis Codes. <br/>Website - <a href="http://uts.nlm.nih.gov" target="_blank">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus <br/>Please reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/" target="_blank">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/> <br/>ICD-10-PCS has a seven character alphanumeric code structure. Each character contains up to 34 possible values. Each value represents a specific option for the general character definition (e.g., stomach is one of the values for the body part character). <br/>The ten digits 0-9 and the 24 letters A-H,J-N and P-Z may be used in each character. The letters O and I are not used in order to avoid confusion with the digits 0 and 1. There are no decimals in ICD-10-PCS. <br/>Website - <a href="http://uts.nlm.nih.gov " target="_blank">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus</comment>
        <PNNil>Yes</PNNil>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="icd10MedSurge">
        <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.NoneReported PN.Refused PN.UnableToComplete PN.Unresponsive"/>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eHistory / eHistory.09
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.09</number>
  <name>Medical History Obtained From</name>
  <national>No</national>
  <state>No</state>
  <definition>Type of person medical history obtained from.</definition>
  <v2Number>E12_11</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagrameHistory_v3_xsd.tmp#MedicalHistoryObtainedFromeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.09_CorrelationID
Type extension of MedicalHistoryObtainedFrom
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Attributes
QName Type Use
CorrelationID CorrelationID optional
Source
<xs:element name="eHistory.09" id="eHistory.MedicalHistoryObtainedFrom" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.09</number>
        <name>Medical History Obtained From</name>
        <national>No</national>
        <state>No</state>
        <definition>Type of person medical history obtained from.</definition>
        <v2Number>E12_11</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="MedicalHistoryObtainedFrom">
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eHistory / eHistory.ImmunizationsGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold Immunization type and date
Diagram
DiagrameHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.ImmunizationsGroup_CorrelationIDeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.ImmunizationsGroup_eHistory.10eHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.ImmunizationsGroup_eHistory.11
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children eHistory.10, eHistory.11
Instance
<eHistory.ImmunizationsGroup CorrelationID="" xmlns="http://www.nemsis.org">
  <eHistory.10 PN="">{0,1}</eHistory.10>
  <eHistory.11>{0,1}</eHistory.11>
</eHistory.ImmunizationsGroup>
Attributes
QName Type Use
CorrelationID CorrelationID optional
Source
<xs:element name="eHistory.ImmunizationsGroup" id="eHistory.ImmunizationsGroup" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Group Tag to hold Immunization type and date</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="eHistory.10" id="eHistory.ImmunizationHistory" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eHistory.10</number>
              <name>The Patient's Type of Immunization</name>
              <national>No</national>
              <state>No</state>
              <definition>The immunization type of the patient.</definition>
              <v2Number>E12_12</v2Number>
              <usage>Optional</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="ImmunizationType">
              <xs:attribute name="PN" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="PN.NotImmunized"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="eHistory.11" type="Year" id="eHistory.ImmunizationYear" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eHistory.11</number>
              <name>Immunization Year</name>
              <national>No</national>
              <state>No</state>
              <definition>The year associated with each immunization type.</definition>
              <v2Number>E12_13</v2Number>
              <usage>Optional</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
  </xs:complexType>
</xs:element>
Element eHistory / eHistory.ImmunizationsGroup / eHistory.10
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.10</number>
  <name>The Patient's Type of Immunization</name>
  <national>No</national>
  <state>No</state>
  <definition>The immunization type of the patient.</definition>
  <v2Number>E12_12</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#ImmunizationTypeeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.ImmunizationsGroup_eHistory_eHistory_eHistory.ImmunizationsGroup_eHistory.10_PN
Type extension of ImmunizationType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use
PN union of(PN.NotImmunized) optional
Source
<xs:element name="eHistory.10" id="eHistory.ImmunizationHistory" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.10</number>
        <name>The Patient's Type of Immunization</name>
        <national>No</national>
        <state>No</state>
        <definition>The immunization type of the patient.</definition>
        <v2Number>E12_12</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="ImmunizationType">
        <xs:attribute name="PN" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="PN.NotImmunized"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eHistory / eHistory.ImmunizationsGroup / eHistory.11
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.11</number>
  <name>Immunization Year</name>
  <national>No</national>
  <state>No</state>
  <definition>The year associated with each immunization type.</definition>
  <v2Number>E12_13</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#Year
Type Year
Properties
content simple
minOccurs 0
Facets
maxInclusive 2050
minInclusive 1900
Source
<xs:element name="eHistory.11" type="Year" id="eHistory.ImmunizationYear" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.11</number>
        <name>Immunization Year</name>
        <national>No</national>
        <state>No</state>
        <definition>The year associated with each immunization type.</definition>
        <v2Number>E12_13</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eHistory / eHistory.CurrentMedsGroup
Namespace http://www.nemsis.org
Annotations
Group Tag to hold info about patient's medication
Diagram
DiagrameHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.CurrentMedsGroup_CorrelationIDeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.CurrentMedsGroup_eHistory.12eHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.CurrentMedsGroup_eHistory.13eHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.CurrentMedsGroup_eHistory.14eHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.CurrentMedsGroup_eHistory.15eHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.CurrentMedsGroup_eHistory.20
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children eHistory.12, eHistory.13, eHistory.14, eHistory.15, eHistory.20
Instance
<eHistory.CurrentMedsGroup CorrelationID="" xmlns="http://www.nemsis.org">
  <eHistory.12 NV="" PN="">{0,1}</eHistory.12>
  <eHistory.13>{0,1}</eHistory.13>
  <eHistory.14>{0,1}</eHistory.14>
  <eHistory.15>{0,1}</eHistory.15>
  <eHistory.20>{0,1}</eHistory.20>
</eHistory.CurrentMedsGroup>
Attributes
QName Type Use
CorrelationID CorrelationID optional
Source
<xs:element name="eHistory.CurrentMedsGroup" id="eHistory.CurrentMedsGroup" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Group Tag to hold info about patient's medication</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="eHistory.12" nillable="true" id="eHistory.CurrentMedications" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eHistory.12</number>
              <name>Current Medications</name>
              <national>No</national>
              <state>Yes</state>
              <definition>The medications the patient currently takes.</definition>
              <v2Number>E12_14</v2Number>
              <usage>Recommended</usage>
              <comment>List of medications based on RxNorm (RXCUI) code. <br/><br/>Reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/><br/>RxNorm <br/>Website - <a href="http://uts.nlm.nih.gov">http://uts.nlm.nih.gov</a> <br/><br/>Product - UMLS Metathesaurus <br/>Website - <a href="http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html">http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html</a> <br/>Product - RxNorm Full Monthly Release</comment>
              <PNNil>Yes</PNNil>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:simpleContent>
            <xs:extension base="Medication">
              <xs:attribute name="PN" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="PN.NoneReported PN.Refused PN.Unresponsive PN.UnableToComplete"/>
                </xs:simpleType>
              </xs:attribute>
              <xs:attribute name="NV" use="optional">
                <xs:simpleType>
                  <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                </xs:simpleType>
              </xs:attribute>
            </xs:extension>
          </xs:simpleContent>
        </xs:complexType>
      </xs:element>
      <xs:element name="eHistory.13" type="CurrentMedicationDose" id="eHistory.CurrentMedicationDose" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eHistory.13</number>
              <name>Current Medication Dose</name>
              <national>No</national>
              <state>No</state>
              <definition>The numeric dose or amount of the patient's current medication.</definition>
              <v2Number>E12_15</v2Number>
              <usage>Optional</usage>
              <comment>Associated with eHistory.12 (Current Medications)</comment>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eHistory.14" type="CurrentMedicationDosageUnit" id="eHistory.CurrentMedicationDosageUnit" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eHistory.14</number>
              <name>Current Medication Dosage Unit</name>
              <national>No</national>
              <state>No</state>
              <definition>The dosage unit of the patient's current medication.</definition>
              <v2Number>E12_16</v2Number>
              <usage>Optional</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eHistory.15" type="CurrentMedicationAdministrationRoute" id="eHistory.CurrentMedicationAdministrationRoute" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eHistory.15</number>
              <name>Current Medication Administration Route</name>
              <national>No</national>
              <state>No</state>
              <definition>The administration route (po, SQ, etc.) of the patient's current medication.</definition>
              <v2Number>E12_17</v2Number>
              <usage>Optional</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="eHistory.20" type="CurrentMedicationFrequency" id="eHistory.CurrentMedicationFrequency" minOccurs="0">
        <xs:annotation>
          <xs:documentation>
            <nemsisTacDoc>
              <number>eHistory.20</number>
              <name>Current Medication Frequency</name>
              <national>No</national>
              <state>No</state>
              <definition>The frequency of administration of the patient's current medication.</definition>
              <usage>Optional</usage>
            </nemsisTacDoc>
          </xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
    <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
  </xs:complexType>
</xs:element>
Element eHistory / eHistory.CurrentMedsGroup / eHistory.12
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.12</number>
  <name>Current Medications</name>
  <national>No</national>
  <state>Yes</state>
  <definition>The medications the patient currently takes.</definition>
  <v2Number>E12_14</v2Number>
  <usage>Recommended</usage>
  <comment>List of medications based on RxNorm (RXCUI) code. <br/><br/>Reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/><br/>RxNorm <br/>Website - <a href="http://uts.nlm.nih.gov">http://uts.nlm.nih.gov</a> <br/><br/>Product - UMLS Metathesaurus <br/>Website - <a href="http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html">http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html</a> <br/>Product - RxNorm Full Monthly Release</comment>
  <PNNil>Yes</PNNil>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#MedicationeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.CurrentMedsGroup_eHistory_eHistory_eHistory.CurrentMedsGroup_eHistory.12_PNeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.CurrentMedsGroup_eHistory_eHistory_eHistory.CurrentMedsGroup_eHistory.12_NV
Type extension of Medication
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
Source
<xs:element name="eHistory.12" nillable="true" id="eHistory.CurrentMedications" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.12</number>
        <name>Current Medications</name>
        <national>No</national>
        <state>Yes</state>
        <definition>The medications the patient currently takes.</definition>
        <v2Number>E12_14</v2Number>
        <usage>Recommended</usage>
        <comment>List of medications based on RxNorm (RXCUI) code. <br/><br/>Reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/><br/>RxNorm <br/>Website - <a href="http://uts.nlm.nih.gov">http://uts.nlm.nih.gov</a> <br/><br/>Product - UMLS Metathesaurus <br/>Website - <a href="http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html">http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html</a> <br/>Product - RxNorm Full Monthly Release</comment>
        <PNNil>Yes</PNNil>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="Medication">
        <xs:attribute name="PN" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="PN.NoneReported PN.Refused PN.Unresponsive PN.UnableToComplete"/>
          </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="NV" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
          </xs:simpleType>
        </xs:attribute>
      </xs:extension>
    </xs:simpleContent>
  </xs:complexType>
</xs:element>
Element eHistory / eHistory.CurrentMedsGroup / eHistory.13
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.13</number>
  <name>Current Medication Dose</name>
  <national>No</national>
  <state>No</state>
  <definition>The numeric dose or amount of the patient's current medication.</definition>
  <v2Number>E12_15</v2Number>
  <usage>Optional</usage>
  <comment>Associated with eHistory.12 (Current Medications)</comment>
</nemsisTacDoc>
Diagram
DiagrameHistory_v3_xsd.tmp#CurrentMedicationDose
Type CurrentMedicationDose
Properties
content simple
minOccurs 0
Facets
totalDigits 9
fractionDigits 3
Source
<xs:element name="eHistory.13" type="CurrentMedicationDose" id="eHistory.CurrentMedicationDose" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.13</number>
        <name>Current Medication Dose</name>
        <national>No</national>
        <state>No</state>
        <definition>The numeric dose or amount of the patient's current medication.</definition>
        <v2Number>E12_15</v2Number>
        <usage>Optional</usage>
        <comment>Associated with eHistory.12 (Current Medications)</comment>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eHistory / eHistory.CurrentMedsGroup / eHistory.14
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.14</number>
  <name>Current Medication Dosage Unit</name>
  <national>No</national>
  <state>No</state>
  <definition>The dosage unit of the patient's current medication.</definition>
  <v2Number>E12_16</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagrameHistory_v3_xsd.tmp#CurrentMedicationDosageUnit
Type CurrentMedicationDosageUnit
Properties
content simple
minOccurs 0
Facets
enumeration 3114001
Centimeters (cm)
enumeration 3114003
Grams (gms)
enumeration 3114005
Drops (gtts)
enumeration 3114007
Inches (in)
enumeration 3114009
International Units (IU)
enumeration 3114011
Keep Vein Open (kvo)
enumeration 3114013
Liters Per Minute (l/min [fluid])
enumeration 3114015
Liters (l)
enumeration 3114017
Liters Per Minute (LPM [gas])
enumeration 3114019
Micrograms (mcg)
enumeration 3114021
Micrograms per Kilogram per Minute (mcg/kg/min)
enumeration 3114023
Micrograms per Minute (mcg/min)
enumeration 3114025
Milliequivalents (mEq)
enumeration 3114027
Metered Dose (MDI)
enumeration 3114029
Milligrams (mg)
enumeration 3114031
Milligrams per Kilogram (mg/kg)
enumeration 3114033
Milligrams per Kilogram Per Minute (mg/kg/min)
enumeration 3114035
Milligrams per Minute (mg/min)
enumeration 3114037
Milliliters (ml)
enumeration 3114039
Milliliters per Hour (ml/hr)
enumeration 3114041
Other
enumeration 3114043
Puffs
enumeration 3114045
Units per Hour (units/hr)
enumeration 3114047
Micrograms per Kilogram (mcg/kg)
enumeration 3114049
Units
enumeration 3114051
Units per Kilogram per Hour (units/kg/hr)
enumeration 3114053
Units per Kilogram (units/kg)
Source
<xs:element name="eHistory.14" type="CurrentMedicationDosageUnit" id="eHistory.CurrentMedicationDosageUnit" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.14</number>
        <name>Current Medication Dosage Unit</name>
        <national>No</national>
        <state>No</state>
        <definition>The dosage unit of the patient's current medication.</definition>
        <v2Number>E12_16</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eHistory / eHistory.CurrentMedsGroup / eHistory.15
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.15</number>
  <name>Current Medication Administration Route</name>
  <national>No</national>
  <state>No</state>
  <definition>The administration route (po, SQ, etc.) of the patient's current medication.</definition>
  <v2Number>E12_17</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#CurrentMedicationAdministrationRoute
Type CurrentMedicationAdministrationRoute
Properties
content simple
minOccurs 0
Facets
enumeration 9927001
Blow-By
enumeration 9927003
Buccal
enumeration 9927005
Endotracheal Tube (ET)
enumeration 9927007
Gastrostomy Tube
enumeration 9927009
Inhalation
enumeration 9927011
Intraarterial
enumeration 9927013
Intradermal
enumeration 9927015
Intramuscular (IM)
enumeration 9927017
Intranasal
enumeration 9927019
Intraocular
enumeration 9927021
Intraosseous (IO)
enumeration 9927023
Intravenous (IV)
enumeration 9927025
Nasal Cannula
enumeration 9927027
Nasogastric
enumeration 9927029
Nasotracheal Tube
enumeration 9927031
Non-Rebreather Mask
enumeration 9927033
Ophthalmic
enumeration 9927035
Oral
enumeration 9927037
Other/miscellaneous
enumeration 9927039
Otic
enumeration 9927041
Re-breather mask
enumeration 9927043
Rectal
enumeration 9927045
Subcutaneous
enumeration 9927047
Sublingual
enumeration 9927049
Topical
enumeration 9927051
Tracheostomy
enumeration 9927053
Transdermal
enumeration 9927055
Urethral
enumeration 9927057
Ventimask
enumeration 9927059
Wound
enumeration 9927061
Portacath
enumeration 9927063
Auto Injector
enumeration 9927065
BVM
enumeration 9927067
CPAP
enumeration 9927069
IV Pump
enumeration 9927071
Nebulizer
enumeration 9927073
Umbilical Artery Catheter
enumeration 9927075
Umbilical Venous Catheter
Source
<xs:element name="eHistory.15" type="CurrentMedicationAdministrationRoute" id="eHistory.CurrentMedicationAdministrationRoute" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.15</number>
        <name>Current Medication Administration Route</name>
        <national>No</national>
        <state>No</state>
        <definition>The administration route (po, SQ, etc.) of the patient's current medication.</definition>
        <v2Number>E12_17</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eHistory / eHistory.CurrentMedsGroup / eHistory.20
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.20</number>
  <name>Current Medication Frequency</name>
  <national>No</national>
  <state>No</state>
  <definition>The frequency of administration of the patient's current medication.</definition>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagrameHistory_v3_xsd.tmp#CurrentMedicationFrequency
Type CurrentMedicationFrequency
Properties
content simple
minOccurs 0
Facets
enumeration 3120001
qi (every hour)
enumeration 3120003
q2h (every 2 hours)
enumeration 3120005
q3h (every 3 hours)
enumeration 3120007
q4h (every 4 hours)
enumeration 3120009
qid (four times a day)
enumeration 3120011
tad (three times a day)
enumeration 3120013
ac (before meals)
enumeration 3120015
pc (after meals)
enumeration 3120017
bid (twice a day)
enumeration 3120019
qd (every day)
enumeration 3120021
qd-am (every day in the morning)
enumeration 3120023
qd-pm (every day in the evening)
enumeration 3120025
has (at bedtime)
enumeration 3120027
sod (every other day)
enumeration 3120029
prn (as needed)
Source
<xs:element name="eHistory.20" type="CurrentMedicationFrequency" id="eHistory.CurrentMedicationFrequency" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.20</number>
        <name>Current Medication Frequency</name>
        <national>No</national>
        <state>No</state>
        <definition>The frequency of administration of the patient's current medication.</definition>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eHistory / eHistory.16
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.16</number>
  <name>Presence of Emergency Information Form</name>
  <national>No</national>
  <state>No</state>
  <definition>Indication of the presence of the Emergency Information Form associated with patient's with special healthcare needs.</definition>
  <v2Number>E12_18</v2Number>
  <usage>Optional</usage>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#YesNoValues
Type YesNoValues
Properties
content simple
minOccurs 0
Facets
enumeration 9923001
No
enumeration 9923003
Yes
Source
<xs:element name="eHistory.16" type="YesNoValues" id="eHistory.PresenceofEmergencyInformationForm" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.16</number>
        <name>Presence of Emergency Information Form</name>
        <national>No</national>
        <state>No</state>
        <definition>Indication of the presence of the Emergency Information Form associated with patient's with special healthcare needs.</definition>
        <v2Number>E12_18</v2Number>
        <usage>Optional</usage>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Element eHistory / eHistory.17
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.17</number>
  <name>Alcohol/Drug Use Indicators</name>
  <national>Yes</national>
  <state>Yes</state>
  <definition>Indicators for the potential use of alcohol or drugs by the patient related to the patient's current illness or injury.</definition>
  <v2Number>E12_19</v2Number>
  <usage>Required</usage>
  <performanceMeasuresGroup>
    <performanceMeasure>Trauma</performanceMeasure>
  </performanceMeasuresGroup>
  <PNNil>Yes</PNNil>
</nemsisTacDoc>
Diagram
DiagrameHistory_v3_xsd.tmp#AlcoholDrugUseIndicatorseHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.17_PNeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.17_NVeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.17_CorrelationID
Type extension of AlcoholDrugUseIndicators
Type hierarchy
Properties
content complex
maxOccurs unbounded
nillable true
Attributes
QName Type Use
CorrelationID CorrelationID optional
NV union of(NV.NotApplicable, NV.NotRecorded) optional
PN union of(PN.NoneReported, PN.UnableToComplete) optional
Source
<xs:element name="eHistory.17" nillable="true" id="eHistory.AlcoholDrugUseIndicators" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.17</number>
        <name>Alcohol/Drug Use Indicators</name>
        <national>Yes</national>
        <state>Yes</state>
        <definition>Indicators for the potential use of alcohol or drugs by the patient related to the patient's current illness or injury.</definition>
        <v2Number>E12_19</v2Number>
        <usage>Required</usage>
        <performanceMeasuresGroup>
          <performanceMeasure>Trauma</performanceMeasure>
        </performanceMeasuresGroup>
        <PNNil>Yes</PNNil>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="AlcoholDrugUseIndicators">
        <xs:attribute name="PN" use="optional">
          <xs:simpleType>
            <xs:union memberTypes="PN.NoneReported PN.UnableToComplete"/>
          </xs:simpleType>
        </xs:attribute>
        <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 eHistory / eHistory.18
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.18</number>
  <name>Pregnancy</name>
  <national>No</national>
  <state>No</state>
  <definition>Indication of the possibility by the patient's history of current pregnancy.</definition>
  <v2Number>E12_20</v2Number>
  <usage>Optional</usage>
  <PNNil>Yes</PNNil>
</nemsisTacDoc>
Diagram
DiagrameHistory_v3_xsd.tmp#PregnancyeHistory_v3_xsd.tmp#eHistory_eHistory_eHistory.18_PN
Type extension of Pregnancy
Type hierarchy
Properties
content complex
minOccurs 0
nillable true
Attributes
QName Type Use
PN union of(PN.Refused, PN.UnableToComplete) optional
Source
<xs:element name="eHistory.18" nillable="true" id="eHistory.Pregnancy" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.18</number>
        <name>Pregnancy</name>
        <national>No</national>
        <state>No</state>
        <definition>Indication of the possibility by the patient's history of current pregnancy.</definition>
        <v2Number>E12_20</v2Number>
        <usage>Optional</usage>
        <PNNil>Yes</PNNil>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:simpleContent>
      <xs:extension base="Pregnancy">
        <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 eHistory / eHistory.19
Namespace http://www.nemsis.org
Annotations
<nemsisTacDoc>
  <number>eHistory.19</number>
  <name>Last Oral Intake</name>
  <national>No</national>
  <state>No</state>
  <definition>Date and Time of last oral intake.</definition>
  <usage>Optional</usage>
  <comment>DateTime consists of finite-length characters of the form: yyyy '-' mm '-' dd 'T' hh ':' mm ':' ss ('.' s+)? (zzzzzz) <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">yyyy</td><td>a four-digit numeral that represents the year</td></tr> <tr><td align="center">'-'</td><td>separators between parts of the date portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the month</td></tr> <tr><td align="center">dd</td><td>a two-digit numeral that represents the day</td></tr> <tr><td align="center">T</td><td>separator that indicates time-of-day follows</td></tr> <tr><td align="center">hh</td><td>a two-digit numeral that represents the hour</td></tr> <tr><td align="center">':'</td><td>a separator between parts of the time-of-day portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minute</td></tr> <tr><td align="center">ss</td><td>a two-integer-digit numeral that represents the whole seconds</td></tr> <tr><td align="center">'.' s+</td><td>(not required) represents the fractional seconds</td></tr> <tr><td align="center">zzzzzz</td><td>(required) represents the timezone (as described below)</td></tr> </table> </td></tr></table> <br/>Timezones, required, are durations with (integer-valued) hour and minute properties in the form: ('+' | '-') hh ':' mm <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">hh</td><td>a two-digit numeral (with leading zeros as required) that represents the hours</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minutes</td></tr> <tr><td align="center">'+'</td><td>a nonnegative duration</td></tr> <tr><td align="center">'-'</td><td>a nonpositive duration</td></tr> </table> </td></tr></table></comment>
  <v3Changes>Added to better document last oral intake.</v3Changes>
</nemsisTacDoc>
Diagram
DiagramcommonTypes_v3_xsd.tmp#DateTimeType
Type DateTimeType
Properties
content simple
minOccurs 0
Facets
maxInclusive 2050-01-01T00:00:00-00:00
minInclusive 1950-01-01T00:00:00-00:00
pattern [0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}(\.\d+)?(\+|-)[0-9]{2}:[0-9]{2}
Source
<xs:element name="eHistory.19" type="DateTimeType" id="eHistory.LastOralIntake" minOccurs="0">
  <xs:annotation>
    <xs:documentation>
      <nemsisTacDoc>
        <number>eHistory.19</number>
        <name>Last Oral Intake</name>
        <national>No</national>
        <state>No</state>
        <definition>Date and Time of last oral intake.</definition>
        <usage>Optional</usage>
        <comment>DateTime consists of finite-length characters of the form: yyyy '-' mm '-' dd 'T' hh ':' mm ':' ss ('.' s+)? (zzzzzz) <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">yyyy</td><td>a four-digit numeral that represents the year</td></tr> <tr><td align="center">'-'</td><td>separators between parts of the date portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the month</td></tr> <tr><td align="center">dd</td><td>a two-digit numeral that represents the day</td></tr> <tr><td align="center">T</td><td>separator that indicates time-of-day follows</td></tr> <tr><td align="center">hh</td><td>a two-digit numeral that represents the hour</td></tr> <tr><td align="center">':'</td><td>a separator between parts of the time-of-day portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minute</td></tr> <tr><td align="center">ss</td><td>a two-integer-digit numeral that represents the whole seconds</td></tr> <tr><td align="center">'.' s+</td><td>(not required) represents the fractional seconds</td></tr> <tr><td align="center">zzzzzz</td><td>(required) represents the timezone (as described below)</td></tr> </table> </td></tr></table> <br/>Timezones, required, are durations with (integer-valued) hour and minute properties in the form: ('+' | '-') hh ':' mm <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">hh</td><td>a two-digit numeral (with leading zeros as required) that represents the hours</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minutes</td></tr> <tr><td align="center">'+'</td><td>a nonnegative duration</td></tr> <tr><td align="center">'-'</td><td>a nonpositive duration</td></tr> </table> </td></tr></table></comment>
        <v3Changes>Added to better document last oral intake.</v3Changes>
      </nemsisTacDoc>
    </xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type eHistory
Namespace http://www.nemsis.org
Diagram
DiagrameHistory_v3_xsd.tmp#eHistory_eHistory.01eHistory_v3_xsd.tmp#eHistory_eHistory.PractitionerGroupeHistory_v3_xsd.tmp#eHistory_eHistory.05eHistory_v3_xsd.tmp#eHistory_eHistory.06eHistory_v3_xsd.tmp#eHistory_eHistory.07eHistory_v3_xsd.tmp#eHistory_eHistory.08eHistory_v3_xsd.tmp#eHistory_eHistory.09eHistory_v3_xsd.tmp#eHistory_eHistory.ImmunizationsGroupeHistory_v3_xsd.tmp#eHistory_eHistory.CurrentMedsGroupeHistory_v3_xsd.tmp#eHistory_eHistory.16eHistory_v3_xsd.tmp#eHistory_eHistory.17eHistory_v3_xsd.tmp#eHistory_eHistory.18eHistory_v3_xsd.tmp#eHistory_eHistory.19
Used by
Model
Children eHistory.01, eHistory.05, eHistory.06, eHistory.07, eHistory.08, eHistory.09, eHistory.16, eHistory.17, eHistory.18, eHistory.19, eHistory.CurrentMedsGroup, eHistory.ImmunizationsGroup, eHistory.PractitionerGroup
Source
<xs:complexType name="eHistory" id="eHistory.MedicalHistory">
  <xs:sequence>
    <xs:element name="eHistory.01" nillable="true" id="eHistory.BarrierstoPatientCare" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>eHistory.01</number>
            <name>Barriers to Patient Care</name>
            <national>Yes</national>
            <state>Yes</state>
            <definition>Indication of whether or not there were any patient specific barriers to serving the patient at the scene.</definition>
            <v2Number>E12_01</v2Number>
            <usage>Required</usage>
            <comment/>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="BarriersToPatientCare">
            <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="eHistory.PractitionerGroup" id="eHistory.PractitionerGroup" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Group Tag to hold info about practitioner</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="eHistory.02" type="PersonLastName" id="eHistory.LastNameofPatientsPractitioner" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eHistory.02</number>
                  <name>Last Name of Patient's Practitioner</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The last name of the patient's practitioner.</definition>
                  <v2Number>E12_06</v2Number>
                  <usage>Optional</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="eHistory.03" type="PersonFirstName" id="eHistory.FirstNameofPatientsPractitioner" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eHistory.03</number>
                  <name>First Name of Patient's Practitioner</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The first name of the patient's practitioner.</definition>
                  <v2Number>E12_04</v2Number>
                  <usage>Optional</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="eHistory.04" type="PersonMiddleName" id="eHistory.MiddleNameInitialofPatientsPractitioner" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eHistory.04</number>
                  <name>Middle Name/Initial of Patient's Practitioner</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The middle name or initial of the patient's practitioner.</definition>
                  <v2Number>E12_05</v2Number>
                  <usage>Optional</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="eHistory.05" nillable="true" id="eHistory.AdvanceDirectives" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>eHistory.05</number>
            <name>Advance Directives</name>
            <national>No</national>
            <state>Yes</state>
            <definition>The presence of a valid DNR form, living will, or document directing end of life or healthcare treatment decisions.</definition>
            <v2Number>E12_07</v2Number>
            <usage>Recommended</usage>
            <performanceMeasuresGroup>
              <performanceMeasure>Airway</performanceMeasure>
              <performanceMeasure>Cardiac Arrest</performanceMeasure>
              <performanceMeasure>Pediatric</performanceMeasure>
              <performanceMeasure>STEMI</performanceMeasure>
              <performanceMeasure>Stroke</performanceMeasure>
              <performanceMeasure>Trauma</performanceMeasure>
            </performanceMeasuresGroup>
            <comment>Advanced Directive and Do Not Resuscitate are both included in this data element.</comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="AdvanceDirectives">
            <xs:attribute name="NV" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="eHistory.06" nillable="true" id="eHistory.MedicationAllergies" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>eHistory.06</number>
            <name>Medication Allergies</name>
            <national>No</national>
            <state>Yes</state>
            <definition>The patient's medication allergies.</definition>
            <v2Number>E12_08</v2Number>
            <usage>Recommended</usage>
            <comment>The list of medication allergies is based on RxNorm (RXCUI) Codes. In addition, a specific list of ICD-10 CM codes can be used for medication groups. <br/><br/>Reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/><br/>Code list is represented in two separate UMLS datasets: <br/>1) ICD-10 Codes. <br/>2) RxNorm <br/><br/>Website - <a href="http://uts.nlm.nih.gov">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus <br/>Website - <a href="http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html">http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html</a> <br/>Product - RxNorm Full Monthly Release</comment>
            <PNNil>Yes</PNNil>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="MedicationAllergies">
            <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.NoKnownDrugAllergy PN.Refused PN.UnableToComplete PN.Unresponsive"/>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="CodeType" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="CodeType.ICD10 CodeType.RxNorm"/>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="eHistory.07" id="eHistory.EnvironmentalFoodAllergies" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>eHistory.07</number>
            <name>Environmental/Food Allergies</name>
            <national>No</national>
            <state>No</state>
            <definition>The patient's known allergies to food or environmental agents.</definition>
            <v2Number>E12_09</v2Number>
            <usage>Optional</usage>
            <comment>Data Element Comment Section: <br/>Code list is represented in SNOMEDCT. Reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/><br/>SNOMEDCT <br/>Website: <a href="http://www.nlm.nih.gov/research/umls/Snomed/snomed_main.html">http://www.nlm.nih.gov/research/umls/Snomed/snomed_main.html</a> <br/>Product: Product - UMLS Metathesaurus</comment>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="snomed">
            <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="eHistory.08" nillable="true" id="eHistory.MedicalSurgicalHistory" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>eHistory.08</number>
            <name>Medical/Surgical History</name>
            <national>No</national>
            <state>Yes</state>
            <definition>The patient's pre-existing medical and surgery history of the patient.</definition>
            <v2Number>E12_10</v2Number>
            <usage>Recommended</usage>
            <comment>The Medical/Surgical History pattern has been extended to include ICD-10-CM: Diagnosis Codes and ICD-10-PCS: Procedural Health Intervention Codes. <br/> <br/>ICD-10-CM: Diagnosis Codes. <br/>Website - <a href="http://uts.nlm.nih.gov" target="_blank">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus <br/>Please reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/" target="_blank">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/> <br/>ICD-10-PCS has a seven character alphanumeric code structure. Each character contains up to 34 possible values. Each value represents a specific option for the general character definition (e.g., stomach is one of the values for the body part character). <br/>The ten digits 0-9 and the 24 letters A-H,J-N and P-Z may be used in each character. The letters O and I are not used in order to avoid confusion with the digits 0 and 1. There are no decimals in ICD-10-PCS. <br/>Website - <a href="http://uts.nlm.nih.gov " target="_blank">http://uts.nlm.nih.gov</a> <br/>Product - UMLS Metathesaurus</comment>
            <PNNil>Yes</PNNil>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="icd10MedSurge">
            <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.NoneReported PN.Refused PN.UnableToComplete PN.Unresponsive"/>
              </xs:simpleType>
            </xs:attribute>
            <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="eHistory.09" id="eHistory.MedicalHistoryObtainedFrom" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>eHistory.09</number>
            <name>Medical History Obtained From</name>
            <national>No</national>
            <state>No</state>
            <definition>Type of person medical history obtained from.</definition>
            <v2Number>E12_11</v2Number>
            <usage>Optional</usage>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="MedicalHistoryObtainedFrom">
            <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
          </xs:extension>
        </xs:simpleContent>
      </xs:complexType>
    </xs:element>
    <xs:element name="eHistory.ImmunizationsGroup" id="eHistory.ImmunizationsGroup" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Group Tag to hold Immunization type and date</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="eHistory.10" id="eHistory.ImmunizationHistory" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eHistory.10</number>
                  <name>The Patient's Type of Immunization</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The immunization type of the patient.</definition>
                  <v2Number>E12_12</v2Number>
                  <usage>Optional</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="ImmunizationType">
                  <xs:attribute name="PN" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="PN.NotImmunized"/>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="eHistory.11" type="Year" id="eHistory.ImmunizationYear" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eHistory.11</number>
                  <name>Immunization Year</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The year associated with each immunization type.</definition>
                  <v2Number>E12_13</v2Number>
                  <usage>Optional</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="eHistory.CurrentMedsGroup" id="eHistory.CurrentMedsGroup" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Group Tag to hold info about patient's medication</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:sequence>
          <xs:element name="eHistory.12" nillable="true" id="eHistory.CurrentMedications" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eHistory.12</number>
                  <name>Current Medications</name>
                  <national>No</national>
                  <state>Yes</state>
                  <definition>The medications the patient currently takes.</definition>
                  <v2Number>E12_14</v2Number>
                  <usage>Recommended</usage>
                  <comment>List of medications based on RxNorm (RXCUI) code. <br/><br/>Reference the NEMSIS Suggested Lists at: <a href="https://nemsis.org/technical-resources/version-3/version-3-resource-repository/">https://nemsis.org/technical-resources/version-3/version-3-resource-repository/</a> <br/><br/>RxNorm <br/>Website - <a href="http://uts.nlm.nih.gov">http://uts.nlm.nih.gov</a> <br/><br/>Product - UMLS Metathesaurus <br/>Website - <a href="http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html">http://www.nlm.nih.gov/research/umls/rxnorm/docs/rxnormfiles.html</a> <br/>Product - RxNorm Full Monthly Release</comment>
                  <PNNil>Yes</PNNil>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
            <xs:complexType>
              <xs:simpleContent>
                <xs:extension base="Medication">
                  <xs:attribute name="PN" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="PN.NoneReported PN.Refused PN.Unresponsive PN.UnableToComplete"/>
                    </xs:simpleType>
                  </xs:attribute>
                  <xs:attribute name="NV" use="optional">
                    <xs:simpleType>
                      <xs:union memberTypes="NV.NotApplicable NV.NotRecorded NV.NotReporting"/>
                    </xs:simpleType>
                  </xs:attribute>
                </xs:extension>
              </xs:simpleContent>
            </xs:complexType>
          </xs:element>
          <xs:element name="eHistory.13" type="CurrentMedicationDose" id="eHistory.CurrentMedicationDose" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eHistory.13</number>
                  <name>Current Medication Dose</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The numeric dose or amount of the patient's current medication.</definition>
                  <v2Number>E12_15</v2Number>
                  <usage>Optional</usage>
                  <comment>Associated with eHistory.12 (Current Medications)</comment>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="eHistory.14" type="CurrentMedicationDosageUnit" id="eHistory.CurrentMedicationDosageUnit" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eHistory.14</number>
                  <name>Current Medication Dosage Unit</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The dosage unit of the patient's current medication.</definition>
                  <v2Number>E12_16</v2Number>
                  <usage>Optional</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="eHistory.15" type="CurrentMedicationAdministrationRoute" id="eHistory.CurrentMedicationAdministrationRoute" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eHistory.15</number>
                  <name>Current Medication Administration Route</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The administration route (po, SQ, etc.) of the patient's current medication.</definition>
                  <v2Number>E12_17</v2Number>
                  <usage>Optional</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="eHistory.20" type="CurrentMedicationFrequency" id="eHistory.CurrentMedicationFrequency" minOccurs="0">
            <xs:annotation>
              <xs:documentation>
                <nemsisTacDoc>
                  <number>eHistory.20</number>
                  <name>Current Medication Frequency</name>
                  <national>No</national>
                  <state>No</state>
                  <definition>The frequency of administration of the patient's current medication.</definition>
                  <usage>Optional</usage>
                </nemsisTacDoc>
              </xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
        <xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
      </xs:complexType>
    </xs:element>
    <xs:element name="eHistory.16" type="YesNoValues" id="eHistory.PresenceofEmergencyInformationForm" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>eHistory.16</number>
            <name>Presence of Emergency Information Form</name>
            <national>No</national>
            <state>No</state>
            <definition>Indication of the presence of the Emergency Information Form associated with patient's with special healthcare needs.</definition>
            <v2Number>E12_18</v2Number>
            <usage>Optional</usage>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="eHistory.17" nillable="true" id="eHistory.AlcoholDrugUseIndicators" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>eHistory.17</number>
            <name>Alcohol/Drug Use Indicators</name>
            <national>Yes</national>
            <state>Yes</state>
            <definition>Indicators for the potential use of alcohol or drugs by the patient related to the patient's current illness or injury.</definition>
            <v2Number>E12_19</v2Number>
            <usage>Required</usage>
            <performanceMeasuresGroup>
              <performanceMeasure>Trauma</performanceMeasure>
            </performanceMeasuresGroup>
            <PNNil>Yes</PNNil>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="AlcoholDrugUseIndicators">
            <xs:attribute name="PN" use="optional">
              <xs:simpleType>
                <xs:union memberTypes="PN.NoneReported PN.UnableToComplete"/>
              </xs:simpleType>
            </xs:attribute>
            <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="eHistory.18" nillable="true" id="eHistory.Pregnancy" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>eHistory.18</number>
            <name>Pregnancy</name>
            <national>No</national>
            <state>No</state>
            <definition>Indication of the possibility by the patient's history of current pregnancy.</definition>
            <v2Number>E12_20</v2Number>
            <usage>Optional</usage>
            <PNNil>Yes</PNNil>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:simpleContent>
          <xs:extension base="Pregnancy">
            <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="eHistory.19" type="DateTimeType" id="eHistory.LastOralIntake" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
          <nemsisTacDoc>
            <number>eHistory.19</number>
            <name>Last Oral Intake</name>
            <national>No</national>
            <state>No</state>
            <definition>Date and Time of last oral intake.</definition>
            <usage>Optional</usage>
            <comment>DateTime consists of finite-length characters of the form: yyyy '-' mm '-' dd 'T' hh ':' mm ':' ss ('.' s+)? (zzzzzz) <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">yyyy</td><td>a four-digit numeral that represents the year</td></tr> <tr><td align="center">'-'</td><td>separators between parts of the date portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the month</td></tr> <tr><td align="center">dd</td><td>a two-digit numeral that represents the day</td></tr> <tr><td align="center">T</td><td>separator that indicates time-of-day follows</td></tr> <tr><td align="center">hh</td><td>a two-digit numeral that represents the hour</td></tr> <tr><td align="center">':'</td><td>a separator between parts of the time-of-day portion</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minute</td></tr> <tr><td align="center">ss</td><td>a two-integer-digit numeral that represents the whole seconds</td></tr> <tr><td align="center">'.' s+</td><td>(not required) represents the fractional seconds</td></tr> <tr><td align="center">zzzzzz</td><td>(required) represents the timezone (as described below)</td></tr> </table> </td></tr></table> <br/>Timezones, required, are durations with (integer-valued) hour and minute properties in the form: ('+' | '-') hh ':' mm <table cellspacing="2"><tr><td> <table border="1px" cellpadding="3px" cellspacing="0"> <tr><td align="center">hh</td><td>a two-digit numeral (with leading zeros as required) that represents the hours</td></tr> <tr><td align="center">mm</td><td>a two-digit numeral that represents the minutes</td></tr> <tr><td align="center">'+'</td><td>a nonnegative duration</td></tr> <tr><td align="center">'-'</td><td>a nonpositive duration</td></tr> </table> </td></tr></table></comment>
            <v3Changes>Added to better document last oral intake.</v3Changes>
          </nemsisTacDoc>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Simple Type BarriersToPatientCare
Namespace http://www.nemsis.org
Annotations
Indication of whether or not there were any patient specific barriers to serving the patient at the scene
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 3101001
Cultural, Custom, Religious
enumeration 3101003
Developmentally Impaired
enumeration 3101005
Hearing Impaired
enumeration 3101007
Language
enumeration 3101009
None Noted
enumeration 3101011
Obesity
enumeration 3101013
Physical Barrier (Unable to Access Patient)
enumeration 3101015
Physically Impaired
enumeration 3101017
Physically Restrained
enumeration 3101019
Psychologically Impaired
enumeration 3101021
Sight Impaired
enumeration 3101023
Speech Impaired
enumeration 3101025
Unattended or Unsupervised (including minors)
enumeration 3101027
Unconscious
enumeration 3101029
Uncooperative
enumeration 3101031
State of Emotional Distress
enumeration 3101033
Alcohol Use, Suspected
enumeration 3101035
Drug Use, Suspected
Used by
Source
<xs:simpleType name="BarriersToPatientCare">
  <xs:annotation>
    <xs:documentation>Indication of whether or not there were any patient specific barriers to serving the patient at the scene</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="3101001">
      <xs:annotation>
        <xs:documentation>Cultural, Custom, Religious</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101003">
      <xs:annotation>
        <xs:documentation>Developmentally Impaired</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101005">
      <xs:annotation>
        <xs:documentation>Hearing Impaired</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101007">
      <xs:annotation>
        <xs:documentation>Language</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101009">
      <xs:annotation>
        <xs:documentation>None Noted</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101011">
      <xs:annotation>
        <xs:documentation>Obesity</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101013">
      <xs:annotation>
        <xs:documentation>Physical Barrier (Unable to Access Patient)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101015">
      <xs:annotation>
        <xs:documentation>Physically Impaired</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101017">
      <xs:annotation>
        <xs:documentation>Physically Restrained</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101019">
      <xs:annotation>
        <xs:documentation>Psychologically Impaired</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101021">
      <xs:annotation>
        <xs:documentation>Sight Impaired</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101023">
      <xs:annotation>
        <xs:documentation>Speech Impaired</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101025">
      <xs:annotation>
        <xs:documentation>Unattended or Unsupervised (including minors)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101027">
      <xs:annotation>
        <xs:documentation>Unconscious</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101029">
      <xs:annotation>
        <xs:documentation>Uncooperative</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101031">
      <xs:annotation>
        <xs:documentation>State of Emotional Distress</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101033">
      <xs:annotation>
        <xs:documentation>Alcohol Use, Suspected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3101035">
      <xs:annotation>
        <xs:documentation>Drug Use, Suspected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type AdvanceDirectives
Namespace http://www.nemsis.org
Annotations
The presence of a valid for of living will of document directing end of life or healthcare treatment decisions
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 3105001
Family/Guardian request DNR (but no documentation)
enumeration 3105003
Living Will
enumeration 3105005
None
enumeration 3105007
Other
enumeration 3105009
Other Healthcare Advanced Directive Form
enumeration 3105011
State EMS DNR or Medical Order Form
Used by
Source
<xs:simpleType name="AdvanceDirectives">
  <xs:annotation>
    <xs:documentation>The presence of a valid for of living will of document directing end of life or healthcare treatment decisions</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="3105001">
      <xs:annotation>
        <xs:documentation>Family/Guardian request DNR (but no documentation)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3105003">
      <xs:annotation>
        <xs:documentation>Living Will</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3105005">
      <xs:annotation>
        <xs:documentation>None</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3105007">
      <xs:annotation>
        <xs:documentation>Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3105009">
      <xs:annotation>
        <xs:documentation>Other Healthcare Advanced Directive Form</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3105011">
      <xs:annotation>
        <xs:documentation>State EMS DNR or Medical Order Form</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type MedicationAllergies
Namespace http://www.nemsis.org
Annotations
MedicationAllergies
Diagram
Diagram
Type restriction of xs:string
Facets
pattern (Z88\.[0-9])|([a-zA-Z0-9]{2,7})
Used by
Source
<xs:simpleType name="MedicationAllergies">
  <xs:annotation>
    <xs:documentation>MedicationAllergies</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:pattern value="(Z88\.[0-9])|([a-zA-Z0-9]{2,7})"/>
  </xs:restriction>
</xs:simpleType>
Simple Type MedicalHistoryObtainedFrom
Namespace http://www.nemsis.org
Annotations
Type of person medical history obtained from
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 3109001
Bystander/Other
enumeration 3109003
Family
enumeration 3109005
Health Care Personnel
enumeration 3109007
Patient
Used by
Source
<xs:simpleType name="MedicalHistoryObtainedFrom">
  <xs:annotation>
    <xs:documentation>Type of person medical history obtained from</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="3109001">
      <xs:annotation>
        <xs:documentation>Bystander/Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3109003">
      <xs:annotation>
        <xs:documentation>Family</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3109005">
      <xs:annotation>
        <xs:documentation>Health Care Personnel</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3109007">
      <xs:annotation>
        <xs:documentation>Patient</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type CurrentMedicationDose
Namespace http://www.nemsis.org
Annotations
The numeric dose or amount of the patient's current medication
Diagram
Diagram
Type restriction of xs:decimal
Facets
totalDigits 9
fractionDigits 3
Used by
Source
<xs:simpleType name="CurrentMedicationDose">
  <xs:annotation>
    <xs:documentation>The numeric dose or amount of the patient's current medication</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:totalDigits value="9"/>
    <xs:fractionDigits value="3"/>
  </xs:restriction>
</xs:simpleType>
Simple Type CurrentMedicationDosageUnit
Namespace http://www.nemsis.org
Annotations
The dosage unit of the patient's current medication
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 3114001
Centimeters (cm)
enumeration 3114003
Grams (gms)
enumeration 3114005
Drops (gtts)
enumeration 3114007
Inches (in)
enumeration 3114009
International Units (IU)
enumeration 3114011
Keep Vein Open (kvo)
enumeration 3114013
Liters Per Minute (l/min [fluid])
enumeration 3114015
Liters (l)
enumeration 3114017
Liters Per Minute (LPM [gas])
enumeration 3114019
Micrograms (mcg)
enumeration 3114021
Micrograms per Kilogram per Minute (mcg/kg/min)
enumeration 3114023
Micrograms per Minute (mcg/min)
enumeration 3114025
Milliequivalents (mEq)
enumeration 3114027
Metered Dose (MDI)
enumeration 3114029
Milligrams (mg)
enumeration 3114031
Milligrams per Kilogram (mg/kg)
enumeration 3114033
Milligrams per Kilogram Per Minute (mg/kg/min)
enumeration 3114035
Milligrams per Minute (mg/min)
enumeration 3114037
Milliliters (ml)
enumeration 3114039
Milliliters per Hour (ml/hr)
enumeration 3114041
Other
enumeration 3114043
Puffs
enumeration 3114045
Units per Hour (units/hr)
enumeration 3114047
Micrograms per Kilogram (mcg/kg)
enumeration 3114049
Units
enumeration 3114051
Units per Kilogram per Hour (units/kg/hr)
enumeration 3114053
Units per Kilogram (units/kg)
Used by
Source
<xs:simpleType name="CurrentMedicationDosageUnit">
  <xs:annotation>
    <xs:documentation>The dosage unit of the patient's current medication</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="3114001">
      <xs:annotation>
        <xs:documentation>Centimeters (cm)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114003">
      <xs:annotation>
        <xs:documentation>Grams (gms)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114005">
      <xs:annotation>
        <xs:documentation>Drops (gtts)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114007">
      <xs:annotation>
        <xs:documentation>Inches (in)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114009">
      <xs:annotation>
        <xs:documentation>International Units (IU)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114011">
      <xs:annotation>
        <xs:documentation>Keep Vein Open (kvo)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114013">
      <xs:annotation>
        <xs:documentation>Liters Per Minute (l/min [fluid])</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114015">
      <xs:annotation>
        <xs:documentation>Liters (l)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114017">
      <xs:annotation>
        <xs:documentation>Liters Per Minute (LPM [gas])</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114019">
      <xs:annotation>
        <xs:documentation>Micrograms (mcg)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114021">
      <xs:annotation>
        <xs:documentation>Micrograms per Kilogram per Minute (mcg/kg/min)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114023">
      <xs:annotation>
        <xs:documentation>Micrograms per Minute (mcg/min)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114025">
      <xs:annotation>
        <xs:documentation>Milliequivalents (mEq)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114027">
      <xs:annotation>
        <xs:documentation>Metered Dose (MDI)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114029">
      <xs:annotation>
        <xs:documentation>Milligrams (mg)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114031">
      <xs:annotation>
        <xs:documentation>Milligrams per Kilogram (mg/kg)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114033">
      <xs:annotation>
        <xs:documentation>Milligrams per Kilogram Per Minute (mg/kg/min)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114035">
      <xs:annotation>
        <xs:documentation>Milligrams per Minute (mg/min)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114037">
      <xs:annotation>
        <xs:documentation>Milliliters (ml)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114039">
      <xs:annotation>
        <xs:documentation>Milliliters per Hour (ml/hr)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114041">
      <xs:annotation>
        <xs:documentation>Other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114043">
      <xs:annotation>
        <xs:documentation>Puffs</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114045">
      <xs:annotation>
        <xs:documentation>Units per Hour (units/hr)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114047">
      <xs:annotation>
        <xs:documentation>Micrograms per Kilogram (mcg/kg)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114049">
      <xs:annotation>
        <xs:documentation>Units</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114051">
      <xs:annotation>
        <xs:documentation>Units per Kilogram per Hour (units/kg/hr)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3114053">
      <xs:annotation>
        <xs:documentation>Units per Kilogram (units/kg)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type CurrentMedicationFrequency
Namespace http://www.nemsis.org
Annotations
The frequency of the patient's current medication
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 3120001
qi (every hour)
enumeration 3120003
q2h (every 2 hours)
enumeration 3120005
q3h (every 3 hours)
enumeration 3120007
q4h (every 4 hours)
enumeration 3120009
qid (four times a day)
enumeration 3120011
tad (three times a day)
enumeration 3120013
ac (before meals)
enumeration 3120015
pc (after meals)
enumeration 3120017
bid (twice a day)
enumeration 3120019
qd (every day)
enumeration 3120021
qd-am (every day in the morning)
enumeration 3120023
qd-pm (every day in the evening)
enumeration 3120025
has (at bedtime)
enumeration 3120027
sod (every other day)
enumeration 3120029
prn (as needed)
Used by
Source
<xs:simpleType name="CurrentMedicationFrequency">
  <xs:annotation>
    <xs:documentation>The frequency of the patient's current medication</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="3120001">
      <xs:annotation>
        <xs:documentation>qi (every hour)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120003">
      <xs:annotation>
        <xs:documentation>q2h (every 2 hours)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120005">
      <xs:annotation>
        <xs:documentation>q3h (every 3 hours)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120007">
      <xs:annotation>
        <xs:documentation>q4h (every 4 hours)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120009">
      <xs:annotation>
        <xs:documentation>qid (four times a day)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120011">
      <xs:annotation>
        <xs:documentation>tad (three times a day)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120013">
      <xs:annotation>
        <xs:documentation>ac (before meals)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120015">
      <xs:annotation>
        <xs:documentation>pc (after meals)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120017">
      <xs:annotation>
        <xs:documentation>bid (twice a day)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120019">
      <xs:annotation>
        <xs:documentation>qd (every day)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120021">
      <xs:annotation>
        <xs:documentation>qd-am (every day in the morning)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120023">
      <xs:annotation>
        <xs:documentation>qd-pm (every day in the evening)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120025">
      <xs:annotation>
        <xs:documentation>has (at bedtime)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120027">
      <xs:annotation>
        <xs:documentation>sod (every other day)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3120029">
      <xs:annotation>
        <xs:documentation>prn (as needed)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type AlcoholDrugUseIndicators
Namespace http://www.nemsis.org
Annotations
Indicators for the potential use of Alcohol or Drugs by the patient.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 3117001
Alcohol Containers/Paraphernalia at Scene
enumeration 3117003
Drug Paraphernalia at Scene
enumeration 3117005
Patient Admits to Alcohol Use
enumeration 3117007
Patient Admits to Drug Use
enumeration 3117009
Positive Level known from Law Enforcement or Hospital Record
enumeration 3117013
Physical Exam Indicates Suspected Alcohol or Drug Use
Used by
Source
<xs:simpleType name="AlcoholDrugUseIndicators">
  <xs:annotation>
    <xs:documentation>Indicators for the potential use of Alcohol or Drugs by the patient.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="3117001">
      <xs:annotation>
        <xs:documentation>Alcohol Containers/Paraphernalia at Scene</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3117003">
      <xs:annotation>
        <xs:documentation>Drug Paraphernalia at Scene</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3117005">
      <xs:annotation>
        <xs:documentation>Patient Admits to Alcohol Use</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3117007">
      <xs:annotation>
        <xs:documentation>Patient Admits to Drug Use</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3117009">
      <xs:annotation>
        <xs:documentation>Positive Level known from Law Enforcement or Hospital Record</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3117013">
      <xs:annotation>
        <xs:documentation>Physical Exam Indicates Suspected Alcohol or Drug Use</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Simple Type Pregnancy
Namespace http://www.nemsis.org
Annotations
Indication of the possibility by the patient's history of a current pregnancy.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration 3118001
No
enumeration 3118003
Possible, Unconfirmed
enumeration 3118005
Yes, Confirmed 12 to 20 Weeks
enumeration 3118007
Yes, Confirmed Greater Than 20 Weeks
enumeration 3118009
Yes, Confirmed Less Than 12 Weeks
enumeration 3118011
Yes, Weeks Unknown
Used by
Source
<xs:simpleType name="Pregnancy">
  <xs:annotation>
    <xs:documentation>Indication of the possibility by the patient's history of a current pregnancy.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="3118001">
      <xs:annotation>
        <xs:documentation>No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3118003">
      <xs:annotation>
        <xs:documentation>Possible, Unconfirmed</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3118005">
      <xs:annotation>
        <xs:documentation>Yes, Confirmed 12 to 20 Weeks</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3118007">
      <xs:annotation>
        <xs:documentation>Yes, Confirmed Greater Than 20 Weeks</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3118009">
      <xs:annotation>
        <xs:documentation>Yes, Confirmed Less Than 12 Weeks</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3118011">
      <xs:annotation>
        <xs:documentation>Yes, Weeks Unknown</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>
Attribute eHistory / eHistory.01 / @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 eHistory / eHistory.01 / @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 eHistory / eHistory.PractitionerGroup / @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 eHistory / eHistory.05 / @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 eHistory / eHistory.05 / @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 eHistory / eHistory.06 / @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 eHistory / eHistory.06 / @PN
Namespace No namespace
Type union of(PN.NoKnownDrugAllergy, PN.Refused, PN.UnableToComplete, PN.Unresponsive)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.NoKnownDrugAllergy PN.Refused PN.UnableToComplete PN.Unresponsive"/>
  </xs:simpleType>
</xs:attribute>
Attribute eHistory / eHistory.06 / @CodeType
Namespace No namespace
Type union of(CodeType.ICD10, CodeType.RxNorm)
Properties
use optional
Used by
Source
<xs:attribute name="CodeType" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="CodeType.ICD10 CodeType.RxNorm"/>
  </xs:simpleType>
</xs:attribute>
Attribute eHistory / eHistory.06 / @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 eHistory / eHistory.07 / @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 eHistory / eHistory.08 / @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 eHistory / eHistory.08 / @PN
Namespace No namespace
Type union of(PN.NoneReported, PN.Refused, PN.UnableToComplete, PN.Unresponsive)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.NoneReported PN.Refused PN.UnableToComplete PN.Unresponsive"/>
  </xs:simpleType>
</xs:attribute>
Attribute eHistory / eHistory.08 / @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 eHistory / eHistory.09 / @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 eHistory / eHistory.ImmunizationsGroup / eHistory.10 / @PN
Namespace No namespace
Type union of(PN.NotImmunized)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.NotImmunized"/>
  </xs:simpleType>
</xs:attribute>
Attribute eHistory / eHistory.ImmunizationsGroup / @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 eHistory / eHistory.CurrentMedsGroup / eHistory.12 / @PN
Namespace No namespace
Type union of(PN.NoneReported, PN.Refused, PN.Unresponsive, PN.UnableToComplete)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.NoneReported PN.Refused PN.Unresponsive PN.UnableToComplete"/>
  </xs:simpleType>
</xs:attribute>
Attribute eHistory / eHistory.CurrentMedsGroup / eHistory.12 / @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 eHistory / eHistory.CurrentMedsGroup / @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 eHistory / eHistory.17 / @PN
Namespace No namespace
Type union of(PN.NoneReported, PN.UnableToComplete)
Properties
use optional
Used by
Source
<xs:attribute name="PN" use="optional">
  <xs:simpleType>
    <xs:union memberTypes="PN.NoneReported PN.UnableToComplete"/>
  </xs:simpleType>
</xs:attribute>
Attribute eHistory / eHistory.17 / @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 eHistory / eHistory.17 / @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 eHistory / eHistory.18 / @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>