Assessment::CAGE
Class CageAssessment

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 CAGE, and to set the limits on the total score value to range from 0 to 4. Logically, we're saying that this Assessment Event is a CAGE 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 CAGE instrument (LOINC code TBD). This could have been done by creating an association from this class to the CAGE 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 FHIM::Assessment::AssessmentEvent FHIM::Assessment::AssessmentEvent
applicability applicability, dateTimeAdminstered dateTimeAdminstered, interviewer interviewer, remarks remarks, totalScoreConcept totalScoreConcept, totalScoreMeaning totalScoreMeaning, totalScoreValue totalScoreValue, assessmentInstrument assessmentInstrument, subScore subScore, responseItem responseItem

Attributes inherited from FHIM::ClinicalObservation::ObservationStatement FHIM::ClinicalObservation::ObservationStatement
basedOn basedOn, bodySite bodySite, category category, componentObservation componentObservation, dataAbsentReason dataAbsentReason, dateTime dateTime, dateTimeIssued dateTimeIssued, deltaFlag deltaFlag, description description, deviceInstance deviceInstance, evaluationProcedure evaluationProcedure, exceptionValue exceptionValue, interpretationEvent interpretationEvent, method method, multimedia multimedia, observed observed, observedCharacteristic observedCharacteristic, referenceRange referenceRange, reliability reliability, resultStatus resultStatus, specimen specimen, value value, derivedFrom derivedFrom, hasMember hasMember, partOf partOf

Attributes inherited from FHIM::Common::ClinicalStatement FHIM::Common::ClinicalStatement
clinicalDataSource clinicalDataSource, contentVersion contentVersion, contextCode contextCode, encounter encounter, note note, recordStatus recordStatus, relatedClinicalInformation relatedClinicalInformation, sourceRecordType sourceRecordType, sourceSystem sourceSystem, subjectGroup subjectGroup, subjectOfInformation subjectOfInformation, subjectOfRecord subjectOfRecord, temporalContext temporalContext, topicCode topicCode, cosigned cosigned, recorded recorded, signed signed, verified verified

Attributes inherited from FHIM::Common::InformationEntry FHIM::Common::InformationEntry
identifier identifier

Properties:

Alias
Classifier Behavior
Is Abstractfalse
Is Activefalse
Is Leaffalse
Keywords
NameCageAssessment
Name Expression
NamespaceCAGE
Owned Template Signature
OwnerCAGE
Owning Template Parameter
PackageCAGE
Qualified NameFHIM::Assessment::CAGE::CageAssessment
Representation
Stereotype
Template Parameter
VisibilityPublic

Constraints
AssessmentIsCage-- Total Score Concept is CAGE Total Score (i.e., total score indicates the risk that the patient may have a problem with alcohol abuse): self.totalScoreConcept.codeSystem.codeSystemName = 'LOINC' and self.totalScoreConcept.code = 'TBD' and self.totalScoreConcept.displayText = 'CAGE Risk total number' and -- Total Score Meaning is CAGE Risk Level: self.totalScoreMeaning.codeSystem.codeSystemName = 'LOINC' and self.totalScoreMeaning.code = 'TBD' and self.totalScoreMeaning.displayText = 'CAGE Risk Level' and -- Total Score must be between 0 to 4 self.totalScoreValue.literal >= 0.0 and self.totalScoreValue.literal <= 4.0