Assessment::SF-MPQ
Class SFMPQAssessment


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
NameSFMPQAssessment
Name Expression
NamespaceSF-MPQ
Owned Template Signature
OwnerSF-MPQ
Owning Template Parameter
PackageSF-MPQ
Qualified NameFHIM::Assessment::SF-MPQ::SFMPQAssessment
Representation
Stereotype
Template Parameter
VisibilityPublic

Constraints
AssessmentIsSFMPQ-- Total Score Concept is SF-MPQ Total Score (i.e., total score indicates the level of pain which the Patient is experiencing): self.totalScoreConcept.codeSystem.codeSystemName = 'LOINC' and self.totalScoreConcept.code = 'TBD' and self.totalScoreConcept.displayText = 'SF-MPQ Total Pain Rating Index (T-PRI)' and -- Total Score Meaning is SF-MPQ Pain Level: self.totalScoreMeaning.codeSystem.codeSystemName = 'LOINC' and self.totalScoreMeaning.code = 'TBD' and self.totalScoreMeaning.displayText = 'SF-MPQ Pain Level' and -- Total Score must be between 0 to 45 self.totalScoreValue.literal >= 0.0 and self.totalScoreValue.literal <= 45.0