Showing:

Annotations
Attributes
Diagrams
Facets
Source
Used by
Imported schema mdcl.xsd
Namespace http://www.tnsaferoads.net/mvc/prsn/mdcl
Annotations
This schema validates an instance of a Person's Medical Transport
Documentation for the a Person's Medical Transport
MMUCC Data Element Reference ??

http://www.mmucc.us/guideline/criteria/c9.htm

This schema defines and validates an instance of a Person's Medical Transport within the context
of a Collision report document.

http://www.gnu.org/licenses/gpl.html

<xi:include href="../XML/GPL.xhtml"/>
This software should be used in compliance with GNU GENERAL PUBLIC LICENSE            
Version 3, 29 June 2007 or later. TNSR™
Complex Type mdcl:MedicalTransportType
Namespace http://www.tnsaferoads.net/mvc/prsn/mdcl
Diagram
Diagram drv13.tmp#id80 drv13.tmp#id82 drv13.tmp#id83 drv13.tmp#id84
Used by
Attributes
QName Type Fixed Default Use Annotation
mdcl:EMSAgencyResponseID restriction of xsd:string required
indicate identification code for the name of the ambulance service or hospital that transported the person
mdcl:EMSRunNumber restriction of xsd:token required
indicate the run number assigned by the ambulance service or hospital that transported the person
mdcl:ReceivingMedicalFacitlityHospital restriction of xsd:string required
indicate the name of the medical facility to which the the person was transported.
mdcl:TransportSource mdcl:MedicalTransportSourceType required
A code representing the source of the medical transport
Source
<xsd:complexType name="MedicalTransportType" id="MedicalTransportType">
  <xsd:attribute name="TransportSource" use="required" id="TransportSource">
    <!--A code representing the source of the medical transport -->
    <xsd:annotation>
      <xsd:documentation>A code representing the source of the medical transport</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="mdcl:MedicalTransportSourceType"/>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="EMSAgencyResponseID" use="required" id="EMSAgencyResponseID">
    <xsd:annotation>
      <xsd:documentation xml:lang="en-US">indicate identification code for the name of the ambulance service or hospital that transported the person</xsd:documentation>
    </xsd:annotation>
    <!--EMS Response Agency Identifier ID for EMS Agency That Responds-->
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:maxLength value="35"/>
        <xsd:whiteSpace value="preserve"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="EMSRunNumber" use="required" id="EMSRunNumber">
    <xsd:annotation>
      <xsd:documentation xml:lang="en-US">indicate the run number assigned by the ambulance service or hospital that transported the person</xsd:documentation>
    </xsd:annotation>
    <!--EMS Response Run Number-->
    <xsd:simpleType>
      <xsd:restriction base="xsd:token">
        <xsd:maxLength value="35"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="ReceivingMedicalFacitlityHospital" use="required" id="ReceivingMedicalFacitlityHospital">
    <xsd:annotation>
      <xsd:documentation xml:lang="en-US">indicate the name of the medical facility to which the the person was transported.</xsd:documentation>
    </xsd:annotation>
    <!--Ambulance - Hospital-->
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:maxLength value="35"/>
        <xsd:whiteSpace value="preserve"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:complexType>
