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 |