Call De-identification Service with python SDK getting 403 Forbidden
I am using python SDK to call Azure De-identification Service, but keep getting 403 forbidden response. I am sure that my Client ID, Tenant ID and Client Secret is correct (tried them on other services) and my de-identification url (endpoint) is copied…
503 Error during FHIR Data Export for Multi-Patient Test in Azure FHIR Health Service
we are encountering while trying to pass the Inferno multi-patient (bulk service) test for FHIR Data export. We are using the Azure FHIR Health Service and the Bulk Service app as the client application, but we are consistently receiving a 503 error…
Failed to fetch the resource FHIR Service
Hi, I created a FHIR service from AHDS workspace, it was working perfectly fine for the past 2 days. Now when I visit the FHIR service from the portal, I'm getting an error. I can access and perform operations from postman but can't see anything from the…
Error Creating Workspace with AHDS
Within my Azure Government account when trying to create a Health Data Service workspace I receive the following error message: Oops! Could not create the marketplace item Gallery item is required, no gallery item is provided. Trying to find docs to…
Will the input data in Document Intelligence be used for model training?
https://learn.microsoft.com/en-us/legal/cognitive-services/document-intelligence/data-privacy-security Deletes data: For all features, the input data and results are deleted within 24 hours and not used for any other purpose. For customer trained models,…
Azure Dicom service url issue
After creating a dicom service my service url is not working for the dicom service it is showing not found and even after registering the application i am not able to upload the dicom to the dicom service
Call De-identification Service with python SDK getting 403 Forbidden
I am using python SDK to call Azure De-identification Service, but keep getting 403 forbidden response. I am sure that my Client ID, Tenant ID and Client Secret is correct (tried them on other services) and my de-identification url (endpoint) is copied…
How to support the $submit operation for HL7 Da Vinci PAS with Azure's FHIR service
The [HL7 Da Vinci PAS Implementation Guide] calls for the FHIR Service to support the /Claim/$submit operation. The exact wording of the requirement is: The Claim submit operation is executed by POSTing a FHIR Bundle to the [base url]/Claim/$submit…
Azure Health Data Services Transaction bundle not ingesting
Hello We are trying to Post a transaction or batch FHIR bundle and want the Azure Health Data Services FHIR api to post each individual FHIR resource(patient, specimen, encounter etc) in the bundle. I can post the bundle and get 200 when i send to…
How to get a single resource from the bulk resource (bundle) pushed into Azure health Data Service - FHIR service using Postman
Hi Using Postman I pushed a bundle resource into Azure Health Data Services - FHIR service. The request was: POST {{fhirurl}}/Bundle Note: This bundle has 2 claim resources in it. Now, my requirement is : Using Postman I want to get a single claim…
Health Probes
Hello all, there is configuration for health probes for the azure container apps using terraform. Can someone please explain what the period seconds signify? like suppose for startup I define - 10 and for readiness- 10 and then liveness - 5 this means…
Retirement notice: Transition to DCR-based custom log ingestion by 13 September 2026
Hi team, Scope : To understand about the MS Service Health Advisory Alert : "Retirement notice: Transition to DCR-based custom log ingestion by 13 September 2026" Can someone from the community help on the above alert ? What should be done and…
cannot create fhir resources on azure health data services
after successfully deploying fhir workspace on azure health data services, I cannot create fhir resources. I do not see 'create fhir resource' button on the left.
Startup probe failed
Hi, for my container app I have not configured the health probes but I do have set up a dashboard to check if the container is healthy using this query- Question is that I have not setup any health probes then why am I getting the error? None of the…
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…
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…
![](https://techprofile.blob.core.windows.net/images/lERuGqIsfE-3j2IJgoDLSw.png?8D844E)
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…
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…
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://learn.microsoft.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…