athenahealth / apiserver-athenaFlex

Software developers can use sample code and documentation to use athenahealth's athenaPractice/athenaFlow FHIR API Server.
https://mydata.athenahealth.com/home
17 stars 7 forks source link

fetch all the patients and appointments records #273

Closed ShubhamRaj2011 closed 1 year ago

ShubhamRaj2011 commented 1 year ago

Can someone guide me on how to fetch all the patients and appointment records?

I have done the authentication process as mentioned here https://mydata.athenahealth.com/access-the-apis

I am a little lost, after authentication how to call the APIs

AjeetYadav07 commented 1 year ago

After creating an access token, you have to use that access token as bearer token to call our supported APIs. like for patient https://ap22sandbox.fhirapi.athenahealth.com/demoAPIServer/fhir/r4/Appointment?patient=1442678380550620. Similar way you can call other APIs as well.

AjeetYadav07 commented 1 year ago

@ShubhamRaj2011 Closing this issue, if you have any query further please raise a new ticket.