Unable to add multiple client apps in azure fhir service
We have followed this following article to connect azure ad b2c to fhir service. https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/azure-ad-b2c-setup?tabs=powershell It is working fine. But I have to register multiple application from…
Azure Health Data Services
Health Data Services Private Endpoint CNAME records missing
Hi All, We are having difficulties with connecting to our Health Data Services through a Private endpoint. All configuration is verified and via a VM using the hosts file, we can connect. It seems that Azure DNS is not updated automatically as it should…
Azure Health Data Services

How to fix Azure FHIR service import failure
I am using $import operation to import data into Azure FHIR service. I am using ndjson format. Part of my code is below: def import_data2FHIR(access_token, file_info): # Azure FHIR service URL fhir_service_url =…
Azure Health Data Services
Configure Azure Health External Identity Providers
According to the documentation it should be possible to bring our own Identity Provider as long as we can build a correct JWT token. This is how the provider is configured in the portal: Authority Field: https://[redacted].azurewebsites.net Client…
Azure Health Data Services
Can I configure a bidirectional Data Mapping in Microsoft FHIR server ?
I'm deploying an (FHIR server from Microsoft(https://github.com/microsoft/fhir-server)). I couldn't find any resources to unplug the persistent layer of the FHIR server and use a bidirectional data converter to use on top of my existing database so that…