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

MedicationStatement not return #69

Open
KelvinKaYiuLok opened this issue Apr 25, 2019 · 2 comments
Open

MedicationStatement not return #69

KelvinKaYiuLok opened this issue Apr 25, 2019 · 2 comments

Comments

@KelvinKaYiuLok
Copy link

This GET request https://data.developer.nhs.uk/ccri-fhir/STU3/MedicationStatement?patient=1010&_format=json will return the payload of the MedicationStatement where the patient logical id is 1010. However, this GET request https://data.developer.nhs.uk/ccri-fhir/STU3/Patient?_id=1010&_format=json&_revinclude=MedicationStatement:patient returns the patient with the logical id of 1010 but the MedicationStatement payload does not return.

@KevinMayfield
Copy link
Contributor

Suggest support for this is removed as it doesn't make sense operationally without parameters. (If current medication is required it should really be a FHIR operation)

It is not recommended in Care Connect Query API, so no issue there.

@sufyanpat
Copy link

I think it would be useful to find relating resources for a specific patient. The _revinclude operation in the above statement works fine on other HAPI servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants