hs:HealthDetailsType

complexType HealthDetailsType in namespace http://release.niem.gov/niem/domains/humanServices/4.1/

Definition

A data type for the details about a person's mental health, substance abuse, medical health and medications.

Diagram

XML Schema

<xs:complexType name="HealthDetailsType">
<xs:annotation>
<xs:documentation>
A data type for the details about a person's mental health, substance abuse, medical health and medications.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:MedicalHealthDetails" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:MentalHealthDetails" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:MedicationUse" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Prescription" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:SubstanceAbuseDetails" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:HealthDetailsAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>