Skip to content

Commit 8d0545c

Browse files
nav updates
1 parent e5bb2ea commit 8d0545c

File tree

4 files changed

+16
-13
lines changed

4 files changed

+16
-13
lines changed

articles/healthcare-apis/azure-api-for-fhir/index.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ landingContent:
2727
url: overview.md
2828
- linkListType: how-to-guide
2929
links:
30-
- text: Get started with Azure API for FHIR
31-
url: get-started-with-azure-api-fhir.md
32-
- text: Deploy Azure API for FHIR
33-
url: fhir-paas-portal-quickstart.md
30+
- text: Migrate to Azure Health Data Services
31+
url: migration-strategies.md
3432

3533
- title: Access Azure API for FHIR
3634
linkLists:

articles/healthcare-apis/fhir/migration-strategies.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ At a high level, the recommended approach is:
3131

3232
## 1) Assess Readiness
3333

34-
- Learn about Azure Health Data Services [here.](https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/)
34+
- Learn about Azure Health Data Services [here.](https://learn.microsoft.com/azure/healthcare-apis/fhir/)
3535
- Compare the capabilities of Azure API for FHIR with Azure Health Data Services. *(insert link to below table TODO)*
3636

3737
| **Areas** | **Azure API for FHIR** | **Azure Health Data Services** |
@@ -48,9 +48,9 @@ Only the capabilities that differ between the two products are called out above.
4848

4949
- Review your architecture and assess if any changes need to be made.
5050
- Things to consider that may affect your architecture:
51-
- Sync Agent is being deprecated. If you were using Sync Agent to connect to Dataverse, please see [Overview of Data integration toolkit \| Microsoft Learn](https://learn.microsoft.com/en-us/dynamics365/industry/healthcare/data-integration-toolkit-overview?toc=%2Findustry%2Fhealthcare%2Ftoc.json&bc=%2Findustry%2Fbreadcrumb%2Ftoc.json)
52-
- FHIR Proxy is being deprecated. If you were using FHIR Proxy for eventing in , please refer to the new [eventing](https://learn.microsoft.com/en-us/azure/healthcare-apis/events/events-overview) feature built in. Alternatives can also be customized and built using the new [Azure Health Data Services Toolkit](https://github.com/microsoft/azure-health-data-services-toolkit).
53-
- SMART on FHIR proxy is being deprecated. You will need to use the new SMART on FHIR capability, more information here: <https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/smart-on-fhir>
51+
- Sync Agent is being deprecated. If you were using Sync Agent to connect to Dataverse, please see [Overview of Data integration toolkit \| Microsoft Learn](https://learn.microsoft.com/dynamics365/industry/healthcare/data-integration-toolkit-overview?toc=%2Findustry%2Fhealthcare%2Ftoc.json&bc=%2Findustry%2Fbreadcrumb%2Ftoc.json)
52+
- FHIR Proxy is being deprecated. If you were using FHIR Proxy for eventing in , please refer to the new [eventing](https://learn.microsoft.com/azure/healthcare-apis/events/events-overview) feature built in. Alternatives can also be customized and built using the new [Azure Health Data Services Toolkit](https://github.com/microsoft/azure-health-data-services-toolkit).
53+
- SMART on FHIR proxy is being deprecated. You will need to use the new SMART on FHIR capability, more information here: <https://learn.microsoft.com/azure/healthcare-apis/fhir/smart-on-fhir>
5454
-
5555
- Azure Health Data Services FHIR Service does not support local RBAC and custom authority. The token issuer authority will have to be the authentication endpoint for the tenant that the FHIR Service is running in.
5656
- IoT Connector migration:
@@ -63,7 +63,7 @@ Only the capabilities that differ between the two products are called out above.
6363

6464
| Migration Pattern | Details | How? |
6565
|-------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
66-
| Lift and Shift | The simplest pattern. Ideal if your data pipelines can afford large downtime. | Choose the option that works best for your organization: Configure a workflow to [\$export](https://learn.microsoft.com/en-us/azure/healthcare-apis/azure-api-for-fhir/export-data) your data on Azure API for FHIR, then [\$import](https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/configure-import-data) into Azure Health Data Services FHIR Service. The Github repo has some tips on running these commands, as well as a script to help automate creating the \$import payload [here](https://github.com/Azure/apiforfhir-migration-tool/blob/main/v0/V0_README.md). Or, you can create your own tool to migrate the data using \$export and \$import. |
66+
| Lift and Shift | The simplest pattern. Ideal if your data pipelines can afford large downtime. | Choose the option that works best for your organization: Configure a workflow to [\$export](https://learn.microsoft.com/azure/healthcare-apis/azure-api-for-fhir/export-data) your data on Azure API for FHIR, then [\$import](https://learn.microsoft.com/azure/healthcare-apis/fhir/configure-import-data) into Azure Health Data Services FHIR Service. The Github repo has some tips on running these commands, as well as a script to help automate creating the \$import payload [here](https://github.com/Azure/apiforfhir-migration-tool/blob/main/v0/V0_README.md). Or, you can create your own tool to migrate the data using \$export and \$import. |
6767
| Incremental copy | Continuous version of lift and shift, with less downtime. Ideal for large amounts of data that take longer to copy, or if you want to continue running Azure API for FHIR during the migration. | Choose the option that works best for your organization: We have created an OSS migration tool that can help with this migration pattern (insert link to github) Or, you can create your own tool to migrate the data in an incremental fashion. |
6868

6969
- If you choose to use the OSS migration tool, review and understand the migration tool’s capabilities and limitations (*insert link to Github below).*
@@ -75,7 +75,7 @@ Only the capabilities that differ between the two products are called out above.
7575
- See “Azure API for FHIR preparation” (link to github below) for additional things to note.
7676
- Deploy a new Azure Health Data Services FHIR Service server
7777
- Deploy an Azure Health Data Services Workspace first
78-
- Then deploy a Azure Health Data Services FHIR Service server ([Deploy a FHIR service within Azure Health Data Services \| Microsoft Learn)](https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/fhir-portal-quickstart)
78+
- Then deploy a Azure Health Data Services FHIR Service server ([Deploy a FHIR service within Azure Health Data Services \| Microsoft Learn)](https://learn.microsoft.com/azure/healthcare-apis/fhir/fhir-portal-quickstart)
7979
- Configure your new Azure Health Data Services FHIR Service server. If you’d like to use the same configurations that you had in Azure API for FHIR for your new Azure Health Data Services FHIR Service server, see a recommended list of what to check for here (link to Github section [Migration Tool Documentation.docx](https://microsoft.sharepoint.com/:w:/t/msh/Eb7WohSv_6JNlG1xAI8TyvoBbAPfhxnPzr4wv9py1InEww?e=QeSbo3&nav=eyJoIjoiMTUwODIzNzMifQ)) Configure settings that are needed “pre-migration”.
8080

8181
## 3) Migrate data
@@ -89,9 +89,9 @@ Only the capabilities that differ between the two products are called out above.
8989
- Change the endpoints on your applications so that they point to the new FHIR server’s URL.
9090
- (insert link on how to find the new server’s URL)
9191
- Set up permissions again for these apps.
92-
- <https://learn.microsoft.com/en-us/azure/storage/blobs/assign-azure-role-data-access>
92+
- <https://learn.microsoft.com/azure/storage/blobs/assign-azure-role-data-access>
9393
- Reconfigure any remaining settings in the new Azure Health Data Services FHIR Service server “post-migration” (Insert link below)
94-
- If you’d like to doublecheck to make sure that the Azure Health Data Services FHIR Service and Azure API for FHIR servers have the same configurations, you can check both [metadata endpoints](https://learn.microsoft.com/en-us/azure/healthcare-apis/fhir/use-postman#get-capability-statement) to compare and contrast the two servers.
94+
- If you’d like to doublecheck to make sure that the Azure Health Data Services FHIR Service and Azure API for FHIR servers have the same configurations, you can check both [metadata endpoints](https://learn.microsoft.com/azure/healthcare-apis/fhir/use-postman#get-capability-statement) to compare and contrast the two servers.
9595
- Set up any jobs that were previously running in your old Azure API for FHIR server (for example, \$export jobs)
9696

9797
###
@@ -114,7 +114,7 @@ Azure API for FHIR will be retired on 30 September 2026.
114114

115115
- Why are we retiring Azure API for FHIR?
116116

117-
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/en-us/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
117+
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
118118

119119
- What are the benefits of migrating to Azure Health Data Services FHIR service?
120120

articles/healthcare-apis/index.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ highlightedContent:
2424
- title: Get an access token
2525
itemType: how-to-guide
2626
url: ./get-access-token.md
27+
- title: Migrate your data from Azure API for FHIR
28+
itemType: how-to-guide
29+
url: ./migration-strategies.md
2730
- title: Azure Health Data Services
2831
itemType: training
2932
url: https://learn.microsoft.com/training/browse/?term=iot&terms=health%20data%20services

articles/healthcare-apis/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
href: ./azure-api-for-fhir/overview.md
2121
- name: Business continuity & disaster recovery
2222
href: business-continuity-disaster-recovery.md
23+
- name: Migrate from Azure API for FHIR
24+
href: migration-strategies.md
2325
- name: Quickstarts
2426
expanded: false
2527
items:

0 commit comments

Comments
 (0)