Hello,
I'm trying to import data into my FHIR store from my bucket, which contains a FHIR resource. This error keeps coming up:
After looking at the documentation, I found out that I need to add a Role to the Cloud Healthcare service agent, since
the Cloud Healthcare API does not have automatic access to other
Google Cloud resources in your project. To do this, I went to IAM, checked the "Include Google-provided role grants", after which my service account was visible. I added the Storage Object Viewer role to the Principal.
I thought that should do it, but I keep getting the same error. Do I need to add permissions anywhere else as well? Something I found interesting was that I can only view the Cloud Healthcare Service Agent in the IAM tab in IAM & Admin. The Service Accounts tab in IAM & Admin is empty.
Thanks!