Skip to content

Commit 21d4e58

Browse files
authored
Update import-data.md
1 parent cdac62e commit 21d4e58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Content-Type:application/fhir+json
123123

124124
Once $import is initiated, an empty response body with a **callback** link is returned in the `Content-location` header of the response together with ```202-Accepted``` status code. Store this callback link to check the import status.
125125

126-
When using $import, remember it doesn't support updating files in place. Always change the file name if you make any edits after the first import. Using the same file name can make the FHIR service ignore your updated file for import.
126+
$import operation registration is implemented as idempotent call (same registration payload yields same registration). This affects ability to re-process files with the same name. Refrain from updating files in-place, instead we suggest you use different file name for updated data, or, if update in-place with same file name is unavoidable, add e-tags in the registration payload.
127127

128128
To check import status, make the REST call with the ```GET``` method to the **callback** link returned in the previous step.
129129
You can interpret the response using the following table:

0 commit comments

Comments
 (0)