Stream: implementers
Topic: Population Query Supported Categories
Tom Lipcsey (Mar 30 2020 at 21:20):
This part of the regs.... "FHIR Bulk Data Access (Flat FHIR) (v1.0.0: STU 1), including mandatory support for the “group-export” “OperationDefinition”" What are minimum required resources that we must support? I see USCDI and US Core Guide... but that seems like a lot of search criteria to support. Does anyone know what the minimum search resources/categories that we must support on this type of request?
Michele Mottini (Mar 30 2020 at 21:27):
The US code resources making up the USCDI set. There are no search criteria in bulk export though, you have just to support the export of those resources.
Tom Lipcsey (Mar 30 2020 at 21:38):
So is the supported resource exported completely based off the group i pre-determine? I.e Let's say group is all patients on zoloft. Then choose to bulk export their demographics. I get the full demographics for all the patients meeting the group criteria?
Michele Mottini (Mar 30 2020 at 22:05):
Yes
Michele Mottini (Mar 30 2020 at 22:06):
The way you implement groups is up to you though, there are no requirements for that
Michele Mottini (Mar 30 2020 at 22:06):
In our server we do not support defining groups using criteria
Tom Lipcsey (Mar 30 2020 at 22:42):
Thanks for the responses. I don't want to confuse the ePHI export criteria which is in effect in 36 months with the Population Query (g)(10) and what parameters need to be supported here. I'm specifically looking for g 10 population query information no, ePHI bulk export. Thanks.
Michele Mottini (Mar 30 2020 at 23:31):
For the non-bulk API you have to support whatever US Core specifies, so yes, all those search parameters etc.
Last updated: Apr 12 2022 at 19:14 UTC