Skip to content

Commit 4701f29

Browse files
authored
Import operation difference table added
Table added for differences between initial mode and incremental mode.
1 parent 508a6fa commit 4701f29

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,15 @@ The `import` operation supports two modes: initial mode and incremental mode. Ea
4040
>
4141
> Also, if multiple resources share the same resource ID, then only one of those resources is imported at random. An error is logged for the resources sharing the same resource ID.
4242
43+
This table shows the difference between import modes
44+
|Areas|Initial mode |Incremental mode |
45+
|:------------- |:-------------|:-----|
46+
|Capability|Initial load of data into FHIR service|Continuous ingestion of data into FHIR service (Incremental / NRT)|
47+
|Concurrent API calls|Blocks concurrent write operations|Data can be ingested concurrently while executing API CRUD operations on the FHIR server|
48+
|Ingestion of versioned resources|Not supported|Enables ingestion of multiple versions of FHIR resources in single batch while maintaining resource history|
49+
|Retain lastUpdated field value|Not supported|Retain the lastUpdated field value in FHIR resources during the ingestion process|
50+
|Billing| Does not incur any charge|Incurs charges based on successfully ingested resources. Charges are incurred per API pricing|
51+
4352
## Performance considerations
4453

4554
To achieve the best performance with the `import` operation, consider these factors:
@@ -306,4 +315,4 @@ Here are the error messages that occur if the `import` operation fails, and reco
306315

307316
[Copy data to Azure Synapse Analytics](copy-to-synapse.md)
308317

309-
[!INCLUDE [FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]
318+
[!INCLUDE [FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

0 commit comments

Comments
 (0)