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/import-data.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To achieve the best performance with the `import` operation, consider these fact
48
48
49
49
-**Import FHIR resource files as a single batch**. For optimal performance, import all the FHIR resource files that you want to ingest in the FHIR server in one `import` operation. Importing all the files in one operation reduces the overhead of creating and managing multiple import jobs.
50
50
51
-
-**Limit the number of parallel import jobs**. You can run multiple `import` jobs at the same time, but running multiple jobs might affect the overall throughput of the import operation. The FHIR server can handle up to five parallel `import` jobs. If you exceed this limit, the FHIR server might throttle or reject your requests.
51
+
-**Limit the number of parallel import jobs**. You can run multiple `import` jobs at the same time, but running multiple jobs might affect the overall throughput of the `import` operation. The FHIR server can handle up to five parallel `import` jobs. If you exceed this limit, the FHIR server might throttle or reject your requests.
|`type`| Resource type of input file. | 1..1 | A valid [FHIR resource type](https://www.hl7.org/fhir/resourcelist.html) that matches the input file. |
88
+
|`type`| Resource type of the input file. | 1..1 | A valid [FHIR resource type](https://www.hl7.org/fhir/resourcelist.html) that matches the input file. |
89
89
|`url`| Azure storage URL of the input file. | 1..1 | URL value of the input file. The value can't be modified. |
90
-
|`etag`| ETag of the input file in the Azure storage; used to verify that the file content isn't changed after `import` registration. | 0..1 | ETag value of the input file. |
90
+
|`etag`| ETag of the input file in the Azure storage. It's used to verify that the file content isn't changed after `import` registration. | 0..1 | ETag value of the input file. |
After you start an `import` operation, an empty response body with a `callback` link is returned in the `Content-location` header of the response, together with an `202 Accepted` status code. Store the callback link to check the import status.
140
+
After you start an `import` operation, an empty response body with a `callback` link is returned in the `Content-location` header of the response, together with an `202 Accepted` status code. Store the `callback` link to check the import status.
141
141
142
142
Registration of the `import` operation is implemented as an idempotent call. The same registration payload yields the same registration, which affects the ability to reprocess files with the same name. Refrain from updating files in place. Instead, we suggest that you use a different file name for updated data. Or, if an in-place update with same file name is unavoidable, add ETags in the registration payload.
143
143
@@ -156,7 +156,7 @@ The following table describes the important fields in the response body:
156
156
157
157
| Field | Description |
158
158
| ----------- | ----------- |
159
-
|`transactionTime`|Start time of the bulk-import operation.|
159
+
|`transactionTime`|Start time of the bulk`import` operation.|
160
160
|`output.count`|Count of resources that were successfully imported.|
161
161
|`error.count`|Count of resources that weren't imported because of an error.|
162
162
|`error.url`|URL of the file that contains details of the error. Each `error.url` instance is unique to an input URL.|
0 commit comments