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

ValueDefinition
01Human
02Veterinary 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: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>