155 questions with Azure Health Data Services tags

Sort by: Updated
0 answers

$everything is not working in Azure FHIR Service. Any ideas why?

We have uploaded this file https://github.com/synthetichealth/synthea-sample-data/blob/master/downloads/synthea_sample_data_fhir_r4_nov2021.zip to FHIR Service and per documentation $everything is supported -…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-07-03T18:55:52.0066667+00:00
Pankaj Kumar 0 Reputation points
commented 2023-07-04T23:39:43.97+00:00
Pankaj Kumar 0 Reputation points
1 answer One of the answers was accepted by the question author.

Authenticate to FHIR API without manually requesting an access token

My app is hosted on Azure and has a corresponding service principal enabled. Currently my app gets 401 whenever it sends requests to FHIR API, simply because I didn't add any authentication in my app. How can I easily integrate Azure AD with my app so…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-06-28T16:41:17.42+00:00
Domien Van Steendam 45 Reputation points
edited a comment 2023-06-29T17:50:04.43+00:00
Domien Van Steendam 45 Reputation points
1 answer One of the answers was accepted by the question author.

How to get resources pushed into Azure Health Data Services - FHIR service for the Specific time period

Hi I am doing GET operation in Azure Health Data Services - FHIR Service using postman. My question is: Is it possible to get resources that are pushed within a particular time period (say for the past hour)? Sample expected request like: GET…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-06-28T18:26:06.41+00:00
P, Pioline (Cognizant) 195 Reputation points
accepted 2023-06-29T09:23:02.9933333+00:00
P, Pioline (Cognizant) 195 Reputation points
1 answer

Data Migration from Azure FHIR Server to Azure Health Data Services - FHIR Service

