Azure Api for FHIR managed service for SQL server DB

Sln 1 Reputation point
2020-12-07T17:33:12.123+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.
157 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anurag Sharma 17,606 Reputation points
    2020-12-08T06:00:10.867+00:00

    Hi @Sln , welcome to Microsoft Q&A forum.

    So currently I could not locate any step by step documentation to achieve the same but I would recommend you to please once go through the below code piece where its reading data from files and loading it to Azure FHIR server. We can replace the code to read from SQL database instead and follow the similar code to achieve our requirements.
    https://github.com/hansenms/FhirLoader

    You can check if this fulfils you requirements and in case more information is needed please let us know.

    Also anonymous access would work only with publicly available server:
    https://learn.microsoft.com/en-us/power-query/connectors/fhir/fhir-authentication#anonymous-access

    ----------

    If answer helps, please select 'Accept Answer' as this could help other community members looking for similar queries.


  2. Sln 1 Reputation point
    2020-12-09T18:02:31.043+00:00

    Can some one from MSFT help me on the above questions?

    0 comments No comments

  3. Sln 1 Reputation point
    2021-02-04T16:30:56.69+00:00

    Can some one from MSFT help me on the above questions?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.