-
Question
-
Resolution: Complete
-
Moderate
-
None
-
BONNIE
-
Bonnie FHIR
-
BREAST CANCER SCREENINGFHIR
-
CMS125FHIRV0
-
FHIR/CQL
-
DENEXPass PalliativeCareAssessmentDuringMP
Hi Bonnie FHIR team,
It appears that there are two approaches to specify Observation.category codes in the patient builder, where only the second approach works with the logic (see below). Can you clarify the difference between these two?
- Observation.category + CodeableConcept + ObservationCategoryCodes + ObservationCategoryCodes: survey-Survey
- Observation.category + CodeableConcept + survey + ObservationCategoryCodes: survey - survey
Thank you!
exists ( [Observation: "Functional Assessment of Chronic Illness Therapy - Palliative Care Questionnaire (FACIT-Pal)"] PalliativeAssessment where PalliativeAssessment.status in { 'final', 'amended', 'corrected' } and exists ( PalliativeAssessment.category PalliativeAssessmentCategory where "survey" in FHIRHelpers.ToConcept ( PalliativeAssessmentCategory ).codes ) and Global."Normalize Interval" ( PalliativeAssessment.effective ) overlaps "Measurement Period" )