simpleType "CodeType"
Namespace:
Defined:
Used:
never
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"9924001"
 - 
ICD10
"9924003"
 - 
RxNorm
Annotation
Identifier if the code used for patient medication allergies is based on an RxNorm code or an ICD-10 code.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  CodeType
Derivation:
restriction of xs:string
Facets:
enumeration:
"9924001"
 - 
ICD10
"9924003"
 - 
RxNorm
XML Source (w/o annotations (3); see within schema source)
<xs:simpleType name="CodeType">
<xs:restriction base="xs:string">
<xs:enumeration value="9924001"/>
<xs:enumeration value="9924003"/>
</xs:restriction>
</xs:simpleType>