Skip to content

Commit cdac62e

Browse files
authored
Update import-data.md
1 parent 41fb8d0 commit cdac62e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ 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.
127+
126128
To check import status, make the REST call with the ```GET``` method to the **callback** link returned in the previous step.
127129
You can interpret the response using the following table:
128130

@@ -196,7 +198,6 @@ Incase the ID of the resource isn't known, do a history search on the entire res
196198
## Troubleshooting
197199

198200
Lets walk-through solutions to some error codes you may encounter during the import operation.
199-
200201
### 200 OK, but there's an error with the URL in the response
201202

202203
**Behavior:** Import operation succeeds and returns ```200 OK```. However, `error.url` are present in the response body. Files present at the `error.url` location contain JSON fragments similar to below example:

0 commit comments

Comments
 (0)