element -> <eDisposition.06>
eDisposition.06 Destination County Yes Yes The destination county in which the patient was delivered or transferred to. E20_06 Required Airway Cardiac Arrest Pediatric Response STEMI Stroke Trauma May be auto-populated if list created in dFacility.11 (Facility County). Based on the ANSI Code Single Choice based on the County Name but stored as the ANSI code (combined 5 digit State and County codes) Should be required if there is a patient associated with the event. <br/><br/>GNIS Codes Website: <a>http://geonames.usgs.gov/domestic/download_data.htm</a>
Namespace:
Type:
anonymous (extension of ANSICountyCode)
Content:
simple, 1 attribute
Nillable:
(can be declared as nil using xsi:nil attribute in instance XML documents)
Defined:
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eDisposition.06
    NV
 = 
("7701001" | "7701003")
    >
   
Content: 
{ xs:string }
</eDisposition.06>
Simple Content Detail:
Pattern:
[0-9]{5}

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
  ANSICountyCode (extension)
      complexType
Derivation:
extension of ANSICountyCode
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eDisposition.DestinationCounty" name="eDisposition.06" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="ANSICountyCode">
<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>
Attribute Detail (all declarations; defined in this component only; 1/1)
NV
Type:
Use:
optional
Attribute Value
"7701001" | "7701003"
Anonymous simpleType
Type Derivation Tree
  simpleType
Derivation:
by union
Member Types
XML Source (see within schema source)
<xs:attribute name="NV" use="optional">
<xs:simpleType>
<xs:union memberTypes="NV.NotApplicable NV.NotRecorded"/>
<!-- NV.NotReporting -->
</xs:simpleType>
</xs:attribute>