Skip to content

Commit 22059f9

Browse files
authored
Update import-data.md
1 parent 4701f29 commit 22059f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ The `import` operation supports two modes: initial mode and incremental mode. Ea
4343
This table shows the difference between import modes
4444
|Areas|Initial mode |Incremental mode |
4545
|:------------- |:-------------|:-----|
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|
46+
|Capability|Initial load of data into FHIR service|Continuous ingestion of data into FHIR service (Incremental or Near Real Time).|
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.|
5151

5252
## Performance considerations
5353

0 commit comments

Comments
 (0)