microsoft / fhir-server

A service that implements the FHIR standard
MIT License
1.17k stars 500 forks source link

Granular consent management using FHIR consents #3979

Open EniacMlezi opened 1 month ago

EniacMlezi commented 1 month ago

I would like to know how to do more granular consent management. "Patient x gives crud permission to Practitioner y" sort of permissions.

Examples:

The only issue that I have found is #1182, which refers to the FHIR Proxy. They used to describe a Consent Opt-Out filter that did exactly this. But unfortunately the proxy has been deprecated since. What is currently the supported way of achieving this?

EXPEkesheth commented 1 month ago

@EniacMlezi We do not have consent feature available in FHIR service today. Tagging @evachen96 to gather requirements (if needed).