Skip to content

Commit c5a21c6

Browse files
Merge pull request #208982 from judegnan/For-RUIYIC
For RuiyiC
2 parents d33491c + ee89345 commit c5a21c6

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

articles/healthcare-apis/azure-api-for-fhir/convert-data.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Data conversion for Azure API for FHIR
33
description: Use the $convert-data endpoint and customize-converter templates to convert data in Azure API for FHIR.
44
services: healthcare-apis
5-
author: ginalee-dotcom
5+
author: mikaelw
66
ms.service: healthcare-apis
77
ms.subservice: fhir
88
ms.topic: overview
99
ms.date: 06/03/2022
10-
ms.author: ranku
10+
ms.author: mikaelw
1111
---
1212

1313
# 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
2020
## Use the $convert-data endpoint
2121

2222
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-
2423
`https://<<FHIR service base URL>>/$convert-data`
2524

2625
### Parameter Resource
@@ -133,9 +132,11 @@ For more information about assigning roles in the Azure portal, see [Azure built
133132
You can register the ACR server using the Azure portal, or using CLI.
134133

135134
#### Registering the ACR server using Azure portal
135+
136136
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.
137137

138138
#### Registering the ACR server using CLI
139+
139140
You can register up to 20 ACR servers in the Azure API for FHIR.
140141

141142
Install Azure Health Data Services CLI from Azure PowerShell if needed:
@@ -157,13 +158,13 @@ az healthcareapis acr add --login-servers "fhiracr2021.azurecr.io" --resource-gr
157158
```azurecli
158159
az healthcareapis acr add --login-servers "fhiracr2021.azurecr.io fhiracr2020.azurecr.io" --resource-group fhir-test --resource-name fhirtest2021
159160
```
161+
160162
### Configure ACR firewall
161163

162164
Select **Networking** of the Azure storage account from the portal.
163165

164166
:::image type="content" source="media/convert-data/networking-container-registry.png" alt-text=" Screen image of the container registry.":::
165167

166-
167168
Select **Selected networks**.
168169

169170
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.

articles/healthcare-apis/azure-api-for-fhir/de-identified-export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Exporting de-identified data for Azure API for FHIR
33
description: This article describes how to set up and use de-identified export for Azure API for FHIR
4-
author: ginalee-dotcom
4+
author: mikaelw
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: reference
8-
ms.date: 06/03/2022
9-
ms.author: ginle
8+
ms.date: 08/24/2022
9+
ms.author: mikaelw
1010
---
1111
# Exporting de-identified data for Azure API for FHIR
1212

0 commit comments

Comments
 (0)