j:TreatmentAugmentationType

complexType TreatmentAugmentationType in namespace http://release.niem.gov/niem/domains/jxdm/6.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="j:PrescribedMedicationName" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PrescribedMedicationReasonText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PrescriptionOrderFollowedIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PsychiatricDisorderIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PsychologicalDisorderIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PhysiologicalDisorderIndicator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TreatmentDiagnosisText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:PersonTreatmentFee" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:TreatmentIndicator" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>