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/azure-api-for-fhir/convert-data.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
title: Data conversion for Azure API for FHIR
3
3
description: Use the $convert-data endpoint and customize-converter templates to convert data in Azure API for FHIR.
4
4
services: healthcare-apis
5
-
author: ginalee-dotcom
5
+
author: mikaelw
6
6
ms.service: healthcare-apis
7
7
ms.subservice: fhir
8
8
ms.topic: overview
9
9
ms.date: 06/03/2022
10
-
ms.author: ranku
10
+
ms.author: mikaelw
11
11
---
12
12
13
13
# Converting your data to FHIR for Azure API for FHIR
@@ -20,7 +20,6 @@ The `$convert-data` custom endpoint in the FHIR service is meant for data conver
20
20
## Use the $convert-data endpoint
21
21
22
22
The `$convert-data` operation is integrated into the FHIR service to run as part of the service. After enabling `$convert-data` in your server, you can make API calls to the server to convert your data into FHIR:
23
-
24
23
`https://<<FHIR service base URL>>/$convert-data`
25
24
26
25
### Parameter Resource
@@ -133,9 +132,11 @@ For more information about assigning roles in the Azure portal, see [Azure built
133
132
You can register the ACR server using the Azure portal, or using CLI.
134
133
135
134
#### Registering the ACR server using Azure portal
135
+
136
136
Browse to the **Artifacts** blade under **Data transformation** in your Azure API for FHIR instance. You'll see the list of currently registered ACR servers. Select **Add**, and then select your registry server from the drop-down menu. You'll need to select **Save** for the registration to take effect. It may take a few minutes to apply the change and restart your instance.
137
137
138
138
#### Registering the ACR server using CLI
139
+
139
140
You can register up to 20 ACR servers in the Azure API for FHIR.
140
141
141
142
Install Azure Health Data Services CLI from Azure PowerShell if needed:
Select **Networking** of the Azure storage account from the portal.
163
165
164
166
:::image type="content" source="media/convert-data/networking-container-registry.png" alt-text=" Screen image of the container registry.":::
165
167
166
-
167
168
Select **Selected networks**.
168
169
169
170
Under the **Firewall** section, specify the IP address in the **Address range** box. Add IP ranges to allow access from the internet or your on-premises networks.
0 commit comments