hs:SpeciesCodeSimpleType
simpleType SpeciesCodeSimpleType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/
Definition
A data type for a kind of species, to differentiate humans from other potential patients.
Diagram
Enumerations
Value | Definition |
01 | Human |
02 | Veterinary Patient |
XML Schema
<xs:simpleType name="SpeciesCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a kind of species, to differentiate humans from other potential patients.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="01">
<xs:annotation>
<xs:documentation>
Human</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="02">
<xs:annotation>
<xs:documentation>
Veterinary Patient</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>