simpleType "icd10CodeInjury"
Namespace:
Defined:
Used:
never
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
(T71\.(([1][1-9]([0-9])?)|([2-8][0-9]{0,2})|[9]))|(T((36\.[0-9][0-9]{0,2})|([4-5][0-9]\.[0-9]{1,3})|(6[0-5]\.(([0-8][0-9]{0,2})|(9[0-1][0-9]{0,1})|([9][^0-9A-Za-z])))))|(([V-X][0-9]{2}\.[0-9][0-9]{0,2})|(Y(3[0-8]|[0-2][0-9])\.[0-9][0-9]{0,2}))
Annotation
ICD10 Code: T36.0xx through T65.91x, T71.11x through T71.9 and, V00.0x through Y38.9xx.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  icd10CodeInjury
Derivation:
restriction of xs:string
Facets:
pattern:
(T71\.(([1][1-9]([0-9])?)|([2-8][0-9]{0,2})|[9]))|(T((36\.[0-9][0-9]{0,2})|([4-5][0-9]\.[0-9]{1,3})|(6[0-5]\.(([0-8][0-9]{0,2})|(9[0-1][0-9]{0,1})|([9][^0-9A-Za-z])))))|(([V-X][0-9]{2}\.[0-9][0-9]{0,2})|(Y(3[0-8]|[0-2][0-9])\.[0-9][0-9]{0,2}))
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="icd10CodeInjury">
<xs:restriction base="xs:string">
<xs:pattern value="(T71\.(([1][1-9]([0-9])?)|([2-8][0-9]{0,2})|[9]))|(T((36\.[0-9][0-9]{0,2})|([4-5][0-9]\.[0-9]{1,3})|(6[0-5]\.(([0-8][0-9]{0,2})|(9[0-1][0-9]{0,1})|([9][^0-9A-Za-z])))))|(([V-X][0-9]{2}\.[0-9][0-9]{0,2})|(Y(3[0-8]|[0-2][0-9])\.[0-9][0-9]{0,2}))"/>
</xs:restriction>
</xs:simpleType>