Content
Delete fhiroperation in transaction bundle is not working correctly
When we try multiple transaction of delete through below scenario as follow: 1)Delete through ID: DELETE Patient/1234 Output : Success 2)Delete through identifier: DELETE Patient?identifier=system|value Output: Below error message is shown on the…
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…
How to calculate costs of each FHIR service in AHDS workspace
Hi I have two FHIR service in a single Azure Health Data Service workspace. If i go to the resource group of that AHDS, I am able to view the costs incurred for this workspace. But, I am not able view the costs for each FHIR service individually. How…
Capability Statement does not have instantiates field in Azure API for FHIR
Currently, I'm trying to get past the inferno testing framework for US Core 4.0.0 suite and the test fails at 1.06. The error is 1.06 Server instantiates US Core Server Server CapabilityStatement.instantiates does not include…
Getting 500 Internal Server Error - While doing reindex job for Single resource in Azure Health Data Service - FHIR service
Hi I was creating custom search parameter for claim resource to locate all resource with certain diagnosis code. I was able to successfully create the custom search parameter using POST {{fhirurl}}/SearchParameter The following request also showed the…
How to implement notifications with the Azure Health Data Services?
Hi, we would like to implement notifications with Azure Health Services. Namely, we need to call web hooks of client applications when a certain type of prescription is created. We see that we can create a Subscription resource with the server, but the…
Is there any multi-tenant kind of feature in Azure Health Data Services - FHIR service
Hi I am using Azure Health Data Service - FHIR service. My requirement: Is there a way to use multi-tenancy kind of feature for this FHIR service? I know we cannot enable multi-tenancy option in app registration for FHIR service. So, Is there any…
Login to Azure health Data Services from React SPA
I am able to use postman to get a token and access patient data. but from the React App, I am able to fetch the access token and attach it to the Authorization header but I get a 401 when I access the /Patient endpoint. I have created a Azure AD app…
How to secure Azure Health Bot -> Logic App flow?
I followed this tutorial on Microsoft Learn to integrate Azure Health Bot with a SQL database via Logic Apps. I noticed there is no authentication between Azure Health Bot and Azure Logic Apps - so anyone who sends a POST request to the Logic App URL is…
azure health bot deplyment failed "The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'."
i am traing to make deplayment of azure healthbot with new resource but it not deploy and showing error that" The resource write operation failed to complete successfully, because it reached terminal provisioning state 'Failed'. " i have free…
Multiple tenants for Azure Health Data Service - FHIR service
Hi I have a Azure Health Data Service - FHIR service deployed and registered under AAD. Thus, I got a tenant ID. Now, is it possible to register the same FHIR service under different tenants. My question is: Is multi tenant registration possible for same…
Azure fhir authorization failed with postman
I tried all steps then also not able to get the patient using postman. https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/access-fhir-postman-tutorial Any help is welcome.
Does Patient-everything operation in Azure Health Data Services - FHIR service fetches the claim records that references the Patient ID?
Hi I have a claim record say xyz, which has a property 'reference'. Inside this 'reference' property, Patient/abc is referenced. Now, when I do Patient-everything operation for this Patient ID abc, will it also return the claim resource 'xyz'. During…
Does open source Azure FHIR server supports the listed operations
Hi Can you please tell the operations supported by open source Azure FHIR server (https://github.com/microsoft/fhir-server) from the listed: Conditional Create Conditional Update Conditional Delete $convert-data operation $export operation $import…
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…
Getting Error (Code 500011) while accessing FHIR using Postman in Azure Health Data services
We are getting below error while getting Microsoft Entra access token in Postman. Steps performed: Created Azure Health Data service Workspace Created FHIR service and deployed Created DICOM service and deployed Registered Client Application…
Does open source Azure FHIR server support transaction type bundles?
Hi The open source Azure FHIR server: https://github.com/microsoft/fhir-server Does this support transaction type bundles. Because when I created a transaction type bundle resource and made a POST {{fhirUrl}} request, I am getting "405 method not…
Store large CodeSystem
I'm migrating from HAPI FHIR Server (6.1.0) to AHDS using FHIR Service, but I have some large CodeSystem files to import, almost 2 MB, when I try to import using API: PUT {{ _.baseUrl }}/CodeSystem/?url={url} receive the message error: Operation timed…
Can I migrate from FHIR server Cosmos DB to FHIR server SQL server in Azure FHIR server?
Hi I have created a Azure FHIR server application, DB configured is Cosmos DB. Since FHIR server Cosmos DB in Azure FHIR server does not supports transaction bundle, I wish to migrate to FHIR server SQL server. How to do the migration? Also will the…
How to search all Patient resources based on Identifier system and code?
Hi Without using custom search parameters, Can you do the following: Search all patient FHIR resources based on identifer system and code (system and code value inside identifier property) Search all Claim FHIR resources based on code value inside…