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
Here is the URL format for fetching all appointments from 1/1/2015 until 12/31/2016 using the Patient Compartment. This will need to be parsed and implemented (probably) by the adapter layer.
GET [base]/Patient/23/Appointment?date=ge2015-01-01&date=le2016-12-31
Appointment Fetching For a Patient
Here is the URL format for fetching all appointments from 1/1/2015 until 12/31/2016 using the Patient Compartment. This will need to be parsed and implemented (probably) by the adapter layer.
GET [base]/Patient/23/Appointment?date=ge2015-01-01&date=le2016-12-31
Here is documentation that describes the concept of Compartments:
https://www.hl7.org/fhir/compartments.html
Here is documentation specific to the Patient Compartment
https://www.hl7.org/fhir/compartment-patient.html
Here is documentation on the date search string format:
https://www.hl7.org/fhir/search.html#date
The returned data should be Bundle resource that contains one or more Appointment Resources.
To see example data, you can see requests and responses on this test server:
http://fhirtest.uhn.ca/#
The text was updated successfully, but these errors were encountered: