Skip to content

Commit 2260449

Browse files
added migration faq
1 parent d65634e commit 2260449

File tree

3 files changed

+77
-5
lines changed

3 files changed

+77
-5
lines changed

articles/healthcare-apis/fhir/fhir-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: FAQs about FHIR service in Azure Health Data Services
2+
title: FAQ about FHIR service in Azure Health Data Services
33
description: Get answers to frequently asked questions about FHIR service, such as the storage location of data behind FHIR APIs and version support.
44
services: healthcare-apis
55
author: expekesheth
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: reference
9-
ms.date: 06/06/2022
9+
ms.date: 09/27/2023
1010
ms.author: kesheth
1111
ms.custom: references_regions
1212
---
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
---
2+
title: Migration strategies
3+
description: Learn how to migrate FHIR data from Azure API for FHIR to the Azure Health Data Services FHIR service. This article provides steps and tools for a smooth transition.
4+
services: healthcare-apis
5+
ms.service: healthcare-apis
6+
ms.subservice: fhir
7+
ms.topic: tutorial
8+
ms.author: evach
9+
author: evachen96
10+
ms.date: 9/27/2023
11+
---
12+
13+
# Migration from Azure API for FHIR FAQ
14+
15+
**1. When will Azure API for FHIR be retired?**
16+
17+
Azure API for FHIR will be retired on September 30, 2026.
18+
19+
**1. Why is Microsoft retiring Azure API for FHIR?**
20+
21+
Azure API for FHIR is a service that was purpose built for protected health information (PHI), meeting regional compliance requirements. In March 2022, we announced the general availability of [Azure Health Data Services](https://learn.microsoft.com/azure/healthcare-apis/healthcare-apis-overview), that enables quick deployment of managed, enterprise-grade FHIR, DICOM, and MedTech services for diverse health data integration. See below for detailed benefits of migrating to Azure Health Data Services FHIR service. With this new experience, we’re retiring Azure API for FHIR.
22+
23+
**1. What are the benefits of migrating to Azure Health Data Services FHIR service?**
24+
25+
AHDS FHIR service offers a rich set of capabilities such as:
26+
27+
- Consumption-based pricing model where customers pay only for used storage & throughput
28+
- Support for transaction bundles
29+
- Chained search improvements
30+
- Improved ingress & egress of data with \$import, \$export including new features such as incremental import (preview)
31+
- Events to trigger new workflows when FHIR resources are created, updated or deleted
32+
- Connectors to Azure Synapse Analytics, Power BI and Azure Machine Learning for enhanced analytics
33+
34+
**1. SMART on FHIR Proxy is planned for deprecation in Gen2. When we migrate from Gen1, what are the steps for enabling SMART on FHIR in Gen2?**
35+
36+
SMART on FHIR proxy will be retiring. Organizations need to transition to the SMART on FHIR (Enhanced), which uses Azure Health Data and AI OSS samples by **September 21, 2026**. After September 21, 2026, applications relying on SMART on FHIR proxy will report errors in accessing the FHIR service.
37+
38+
SMART on FHIR (Enhanced) provides added capabilities than SMART on FHIR proxy and can be considered to meet requirements with SMART on FHIR Implementation Guide (v 1.0.0) and §170.315(g)(10) Standardized API for patient and population services criterion.
39+
40+
**1. What will happen after the service is retired on September 30, 2026?**
41+
42+
Customers won't be able to do the following:
43+
44+
- Create or manage Azure API for FHIR accounts
45+
- Access the data through the Azure portal or APIs/SDKs/client tools
46+
- Receive service updates to Azure API for FHIR or APIs/SDKs/client tools
47+
- Access customer support (phone, email, web)
48+
- Where can customers go to learn more about migrating to Azure Health Data Services FHIR service?
49+
50+
Start with \<Link to Azure Docs migration guidance \> to learn more about Azure API for FHIR to Azure Health Data Services FHIR service migration. Please be advised that the migration from Azure API for FHIR to Azure Health Data Services FHIR service involves data migration as well updating the applications to use Azure Health Data Services FHIR service. You can find more documentation on the step-by-step approach to migrating your data and applications in this migration tool \<Link to github repo\>.
51+
52+
**1.Where can customers go to get answers to their questions?**
53+
54+
There are multiple ways to get answers to questions.
55+
56+
- Get answers from community experts in Microsoft Q&A \<Link to Microsoft Q&A Page\>
57+
58+
- If you have a support plan and require technical support, [contact us.](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest)
59+
60+
1. For Issue type, select **Technical**.
61+
62+
1. For **Subscription**, select your subscription.
63+
64+
1. For **Service**, select **My services**, then **Azure API for FHIR**
65+
66+
1. For **Summary**, type a description of your issue.
67+
68+
1. For **Problem type**, select **Troubleshoot configuration issue**.
69+
70+
1. For **Problem** subtype, my issue is not listed.

articles/healthcare-apis/fhir/toc.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ items:
1313
- name: Versioning policy and history management
1414
href: fhir-versioning-policy-and-history-management.md
1515
- name: Migration from Azure API for FHIR
16-
href: ../fhir/migration-strategies.md
16+
href: migration-strategies.md
1717
- name: Quickstarts
1818
expanded: false
1919
items:
@@ -128,9 +128,11 @@ items:
128128
- name: Copy data to Synapse
129129
href: copy-to-synapse.md
130130
- name: Resources
131-
expanded: false
131+
expanded: true
132132
items:
133-
- name: FAQ - FHIR service
133+
- name: FHIR service FAQ
134134
href: fhir-faq.md
135+
name: Migration FAQ
136+
href: migration-faq.md
135137
- name: Supported features
136138
href: fhir-features-supported.md

0 commit comments

Comments
 (0)