scr:ActivityResponseCategoryCodeSimpleType
simpleType ActivityResponseCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.2/
Definition
A data type for a kind of activity response.
Diagram
Enumerations
Value | Definition |
Detail | Return the detailed encounter history. |
List | List the encounter identifiers. |
None | Only return the identity status. |
Summary | Summarize the encounter information. |
XML Schema
<xs:simpleType name="ActivityResponseCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of activity response.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="Detail">
<xs:annotation>
<xs:documentation>
Return the detailed encounter history.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="List">
<xs:annotation>
<xs:documentation>
List the encounter identifiers.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="None">
<xs:annotation>
<xs:documentation>
Only return the identity status.</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Summary">
<xs:annotation>
<xs:documentation>
Summarize the encounter information.</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>