GPCode aggregation #132
Replies: 1 comment 2 replies
-
To clarify: Are you asking about the availability of a GP practice identifier? If so, it's possible to return a pseudo identifier for the practice, for example: practice_id=patients.registered_practice_as_of(
index_date,
returning="pseudo_id",
...
), This is currently undocumented but I've just made a PR to get it updated (opensafely-core/cohort-extractor#455). Proper identifiers at the practice level aren't currently available, as is explained in the documentation. If you're asking about identifying whether vaccines are delivered in the GP setting or elsewhere, then this info doesn't currently make it way to the OpenSAFELY-TPP vaccination tables. You can view the schema for these tables by following second link in the descriptive metadata section section of the documentation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We aggregate data at GP level for many of our surveys as vaccines are given in the GP setting. Is there a field we can use as a measure for GPCode?
Beta Was this translation helpful? Give feedback.
All reactions