scr:EncounterMethodCategoryCodeSimpleType
simpleType EncounterMethodCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of encounter method.
Diagram
Enumerations
Value | Definition |
Device Based Encounter | Device Based Encounter |
Physical Encounter | Physical Encounter |
XML Schema
<xs:simpleType name="EncounterMethodCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of encounter method.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Device Based Encounter">
<xs:annotation>
<xs:documentation>
Device Based Encounter</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Physical Encounter">
<xs:annotation>
<xs:documentation>
Physical Encounter</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>