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

Chained searches allow resources to be retrieved based on a business identifier for the individual #22

Open
Dunmail opened this issue Mar 13, 2023 · 0 comments

Comments

@Dunmail
Copy link
Member

Dunmail commented Mar 13, 2023

FHIR supports the concept of chained searches. These could be used to search based on a business identifier such as a national number or a PAS number.

For example: GET [base]/MedicationStatement?patient.identifier=https://fhir.nhs.uk/Id/nhs-number|9912003888

This would be a courtesy method for consumers but may be more complex for providers to implement. As the same outcome can be achieved using 2 searches, this will not be included within MVP.

@Dunmail Dunmail changed the title Support chained searches so that resources can be retrieved based on a business identifier for the individual Chained searches allow resources to be retrieved based on a business identifier for the individual Mar 13, 2023
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

1 participant