hs:TreatmentAugmentationType

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

Definition

A data type for additional information about a treatment.

Diagram

XML Schema

<xs:complexType name="TreatmentAugmentationType">
<xs:annotation>
<xs:documentation>
A data type for additional information about a treatment.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="hs:Juvenile" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TreatmentApproximateLengthText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TreatmentAssessment" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TreatmentFocusText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:Therapist" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TreatmentGoalDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TreatmentProgram" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TreatmentProgress" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TreatmentRecommendationDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TreatmentReferral" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hs:TreatmentSupervisorEntity" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>