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

Implement support for FHIR security labels #349

Open
fredhersch opened this issue Jan 15, 2025 · 0 comments
Open

Implement support for FHIR security labels #349

fredhersch opened this issue Jan 15, 2025 · 0 comments
Labels
P2:should An issue to be addressed in a quarter or so.

Comments

@fredhersch
Copy link
Collaborator

fredhersch commented Jan 15, 2025

FHIR Security Labels are a way to classify different resources. Based on these tags, certain resources can be filtered out depending on the access provided to the requester.

For example; a CHW that should not have access to any resources that could indicate that Patient A has a specific condition (for example, HIV).

Implementing this "information classification" system has multiple parts:

  • Evaluate existing Info Gateway AccessCheckers to write queries that utilze security labels
  • Determine whether new features of an API should be added for the classification system
  • Estimate and implement this
@fredhersch fredhersch converted this from a draft issue Jan 15, 2025
@fredhersch fredhersch added the P2:should An issue to be addressed in a quarter or so. label Jan 15, 2025
@fredhersch fredhersch changed the title Demonstrate filtering using FHIR security tags Implement support for FHIR security labels Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2:should An issue to be addressed in a quarter or so.
Projects
Status: No status
Development

No branches or pull requests

1 participant