Hide
Was there a specific reason why referral reason was added as a requirement for Above Normal BMI and Below Normal BMI when the value sets already represent the reason the patient is being referred?
Referral Reason was only needed for Valueset "Referrals where weight assessment may occur."
We are trying to understand the rational behind this change since it seems to have redundant information for 2021. I also see that this logic carries over to 2022.
2020 (High and Low BMI Sections):
High BMI Follow Up Encounters
"Qualifying Encounters During the Measurement Period" QualifyingEncounter
with ( ["Intervention, Order": "Above Normal Follow-up"]
union ["Intervention, Performed": "Above Normal Follow-up"]
union ( ["Intervention, Order": "Referrals where weight assessment may occur"] Referral
where Referral.reason in "Overweight or Obese"
)
union ["Medication, Order": "Above Normal Medications"] ) HighBMIInterventions
such that Coalesce(start of HighBMIInterventions.relevantPeriod, HighBMIInterventions.authorDatetime)12 months or less on or before
end of QualifyingEncounter.relevantPeriod
2021 (Applies to both High and Low BMI Sections):
Referral Reason was now needed for Valuesets "Referrals where weight assessment may occur" and "Follow Up for Above Normal BMI" and Follow Up for Below Normal BMI
High BMI and Follow Up Provided
"Most Recent Documented BMI" MostRecentBMI
with ["Intervention, Performed": "Follow Up for Above Normal BMI"] AboveNormalFollowUp
such that MostRecentBMI.relevantDatetime 12 months or less on or before day of start of AboveNormalFollowUp.relevantPeriod
and AboveNormalFollowUp.reason in "Overweight or Obese"
where MostRecentBMI.result >= 25 'kg/m2'
High BMI and Order for Follow Up
"Most Recent Documented BMI" MostRecentBMI
with ( ( ( ["Intervention, Order": "Follow Up for Above Normal BMI"]
union ["Intervention, Order": "Referrals Where Weight Assessment May Occur"] ) ReferralHighBMI
where ReferralHighBMI.reason in "Overweight or Obese"
)
union ["Medication, Order": "Medications for Above Normal BMI"] ) HighBMIIntervention
such that MostRecentBMI.relevantDatetime 12 months or less on or before day of HighBMIIntervention.authorDatetime
where MostRecentBMI.result >= 25 'kg/m2'
Show
Was there a specific reason why referral reason was added as a requirement for Above Normal BMI and Below Normal BMI when the value sets already represent the reason the patient is being referred?
Referral Reason was only needed for Valueset "Referrals where weight assessment may occur."
We are trying to understand the rational behind this change since it seems to have redundant information for 2021. I also see that this logic carries over to 2022.
2020 (High and Low BMI Sections):
High BMI Follow Up Encounters
"Qualifying Encounters During the Measurement Period" QualifyingEncounter
with ( ["Intervention, Order": "Above Normal Follow-up"]
union ["Intervention, Performed": "Above Normal Follow-up"]
union ( ["Intervention, Order": "Referrals where weight assessment may occur"] Referral
where Referral.reason in "Overweight or Obese"
)
union ["Medication, Order": "Above Normal Medications"] ) HighBMIInterventions
such that Coalesce(start of HighBMIInterventions.relevantPeriod, HighBMIInterventions.authorDatetime)12 months or less on or before
end of QualifyingEncounter.relevantPeriod
2021 (Applies to both High and Low BMI Sections):
Referral Reason was now needed for Valuesets "Referrals where weight assessment may occur" and "Follow Up for Above Normal BMI" and Follow Up for Below Normal BMI
High BMI and Follow Up Provided
"Most Recent Documented BMI" MostRecentBMI
with ["Intervention, Performed": "Follow Up for Above Normal BMI"] AboveNormalFollowUp
such that MostRecentBMI.relevantDatetime 12 months or less on or before day of start of AboveNormalFollowUp.relevantPeriod
and AboveNormalFollowUp.reason in "Overweight or Obese"
where MostRecentBMI.result >= 25 'kg/m2'
High BMI and Order for Follow Up
"Most Recent Documented BMI" MostRecentBMI
with ( ( ( ["Intervention, Order": "Follow Up for Above Normal BMI"]
union ["Intervention, Order": "Referrals Where Weight Assessment May Occur"] ) ReferralHighBMI
where ReferralHighBMI.reason in "Overweight or Obese"
)
union ["Medication, Order": "Medications for Above Normal BMI"] ) HighBMIIntervention
such that MostRecentBMI.relevantDatetime 12 months or less on or before day of HighBMIIntervention.authorDatetime
where MostRecentBMI.result >= 25 'kg/m2'