- The information if the encounter is related to the occupation.
XSD Schema Diagram:
XSD Schema Code:
<xs:simpleType name="ClaimOccupationRelated">
<xs:annotation>
<xs:documentation>
- The information if the encounter is related to the occupation.
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="yes" />
<xs:enumeration value="no" />
</xs:restriction>
</xs:simpleType>