fs:MedicalStatus
Describes the medical history text, dental history text, psychological history text, and Substance Abuse History Text.
Element information
Namespace: http://niem.gov/niem/domains/familyServices/2.1
Schema document: domains/familyServices/2.1/familyServices.xsd
Type: fs:MedicalStatusType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- fs:DentalHistoryText [0..*] Can include diagnosis, treatment plans, medications
- fs:MedicalHistoryText [0..*] Can include diagnosis, treatment plans, medications
- fs:PsychologicalHistoryText [0..*] Can include diagnosis, treatment plans, medications
- fs:SubstanceAbuseHistoryText [0..*] Can include diagnosis, treatment plans, medications
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type fs:PersonAugmentationType (Element fs:PersonAugmentation)
Sample instance
<fs:MedicalStatus> <fs:DentalHistoryText>string</fs:DentalHistoryText> <fs:MedicalHistoryText>string</fs:MedicalHistoryText> <fs:PsychologicalHistoryText>string</fs:PsychologicalHistoryText> <fs:SubstanceAbuseHistoryText>string</fs:SubstanceAbuseHistoryText> </fs:MedicalStatus>