Skip to content

Commit 57f5ae0

Browse files
authored
Update import-data.md
1 parent f3217a5 commit 57f5ae0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `import` operation supports two modes: initial and incremental. Each mode ha
2121

2222
- Intended for loading FHIR resources into an empty FHIR server.
2323

24-
- Supports only `create` operations and (when enabled) blocks API writes to the FHIR server.
24+
- Blocks API writes to the FHIR server.
2525

2626
### Incremental mode
2727

@@ -30,12 +30,10 @@ The `import` operation supports two modes: initial and incremental. Each mode ha
3030
- Allows you to load `lastUpdated` and `versionId` values from resource metadata if they're present in the resource JSON.
3131

3232
- Allows you to load resources in a nonsequential order of versions.
33-
34-
- If import files don't have the `version` and `lastUpdated` field values specified, there's no guarantee of importing resources in the FHIR service.
33+
Note for non-sequential ingestion of resources
34+
- If import files don't have the `version` and `lastUpdated` field values specified, there's no guarantee of importing all resources in the FHIR service.
3535
- If import files have resources with duplicate `version` and `lastUpdated` field values, only one resource is randomly ingested in the FHIR service.
36-
- If multiple resources share the same resource ID, only one of those resources is imported at random. An error is logged for the resources that share the same resource ID.
37-
38-
- Allows you to ingest soft-deleted resources. This capability is beneficial when you migrate from Azure API for FHIR to the FHIR service in Azure Health Data Services.
36+
- During parallel execution, if multiple resources share the same resource ID, only one of those resources is imported at random.
3937

4038
The following table shows the difference between import modes.
4139

0 commit comments

Comments
 (0)