| PHQ-9 UML Documentation |
| Summary:ConstraintsProperties |
This subtype of the Assessment Event is used to bind the total score concept and total score meaning properties to the proper coded values for the PHQ-9, and to set the limits on the total score value to range from 0 to 27. Logically, we're saying that this Assessment Event is a PHQ-9 Assessment Event, although physically, there is little difference between this and other instrument-specific subclasses. In a database implementation, this would not result in a separate table - it would simply set the rules that dictate what the Assessment Event values may take. Not shown in this UML model is that the assessmentInstrument property must be a PHQ-9 instrument (LOINC code 44249-1). This could have been done by creating an association from this class to the PHQ-9 class using the same name (assessmentInstrument), thus redefining the parent property, but this technique can cause confusion and so the limitation on the type of assessment instrument is merely implied.
| Attributes inherited from |
||
| Attributes inherited from |
||
| Attributes inherited from |
||
| Attributes inherited from |
||
Properties:
| Alias | |
| Classifier Behavior | |
| Is Abstract | false |
| Is Active | false |
| Is Leaf | false |
| Keywords | |
| Name | PHQ9Assessment |
| Name Expression | |
| Namespace | PHQ-9 |
| Owned Template Signature | |
| Owner | PHQ-9 |
| Owning Template Parameter | |
| Package | PHQ-9 |
| Qualified Name | FHIM::Assessment::PHQ-9::PHQ9Assessment |
| Representation | |
| Stereotype | |
| Template Parameter | |
| Visibility | Public |
| Constraints | |
| AssessmentIsPHQ9 | -- Total Score Concept is PHQ-9 Total Score (i.e., total score indicates the a provisional diagnosis of the presense and severity of depression): self.totalScoreConcept.codeSystem.codeSystemName = 'LOINC' and self.totalScoreConcept.code = '44261-6' and self.totalScoreConcept.displayText = 'Patient Health Questionnaire 9 item (PHQ-9) total score [Reported]l' and -- Total Score must be between 0 to 27 self.totalScoreValue.literal >= 0.0 and self.totalScoreValue.literal <= 27.0 |
| PHQ-9 UML Documentation |
| Summary:ConstraintsProperties |