Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List appointments by patient #11

Closed
kchapple opened this issue Aug 17, 2016 · 0 comments
Closed

List appointments by patient #11

kchapple opened this issue Aug 17, 2016 · 0 comments
Labels
Milestone

Comments

@kchapple
Copy link
Collaborator

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/#

@kchapple kchapple added this to the Sprint 1 milestone Aug 17, 2016
@kchapple kchapple added the Story label Aug 17, 2016
kchapple added a commit that referenced this issue Aug 23, 2016
Patients By Appointment, Slots and Update Appointment [#11] [#3] [#12]
kchapple added a commit that referenced this issue Jan 5, 2017
Patients By Appointment, Slots and Update Appointment [#11] [#3] [#12]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant