Uploaded image for project: 'BONNIE MAT MADiE Issue Tracker'
  1. BONNIE MAT MADiE Issue Tracker
  2. BONNIEMAT-1040

Two approaches to specify Observation.category codes in the patient builder

XMLWordPrintable

    • Icon: Question Question
    • Resolution: Complete
    • Icon: Moderate Moderate
    • Test Case Builder
    • 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?

      1. Observation.category + CodeableConcept + ObservationCategoryCodes + ObservationCategoryCodes: survey-Survey
      2. 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"
                )
      

            nalbritton Noel Albritton
            dlee38 Dorothy Lee
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: