em:PatientType

complexType PatientType in namespace http://release.niem.gov/niem/domains/emergencyManagement/5.0/

Definition

A data type for a person receiving or registered to receive medical treatment.

Diagram

XML Schema

<xs:complexType name="PatientType">
<xs:annotation>
<xs:documentation>
A data type for a person receiving or registered to receive medical treatment.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:RoleOfPerson" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PatientConditionName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PatientConditionOnsetDate" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PatientDiagnosis" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PatientHealthEvent" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PatientIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PatientOutcomeText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="em:PatientAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>