scr:ActivityResponseCategoryCodeSimpleType

simpleType ActivityResponseCategoryCodeSimpleType in namespace http://release.niem.gov/niem/domains/screening/4.1/

Definition

A data type for a kind of activity response.

Diagram

Enumerations

ValueDefinition
DetailReturn the detailed encounter history.
ListList the encounter identifiers.
NoneOnly return the identity status.
SummarySummarize 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: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>