element -> <eOutcome.12>
eOutcome.12 Hospital Procedures No No Hospital Procedures performed on the patient during the hospital admission. Optional 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). 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. <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.12
    CorrelationID
 = 
xs:string
    >
   
Content: 
{ xs:string }
</eOutcome.12>
Simple Content Detail:
Pattern:
[0-9A-HJ-NP-Z]{3,7}

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.HospitalProcedures" maxOccurs="unbounded" minOccurs="0" name="eOutcome.12">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="icd10CodeOutcomeProcedures">
<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"/>