simpleType "MedicalHistoryObtainedFrom"
Namespace:
Defined:
globally in eHistory_v3.xsd; see XML source
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"3109001"
 - 
Bystander/Other
"3109003"
 - 
Family
"3109005"
 - 
Health Care Personnel
"3109007"
 - 
Patient

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Type of person medical history obtained from
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  MedicalHistoryObtainedFrom
Derivation:
restriction of xs:string
Facets:
enumeration:
"3109001"
 - 
Bystander/Other
"3109003"
 - 
Family
"3109005"
 - 
Health Care Personnel
"3109007"
 - 
Patient
XML Source (w/o annotations (5); see within schema source)
<xs:simpleType name="MedicalHistoryObtainedFrom">
<xs:restriction base="xs:string">
<xs:enumeration value="3109001"/>
<xs:enumeration value="3109003"/>
<xs:enumeration value="3109005"/>
<xs:enumeration value="3109007"/>
</xs:restriction>
</xs:simpleType>