simpleType "ImagingStudyType"
Namespace:
Defined:
globally in eLabs_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3405001"
 - 
CAT Scan
"3405003"
 - 
Magnetic Resonance Imaging (MRI)
"3405005"
 - 
Other
"3405007"
 - 
PET Scan
"3405009"
 - 
Ultrasound
"3405011"
 - 
X-ray
"3405013"
 - 
Angiography

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of x-ray or imaging study
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  ImagingStudyType
Derivation:
restriction of xs:string
Facets:
enumeration:
"3405001"
 - 
CAT Scan
"3405003"
 - 
Magnetic Resonance Imaging (MRI)
"3405005"
 - 
Other
"3405007"
 - 
PET Scan
"3405009"
 - 
Ultrasound
"3405011"
 - 
X-ray
"3405013"
 - 
Angiography
XML Source (w/o annotations (8); see within schema source)
<xs:simpleType name="ImagingStudyType">
<xs:restriction base="xs:string">
<xs:enumeration value="3405001"/>
<xs:enumeration value="3405003"/>
<xs:enumeration value="3405005"/>
<xs:enumeration value="3405007"/>
<xs:enumeration value="3405009"/>
<xs:enumeration value="3405011"/>
<xs:enumeration value="3405013"/>
</xs:restriction>
</xs:simpleType>