How to get the Patient list from EPIC

Hi All,

I am trying to get the Patient list using Fhir (EPIC). But I don’t have option to list the Patient.Is there any other option to get the Patient list based on the Provider/Practitioner.

For Ex, I have the Provider/Practitioner ID, I need the list of patients handled by the Provider. How can we get this list in Epic.

If you are talking about the Epic sandbox https://open.epic.com/Clinical/FHIR?whereTo=patient then you cannot get a list of patients because Epic did not implement it. They expose a sandbox with pre-defined list of patients. You can access individual patient via

$ curl “https://open-ic.epic.com/FHIR/api/FHIR/DSTU2/Patient/Tbt3KuCY0B5PSrJvCu2j-PlK.aiHsu2xUjUM8bWpetXoB

All patients should be accessible via $ curl “https://open-ic.epic.com/FHIR/api/FHIR/DSTU2/Patient” but, as I say, Epic did not implement for sanbox. It might work in their non-demo EMR but I do not have an access to it to check it out.

Hi All,

I need to get all the patients list in epic fhir.
Can anybody provide the related details please

I don’t believe Epic supports retrieving a list of patients. They require patient resolution as a first step and interactions to be done on a patient by patient basis. In any event, Epic questions should be asked at open@epic.com

Hey, were you able to find a work around for it? In the same boat, need to fetch list of patients a specific provider works with so I can then make patient-by-patient calls.