Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What common queries appear across many dataset definitions? #2164

Open
inglesp opened this issue Oct 16, 2024 · 0 comments
Open

What common queries appear across many dataset definitions? #2164

inglesp opened this issue Oct 16, 2024 · 0 comments
Assignees

Comments

@inglesp
Copy link
Contributor

inglesp commented Oct 16, 2024

It has always been a goal that ehrQL's composability should allow us to provide reusable variables for researchers to use out of the box. We already provide some, including patients.age_on and practice_registrations.spanning.

We should review existing ehrQL code (via this search should find all projects using ehrQL) and look for common patterns that we could add to the ehrQL package. These could either be more methods on tables (like patients.age_on) or more complicated queries, such as BMI or ethnicity, which do not necessarily live on a table.

This ticket does not include any implementation work.

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

No branches or pull requests

3 participants