You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We built a smart app using fhirstorm and integrated with EPIC on fhir. We are able to successfully hit endpoints on Epic to fetch data for multiple resources.
But, for MedicationStatement on R4 we are getting 404. Below is the request we tried: https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4/MedicationStatement?patient=enh2Q1c0oNRtWzXArnG4tKw3&format=json
Response: The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
I can hit the same request successfully for STU3 though.
Am I missing something here? It's highly unlikely that Epic does not support MedicationStatement resource for R4 protocol. Could this be the case because we are using their Sandbox environment?
Any leads on this will be much appreciated.
Thanks in advance,
Mayank Porwal
The text was updated successfully, but these errors were encountered:
Hey team,
We built a smart app using fhirstorm and integrated with EPIC on fhir. We are able to successfully hit endpoints on Epic to fetch data for multiple resources.
But, for MedicationStatement on R4 we are getting 404. Below is the request we tried:
https://fhir.epic.com/interconnect-fhir-oauth/api/FHIR/R4/MedicationStatement?patient=enh2Q1c0oNRtWzXArnG4tKw3&format=json
Response:
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
I can hit the same request successfully for
STU3
though.Am I missing something here? It's highly unlikely that Epic does not support MedicationStatement resource for R4 protocol. Could this be the case because we are using their Sandbox environment?
Any leads on this will be much appreciated.
Thanks in advance,
Mayank Porwal
The text was updated successfully, but these errors were encountered: