nc:TreatmentType

complexType TreatmentType in namespace http://release.niem.gov/niem/niem-core/4.0/

Definition

A data type for a treatment of a person for a mental or physical condition.

Diagram

XML Schema

<xs:complexType name="TreatmentType">
<xs:annotation>
<xs:documentation>
A data type for a treatment of a person for a mental or physical condition.
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:TreatmentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TreatmentProvider" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:Person" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:TreatmentAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>