element -> <eOutcome.13>
eOutcome.13 Hospital Diagnosis No No The hospital diagnosis of the patient associated with the hospital admission. Optional Code list is represented in ICD-10-CM: Diagnosis Codes. <br/>Website - http://uts.nlm.nih.gov <br/>Product - UMLS Metathesaurus Added to better evaluate EMS care.
Namespace:
Type:
Content:
simple, 1 attribute
Defined:
locally within eOutcome complexType in eOutcome_v3.xsd; see XML source
Includes:
definition of 1 attribute
Content Model Diagram
XML Representation Summary
<eOutcome.13
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</eOutcome.13>
Simple Content Detail:
Pattern:
[A-Z][0-9][0-9A-Z]((\.[0-9A-Z]{1,4})?)

Included in content model of elements (1):
Anonymous Type Detail
Type Derivation Tree
xs:string (restriction)
      complexType
Derivation:
XML Source (w/o annotations (1); see within schema source)
<xs:element id="eOutcome.HospitalDiagnosis" maxOccurs="unbounded" minOccurs="0" name="eOutcome.13">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="icd10CodeOutcomeDiagnosis">
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined in this component only; 1/1)
CorrelationID
Type:
Use:
optional
Attribute Value
xs:string
MaxLength:
255
MinLength:
0
XML Source (see within schema source)
<xs:attribute name="CorrelationID" type="CorrelationID" use="optional"/>