What would be the recommended way to make a GCP Healthcare API FHIR Server SMART on FHIR conformant? I'm having a hard time finding any clear answer to this question, so any advice would be greatly appreciated.
Thanks in advance!
The Cloud Healthcare API provides built-in support for SMART on FHIR access enforcement based on the input SMART authorization scopes and patient context. You can use the SMART header to restrict the Patient-everything response to only contain resources associated with a particular patient compartment, which will exclude the linked patients.
Here is a detailed guide on how to properly create and manage an FHIR store, this includes a conformance statement for a FHIR store.
Is there a tutorial to get me started with Smart on FHIR and how to connect it to google healthcare API. I am afraid that I might take a wrong turn and hack my way through, especially when it comes to authorizing access to google healthcare api
I am also interesting in doing this;
At the moment I am thinking of setting up:
APIGEE as gateway then adding authentication for end user (Okta), having apigee forwarding auth and tokens endpoints to okta,
need to set up wellknow/configuration as a proxy point on apigee too.
many components to put together