Skip to content

Commit bfff45a

Browse files
authored
Merge pull request #211120 from RuiyiC/RuiyiC-patch-1
Update docs for $import
2 parents 7bc00b5 + 323757a commit bfff45a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/healthcare-apis/fhir/configure-import-data.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
88
ms.date: 06/06/2022
9-
ms.author: mikaelw
9+
ms.author: ruiyichen
1010
---
1111

12-
# Configure bulk-import settings (Preview)
12+
# Configure bulk-import settings
1313

1414
The FHIR service supports $import operation that allows you to import data into FHIR service account from a storage account.
1515

@@ -53,6 +53,8 @@ To get the request URL and body, browse to the Azure portal of your FHIR service
5353

5454
[![Screenshot of Get JSON View](media/bulk-import/fhir-json-view.png)](media/bulk-import/fhir-json-view.png#lightbox)
5555

56+
Select the API version to **2022-06-01** or later version.
57+
5658
Copy the URL as request URL and do following changes of the JSON as body:
5759
- Set enabled in importConfiguration to **true**
5860
- add or change the integrationDataStore with target storage account name
@@ -65,7 +67,8 @@ After you've completed this final step, you're ready to import data using $impor
6567

6668
You can also use the **Deploy to Azure** button below to open custom Resource Manager template that updates the configuration for $import.
6769

68-
[![Deploy to Azure Button](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fiotc-device-bridge%2Fmaster%2Fazuredeploy.json)
70+
[![Deploy to Azure Button.](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.healthcareapis%2Ffhir-import%2Fazuredeploy.json)
71+
6972

7073
## Next steps
7174

-135 KB
Loading

0 commit comments

Comments
 (0)