Hi I have huge amount of Data stored in Azure FHIR Server (https://github.com/microsoft/fhir-server). I want to migrate all this data to Azure Health Data Services - FHIR Service. Is this migrate operation possible. How to Transfer all the data ? Kindly…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-06-22T13:23:43.66+00:00
P, Pioline (Cognizant) 195 Reputation points
answered 2023-06-23T03:09:14.72+00:00
navba-MSFT 20,975 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Resource "Azure API for FHIR" stuck in "creating" state

I tried multiple times, but making a resource "Azure API for FHIR" keeps being in the "creating" state. As a next step, I wish to add a managed identity, but for that the state needs to be in "complete".

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-06-21T10:46:12.0466667+00:00
Domien Van Steendam 45 Reputation points
commented 2023-06-22T20:34:51.0066667+00:00
Domien Van Steendam 45 Reputation points
1 answer One of the answers was accepted by the question author.

DICOM Managed Service Redundancy and Backups

Does the DICOM Managed Service automatically backup data and redundancy?

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-06-20T13:09:25.3433333+00:00
Andrew Batta 21 Reputation points
accepted 2023-06-22T18:06:06.87+00:00
Andrew Batta 21 Reputation points
0 answers

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…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-05-30T04:47:24.3466667+00:00
P, Pioline (Cognizant) 195 Reputation points
commented 2023-06-13T08:01:51.68+00:00
P, Pioline (Cognizant) 195 Reputation points
1 answer

Patch operation using Postman not working for Azure Health Data Services - FHIR service

Hi I am not able to do PATCH operation using Postman on Azure Health Data Service - FHIR service API. My request API: PATCH: {{fhirurl}}/Patient/{{id}} I have provided the authorisation token. Header value Content-type: application/fhir+json. The…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-06-01T05:33:12.95+00:00
P, Pioline (Cognizant) 195 Reputation points
commented 2023-06-05T14:12:26.2733333+00:00
MuthuKumaranMurugaachari-MSFT 22,276 Reputation points
1 answer

Azure FHIR - How do I connect to my Azure SQL DB to FHIR API

Our project is using Azure SQL DB for maintaining patient and claims data. We are planning to use Azure FHIR services for providing the data in FHIR format to external users. I have few queries here: As the current data is in relational data model,…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2020-07-01T11:02:45.08+00:00
Srilaxmi Koosam 1 Reputation point
commented 2023-05-26T10:33:27.54+00:00
Vishnu Prasad-FT 5 Reputation points
0 answers

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…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-05-26T10:28:08.61+00:00
Vishnu Prasad-FT 5 Reputation points
1 answer

Getting 401 while accessing Azure Health Data Service - FHIR service using postman

I have created Azure Health Data Services - FHIR Service under subscription with Client app registration done and FHIR data contributor access provided. I followed these steps (https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/use-postman)…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-05-18T10:31:51.77+00:00
P, Pioline (Cognizant) 195 Reputation points
commented 2023-05-19T14:11:57.7566667+00:00
MuthuKumaranMurugaachari-MSFT 22,276 Reputation points
1 answer

Azure FHIR Service - Provider Directory Auth

I am working on getting a Provider Directory FHIR Service up and running that must follow the rules by CMS and the [Davinci PDEX Plannet implementation guide] and I seem to have everything in place and I am able to search for data, BUT only after I…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-04-19T14:57:04.2933333+00:00
Kyle Infante 0 Reputation points
commented 2023-04-28T13:16:57.97+00:00
MuthuKumaranMurugaachari-MSFT 22,276 Reputation points
0 answers

Securing a custom FHIR Server with a Client App

Hello, I have set up a custom FHIR server using this tutorial: fhir-server/DefaultDeployment.md at main · microsoft/fhir-server · GitHub. I intitially skipped the optional step 1 of creating an AAD Application to secure the FHIR server, but I would like…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-03-24T17:45:38.0966667+00:00
Jack Kurtz 21 Reputation points
edited a comment 2023-03-30T16:06:21.8066667+00:00
MuthuKumaranMurugaachari-MSFT 22,276 Reputation points
0 answers

Patient Deidentification Works for One Container but not in Another

Hey there! We're running into an issue where we see patient exports successfully coming back anonymized within one container, but not within another. The Setup: Both containers are set up identically, with a anonymization config json in each Both…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-03-01T19:17:34.1166667+00:00
Will Shirley 0 Reputation points
commented 2023-03-24T13:19:46.55+00:00
MuthuKumaranMurugaachari-MSFT 22,276 Reputation points
0 answers

Loading FHIR Synthea bundles using FHIRLOADER - https://github.com/hansenms/FhirLoader

Iam trying to load FHIR Synthea bundles JSON files I was looking for a tool that can help loading these files instead of POSTMAN I found https://github.com/hansenms/FhirLoader, However could not find the instruction on how to run it from a windows…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-03-13T19:56:16.81+00:00
Neeraj Shrivastava 141 Reputation points
commented 2023-03-23T05:16:22+00:00
Mike Urnun 9,791 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

AZURE FHIR Bundle : The number of entries in the bundle exceeded the configured limit of 500 - How can we increase the limit

We are trying to load FHIR Bundle file, however getting error as The number of entries in the bundle exceeded the configured limit of 500. How can we increase the Bundle Size Azure FHIR documentation says Bundle size - Each bundle is limited to 500…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-03-13T18:20:45.0566667+00:00
Neeraj Shrivastava 141 Reputation points
commented 2023-03-16T15:29:42.3833333+00:00
Neeraj Shrivastava 141 Reputation points
1 answer One of the answers was accepted by the question author.

AZURE FHIR APIs : support for _since and _lastupdated- Need to know which resources supports either of them or both

In Azure API for FHIR, How to find which resource supports _since parameter and which ones do not, in case a resource does not support _since we need to use _lastUpdatedated However for our analytics solution we need to have this information in advance…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-03-09T03:39:08.22+00:00
Neeraj Shrivastava 141 Reputation points
accepted 2023-03-15T21:24:49.5+00:00
Neeraj Shrivastava 141 Reputation points
1 answer One of the answers was accepted by the question author.

AZURE FHIR API Patient Record Delete is not working

Hi, I tried to delete a Patient record by providing ID of the patient using the DELETE action Example: https://<Inernal FHIR Server/Patient/7f19ccfa-8ce1-4bdc-bba8-2d90813a16fe This action certainly deleted the patient record as I could not find the…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-03-10T01:12:19.1533333+00:00
Neeraj Shrivastava 141 Reputation points
edited a comment 2023-03-14T22:56:28.66+00:00
MuthuKumaranMurugaachari-MSFT 22,276 Reputation points
5 answers One of the answers was accepted by the question author.

FHIR Bundle Data load using Postman

Hi, I am not finding any documentation around how to post sample test data FHIR Bundles I generated using Synthea tool I provided the REST API URL as https:///Bundle and submitted using POST The response looks like the data got created also…

Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2022-07-12T18:35:38.03+00:00
Neeraj Shrivastava 141 Reputation points
edited the question 2023-03-13T20:30:51.5833333+00:00
GeethaThatipatri-MSFT 29,017 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Does Azure DICOM Service support data archiving using the "archive" blob tier?

Hello! I'm investigating the possibility of using Azure DICOM service and I have a requirement of exporting the outdated data to an archive, specifically into the blob storage. Can somebody please clarify the possibility of: configuration of a…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,645 questions
Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
asked 2023-03-07T14:06:36.9533333+00:00
Daniil Trishkin 20 Reputation points
accepted 2023-03-09T14:07:19.89+00:00
Daniil Trishkin 20 Reputation points