Skip to content

Commit bf4e456

Browse files
committed
Made edits
1 parent 6a2c72a commit bf4e456

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ author: ginalee-dotcom
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 04/13/2022
8+
ms.date: 04/15/2022
99
ms.author: ranku
1010
---
1111

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

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

@@ -74,4 +74,4 @@ In this article, you've learned the FHIR service supports $import operation and
7474
>[Configure export settings and set up a storage account](configure-export-data.md)
7575
7676
>[!div class="nextstepaction"]
77-
>[Copy data from Azure API for FHIR to Azure Synapse Analytics](copy-to-synapse.md)
77+
>[Copy data from FHIR service to Azure Synapse Analytics](copy-to-synapse.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ author: ginalee-dotcom
55
ms.service: healthcare-apis
66
ms.subservice: fhir
77
ms.topic: how-to
8-
ms.date: 04/13/2022
8+
ms.date: 04/15/2022
99
ms.author: ranku
1010
---
1111

12-
# Bulk import FHIR data
12+
# Bulk import FHIR data (Preview)
1313

1414
The Bulk import feature enables importing FHIR data to the FHIR server at high throughput using the $import operation. This feature is suitable for initial data load into the FHIR server.
1515

@@ -109,7 +109,7 @@ Make the REST call with the ```GET``` method to the **callback** link returned i
109109
| 202 Accepted | |The operation is still running.|
110110
| 200 OK |The response body doesn't contain any error.url entry|All resources were imported successfully.|
111111
| 200 OK |The response body contains some error.url entry|Error occurred while importing some of the resources. See the files located at error.url for the details. Rest of the resources were imported successfully.|
112-
| Other||A fatal error occurred and the operation has stopped. Successfully imported resources haven't been rolled back. For more information, see the [Troubleshooting](#troubleshooting) section.|
112+
| Other||A fatal error occurred and the operation has stopped. Successfully imported resources haven't been rolled back.|
113113

114114
Below are some of the important fields in the response body:
115115

0 commit comments

Comments
 (0)