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
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The `import` operation supports two modes: initial and incremental. Each mode ha
21
21
22
22
- Intended for loading FHIR resources into an empty FHIR server.
23
23
24
-
-Supports only `create` operations and (when enabled) blocks API writes to the FHIR server.
24
+
-Blocks API writes to the FHIR server.
25
25
26
26
### Incremental mode
27
27
@@ -30,12 +30,10 @@ The `import` operation supports two modes: initial and incremental. Each mode ha
30
30
- Allows you to load `lastUpdated` and `versionId` values from resource metadata if they're present in the resource JSON.
31
31
32
32
- 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.
35
35
- 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.
39
37
40
38
The following table shows the difference between import modes.
0 commit comments