hs:PatientType

complexType PatientType in namespace http://release.niem.gov/niem/domains/humanServices/4.2/

Definition

A data type for a person receiving medical care.

Diagram

XML Schema

<xs:complexType name="PatientType">
<xs:annotation>
<xs:documentation>
A data type for a person receiving medical care.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:CustodialEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:MedicalSummary" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PatientLocationAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PatientNameOfAnimalText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ProviderEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:ReportingEntity" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SpeciesAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:PatientAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>