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://video2.skills-academy.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 Healthcare API /Patient/$export not working
I have 4.0.264 version of FHIR server installed. <FhirUrl>/Patient/$export is NOT working. However <FhirUrl>/$export and <FhirUrl>/Group/<groupId>/$export IS working as expected. Any suggestions on how I can resolve this? Thank…
How to create a public dicom service without "authentication"
Hi, I would like to create a publicly accessible dicom service (i.e. for showing specific segmentations in the OHIF viewer. I might have missed it but couldn't find anything…
Health service data is not up to date
Error Message: Health service data is not up to date Background: 3 Azure Servers across 3 sites. Modified settings on 2 of the systems related to Staging Mode, settings changes back (disabled the feature). 2 hours later Health service Alerts started…
How to Implement Named Entity Recognition, Relation Extraction etc. for a Custom FHIR Profile Using Azure?
Hi, My country has a FHIR resource specification that is extended from the base FHIR profile. If I do health text analytics using Azure (https://video2.skills-academy.com/en-us/azure/ai-services/language-service/text-analytics-for-health/overview?tabs=ner) to…
Health Probes
Hi want to set the probes for my container app and it is running on port 3080. So accordingly I have set the probes as- liveness_probe { failure_count_threshold = 3 header { name = "Custom-Header" value = "liveness…
Get via API Tenant Instead of Service Statuses
Hi, Office 365 Service Communication API allows to gets Statuses for the whole Service but, Statuses obtained in this way, considering them in relation to a specific Tenant, it could includes many wrong Statuses, indeed, unavailability or partial…
Access Azure API for FHIR with an external ID without code
Hi, Is there a way to access FHIR resources of 'Azure API for FHIR' with an external guest ID and without getting the code on the mail ID and just using the password of the guest ID account. The guest ID account is a Gmail account.
what is the best way to monitor health of all azure resource, is there any dashboard we can use from Microsoft
what is the best way to monitor health of all azure resource, which dashboard or service we can use from Microsoft I want to monitor my all azure resource health in single dashboard, Thanks
403 Forbidden with Postman for FHIR service in Health Data Services
Hi there, I'm receiving 403 Forbidden error on postman despite following all the steps in https://video2.skills-academy.com/en-us/azure/healthcare-apis/azure-api-for-fhir/tutorial-web-app-fhir-server and getting 403 Forbidden error when trying to call the…
Calling the $convert-data endpoint of Azure Health Data Services returns 403 Forbidden.
I am trying to call the $convert-data endpoint of my azure health data service to convert HL7 messages to FHIR using Microsoft default templates, but getting 403 Forbidden. I am using a managed identity with the following roles : FHIR Data Converter,…
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…
are the Azure OpenAI LLMs HiTRUST-CSF certified?
Hello, Googling around it appears that the Azure OpenAI LLMs available are not HiTRUST-CSF certified as of now. This means Azure customers would not be able to use, for example, ChatGPT with many types of US healthcare data in production. Is this…
How can I receive TCP messages using Azure Functions or Logic Apps?
Hi, I'm looking to receive TCP messages using Azure Functions or Logic Apps. I understand that both services are typically triggered by HTTP requests, but I'm wondering if there's a way to run a TCP receiver app within an Azure Function to accept TCP…
Azure service Health and Azure advisor - workbook - service retirment not aligned + need to access using api
Hello, the Azure advisor service retirment workbook show that 2 services will be retired, that is correct. When I look to Azure service Health, advisories - it shows none. Is that a normal case ? Initially, I'm simply looking to get programmatically the…
How is the VM availability metric calculated ?
Can someone explain specifically how the availability metric is calculated ? I see at the bottom of this page -…
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 =…
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…
All queries from from FHIR server to Cosmos DB failing
We are running an instance of the Azure FHIR Server using Cosmos DB. Since at least 12 hours ago, all queries to the FHIR server are failing with the following exception and trace: 2024-05-08T05:41:26.650255158Z fail:…
Azure Health Data Services Disaster Recovery
We are planning to use Azure Health Data Service in the East US region, however, there is no built-in solution for Disaster Recovery in the West US (Microsoft recommended pair regions) it seems. What is the workaround for this? Does Microsoft already…