You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/fhir/deploy-azure-portal.md
+15-25Lines changed: 15 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,31 @@
1
1
---
2
-
title: Deploy the FHIR service in Azure Health Data Services
2
+
title: Deploy the FHIR service in Azure Health Data Services via Azure portal
3
3
description: Learn how to deploy the FHIR service in Azure Health Data Services by using the Azure portal. This article covers prerequisites, workspace deployment, service creation, and security settings.
4
4
author: EXPEkesheth
5
5
ms.service: azure-health-data-services
6
6
ms.topic: quickstart
7
-
ms.date: 10/01/2025
7
+
ms.date: 02/23/2026
8
8
ms.author: kesheth
9
9
ms.custom:
10
10
- mode-api
11
11
- sfi-image-nochange
12
12
---
13
13
14
-
# Deploy the FHIR service by using the Azure portal
14
+
# Quickstart: Deploy the FHIR service via the Azure portal
15
15
16
-
The Azure portal provides a web interface with guided workflows, making it an efficient tool for deploying the FHIR® service, and ensuring accurate configuration within Azure Health Data Services.
16
+
In this quickstart, you learn how to create and deploy a FHIR service instance via the Azure portal. The Azure portal provides a web interface with guided workflows, making it an efficient tool for deploying the FHIR® service, and ensuring accurate configuration within Azure Health Data Services.
17
17
18
18
## Prerequisites
19
19
20
-
-Verify you have an Azure subscription and permissions for creating resource groups and deploy resources.
20
+
-An Azure subscription. If you don't have an Azure account, create a [free account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn) before you begin.
21
21
22
-
-Deploy a workspace for Azure Health Data Services. For steps, see [Deploy workspace in the Azure portal](../healthcare-apis-quickstart.md).
22
+
-An Azure Health Data Services workspace. To create and deploy a workspace ps, see [Deploy workspace in the Azure portal](../healthcare-apis-quickstart.md).
23
23
24
-
## Create a new FHIR service
24
+
## Create and deploy a new FHIR service
25
25
26
-
1.From your Azure Health Data Services workspace, choose **Create FHIR service**.
27
-
1.Choose **Add FHIR service**.
28
-
1.On the **Create FHIR service** page, complete the fields on each tab.
26
+
1.Go to your Azure Health Data Services workspace resource.
27
+
1.On the menu, select **Services** > **FHIR service**.
28
+
1.Select **+ Add FHIR service**.
29
29
30
30
-**Basics tab**: Give the FHIR service a friendly and unique name. Select the **FHIR version** (**STU3** or **R4**), and then choose **Next: Additional settings**.
31
31
@@ -46,30 +46,20 @@ The Azure portal provides a web interface with guided workflows, making it an ef
46
46
47
47
Tags are name and value pairs used for categorizing resources and aren't required. For more information, see [Use tags to organize your Azure resources and management hierarchy](../../azure-resource-manager/management/tag-resources.md).
48
48
49
-
- Choose **Review + Create** to begin the validation process. Wait until you receive confirmation that the deployment completed successfully. Review the confirmation screen, and then choose **Create** to begin the deployment.
49
+
1. Choose **Review + Create** to begin the validation process. Wait until you receive confirmation that the deployment completed successfully. Review the confirmation screen, and then choose **Create** to begin the deployment.
50
50
51
51
The deployment process might take several minutes. When the deployment completes, you see a confirmation message.
1. Validate the deployment. Fetch the capability statement from your new FHIR service. Fetch a capability statement by browsing to `https://<WORKSPACE-NAME>-<FHIR-SERVICE-NAME>.fhir.azurehealthcareapis.com/metadata`.
55
+
##Validate the deployment
56
56
57
-
## Troubleshoot FHIR service deployment
58
-
Below are the error messages along with recommended actions to resolve the problems during deployment.
57
+
From the deployment confirmation page, select **Go to reource**. Copy the **FHIR metadata endpoint** and paste in a brower to fetch the capability statement from your new FHIR service.
59
58
60
-
**What should I do if I accidentally deployed the Azure API for FHIR into the wrong subscription, deleted it, and am now facing a deployment failure in the correct subscription with a message stating that the resource name is not available?**
59
+
## Clean up resources
61
60
62
-
Once a service name has been used, it cannot be reused in a different subscription, even after deletion. This restriction is in place to prevent impersonation and primarily impacts Azure API for FHIR.
61
+
To avoid incurring costs, you can delete uneeded resources by deleting the FHIR service, or its containing workspace or resrouce group.
63
62
64
-
If deployed to the wrong subscription, you can move the resource to the desired subscription instead of deleting and recreating it. [Move Azure Resources](../../azure-resource-manager/management/move-resource-group-and-subscription.md)
65
-
66
-
**How can I delete a service and then re-add it with the same settings?**
67
-
68
-
To replicate settings between FHIR instance, you can follow below steps
69
-
70
-
* Create standard ARM templates with the configurations.
71
-
72
-
* Create a service and add configuration as per requirement.
Copy file name to clipboardExpand all lines: articles/healthcare-apis/fhir/fhir-faq.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ services: healthcare-apis
5
5
author: expekesheth
6
6
ms.service: azure-health-data-services
7
7
ms.subservice: fhir
8
-
ms.topic: reference
9
-
ms.date: 05/27/2025
8
+
ms.topic: faq
9
+
ms.date: 02/23/2026
10
10
ms.author: kesheth
11
11
ms.custom: references_regions
12
12
---
@@ -96,6 +96,21 @@ No. You can't change the URL for the FHIR service.
96
96
Please refer to the "Service limits" section in
97
97
[Azure FHIR service limits](fhir-features-supported.md#service-limits)
98
98
99
+
**What should I do if I accidentally deployed the Azure API for FHIR into the wrong subscription, deleted it, and am now facing a deployment failure in the correct subscription with a message stating that the resource name is not available?**
100
+
101
+
Once a service name has been used, it cannot be reused in a different subscription, even after deletion. This restriction is in place to prevent impersonation and primarily impacts Azure API for FHIR.
102
+
103
+
If deployed to the wrong subscription, you can move the resource to the desired subscription instead of deleting and recreating it. [Move Azure Resources](../../azure-resource-manager/management/move-resource-group-and-subscription.md)
104
+
105
+
**How can I delete a service and then re-add it with the same settings?**
106
+
107
+
To replicate settings between FHIR instance, you can follow below steps
108
+
109
+
* Create standard ARM templates with the configurations.
110
+
111
+
* Create a service and add configuration as per requirement.
0 commit comments