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

Issue #2300 - Add calls to beforeHistory and afterHistory #3411

Merged
merged 6 commits into from
Mar 4, 2022

Conversation

tbieste
Copy link
Contributor

@tbieste tbieste commented Feb 28, 2022

Issue #2300 - Add calls to beforeHistory and afterHistory

  1. System-level history: Requires user/*.read or system/*.read authority

    Example: https://localhost:9443/fhir-server/api/v4/_history

  2. System-level history (with _type parameter): Requires user/<resource_type>.read or system/<resource_type>.read authority to each resource type in the _type parameter.

    Example: https://localhost:9443/fhir-server/api/v4/_history?_type=Patient,Observation

  3. Type-level history: Requires user/<resource_type>.read or system/<resource_type>.read authority to the resource type.

    Example: https://localhost:9443/fhir-server/api/v4/Patient/_history

Signed-off-by: Troy Biesterfeld tbieste@us.ibm.com

@tbieste tbieste self-assigned this Feb 28, 2022
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
@tbieste tbieste force-pushed the tbieste-issue-2300 branch 3 times, most recently from a0ebc91 to e4bae71 Compare March 2, 2022 16:22
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
@tbieste tbieste force-pushed the tbieste-issue-2300 branch from e4bae71 to d6224c7 Compare March 2, 2022 17:18
@tbieste tbieste marked this pull request as ready for review March 2, 2022 18:19
tbieste added 4 commits March 3, 2022 17:03
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
@tbieste tbieste merged commit c8010dc into main Mar 4, 2022
@tbieste tbieste deleted the tbieste-issue-2300 branch March 4, 2022 15:04
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

Successfully merging this pull request may close these issues.

2 participants