Simple Type mdcl:MedicalTransportSourceType
Namespace http://www.tnsaferoads.net/mvc/prsn/mdcl
Annotations
The type definition for the Medical Transport.
Diagram
Diagram
Type restriction of xsd:token
Facets
length 2
enumeration 00
Not Transported
enumeration 01
Emergency Medical Service
enumeration 02
Transported by Law Enforcement
enumeration 08
Transported by other means
enumeration 09
Unknown if Transported
pattern \d{2}
Used by
Source
<xsd:simpleType name="MedicalTransportSourceType" id="MedicalTransportSourceType">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">The type definition for the Medical Transport.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:token">
    <xsd:length value="2"/>
    <xsd:pattern value="\d{2}"/>
    <xsd:enumeration value="00" id="NotTransported">
      <xsd:annotation>
        <xsd:documentation>Not Transported</xsd:documentation>
      </xsd:annotation>
      <!--Not Transported-->
    </xsd:enumeration>
    <xsd:enumeration value="01" id="EMS">
      <xsd:annotation>
        <xsd:documentation>Emergency Medical Service</xsd:documentation>
      </xsd:annotation>
      <!--Emergency Medical Service-->
    </xsd:enumeration>
    <xsd:enumeration value="02" id="LawEnforcement">
      <xsd:annotation>
        <xsd:documentation>Transported by Law Enforcement</xsd:documentation>
      </xsd:annotation>
      <!--Transported by Law Enforcement-->
    </xsd:enumeration>
    <xsd:enumeration value="08" id="Other">
      <xsd:annotation>
        <xsd:documentation>Transported by other means</xsd:documentation>
      </xsd:annotation>
      <!--Transported by other means-->
    </xsd:enumeration>
    <xsd:enumeration value="09" id="UnknownIfTransported">
      <xsd:annotation>
        <xsd:documentation>Unknown if Transported</xsd:documentation>
      </xsd:annotation>
      <!--Unknown if Transported-->
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Attribute mdcl:MedicalTransportType / @mdcl:TransportSource
Namespace http://www.tnsaferoads.net/mvc/prsn/mdcl
Annotations
A code representing the source of the medical transport
Type mdcl:MedicalTransportSourceType
Type hierarchy
Facets
length 2
enumeration 00
Not Transported
enumeration 01
Emergency Medical Service
enumeration 02
Transported by Law Enforcement
enumeration 08
Transported by other means
enumeration 09
Unknown if Transported
pattern \d{2}
Used by
Source
<xsd:attribute name="TransportSource" use="required" id="TransportSource">
  <!--A code representing the source of the medical transport -->
  <xsd:annotation>
    <xsd:documentation>A code representing the source of the medical transport</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="mdcl:MedicalTransportSourceType"/>
  </xsd:simpleType>
</xsd:attribute>
Attribute mdcl:MedicalTransportType / @mdcl:EMSAgencyResponseID
Namespace http://www.tnsaferoads.net/mvc/prsn/mdcl
Annotations
indicate identification code for the name of the ambulance service or hospital that transported the person
Type restriction of xsd:string
Facets
whiteSpace preserve
maxLength 35
Used by
Source
<xsd:attribute name="EMSAgencyResponseID" use="required" id="EMSAgencyResponseID">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">indicate identification code for the name of the ambulance service or hospital that transported the person</xsd:documentation>
  </xsd:annotation>
  <!--EMS Response Agency Identifier ID for EMS Agency That Responds-->
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="35"/>
      <xsd:whiteSpace value="preserve"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Attribute mdcl:MedicalTransportType / @mdcl:EMSRunNumber
Namespace http://www.tnsaferoads.net/mvc/prsn/mdcl
Annotations
indicate the run number assigned by the ambulance service or hospital that transported the person
Type restriction of xsd:token
Facets
maxLength 35
Used by
Source
<xsd:attribute name="EMSRunNumber" use="required" id="EMSRunNumber">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">indicate the run number assigned by the ambulance service or hospital that transported the person</xsd:documentation>
  </xsd:annotation>
  <!--EMS Response Run Number-->
  <xsd:simpleType>
    <xsd:restriction base="xsd:token">
      <xsd:maxLength value="35"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Attribute mdcl:MedicalTransportType / @mdcl:ReceivingMedicalFacitlityHospital
Namespace http://www.tnsaferoads.net/mvc/prsn/mdcl
Annotations
indicate the name of the medical facility to which the the person was transported.
Type restriction of xsd:string
Facets
whiteSpace preserve
maxLength 35
Used by
Source
<xsd:attribute name="ReceivingMedicalFacitlityHospital" use="required" id="ReceivingMedicalFacitlityHospital">
  <xsd:annotation>
    <xsd:documentation xml:lang="en-US">indicate the name of the medical facility to which the the person was transported.</xsd:documentation>
  </xsd:annotation>
  <!--Ambulance - Hospital-->
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:maxLength value="35"/>
      <xsd:whiteSpace value="preserve"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>