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

Parameter for clients to indicate metadata resource requirements #76

Merged
merged 6 commits into from
Aug 12, 2020

Conversation

gotdan
Copy link
Collaborator

@gotdan gotdan commented Jun 22, 2020

Provides ability for client to request all (a) provenance resources (default), (b) most recent provenance resources associated with other resources being returned, or (c) all provenance resources associated with other resources being returned.

In particular, seems like (b) could not be implemented using standard FHIR REST parameters. This approach could also be extended to support other metadata resources like AuditEvent by defining additional values.

Copy link
Collaborator

@jmandel jmandel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding AllProvenanceResources: If the server doesn't support includeAssociatedValue as an input parameter, then obviously a client can't pass in this value, and the server can't process it. So I'm not sure what "Default" means. Couldn't we instead note (outside of includeAssociatedValue definitions) that when servers maintain Provenance resources, these can be included in an export by default. I need help understanding why AllProvenanceResources needs to be defined here as an explicit value.

@gotdan gotdan merged commit 892e10c into master Aug 12, 2020
@gotdan gotdan deleted the provenance branch August 12, 2020 14:32
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.

None yet

2 participants