Azure Api for FHIR managed service for SQL server DB

Sln 1 Reputation point
2021-02-04T16:36:06.293+00:00

I would like to use Azure Api for FHIR managed service by Azure (https://learn.microsoft.com/en-us/azure/healthcare-apis/overview) and not host my own FHIR Server.

Do you have any documentation on how to import data from our legacy SQL DB into FHIR?.

Do you have GUI for ETL process?

Few APIs should be publicly available with Anonymous Access, how can we implement?.

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
{count} votes

1 answer

Sort by: Most helpful
  1. Navtej Singh Saini 4,221 Reputation points Microsoft Employee
    2021-02-06T01:17:11.617+00:00

    Hi @Sln

    We have received the response from our Product team:

    "1. There is no straightforward migration of OSS version of the service to the managed service. Currently the only way is to us $export on the OSS version of the service and then use one of provided samples in our fhir-sample repo (https://github.com/microsoft/fhir-server-samples) to ingest the data.

    1. There is no GUI for the ETL process
    2. For the managed service we don’t support selectively making API’s available anonymously.
    3. Posting data to the service is through API calls. Please see out sample repo above.
    4. We provide sort functionality on all fields except for the extensions that you create on resources."

    Please let us know if you have any further questions.

    Regards
    Navtej S