Skip to content

Add documentation for counting patients with high blood pressure - #141

Open
sonzsara wants to merge 2 commits into
mainfrom
ENG-883
Open

Add documentation for counting patients with high blood pressure#141
sonzsara wants to merge 2 commits into
mainfrom
ENG-883

Conversation

@sonzsara

Copy link
Copy Markdown
Contributor

No description provided.

@sonzsara
sonzsara requested a lite review from Copilot August 12, 2026 11:15
@amjithtitus09
amjithtitus09 requested a balanced review from Copilot and removed request for Copilot August 17, 2026 07:50

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Documents a Metabase query for counting patients whose latest systolic blood pressure exceeds 140.

Changes:

  • Adds query purpose, parameters, SQL, and hardcoded identifier notes.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

WHERE emr_questionnaireresponse.status = 'completed'
AND emr_questionnaireresponse.questionnaire_id IN (115)
AND response_element->>'question_id' = '66464c74-fee5-4a08-9283-f811564a06fb'
--[[AND {{date_filter}}]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants