File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/healthcare-apis/fhir Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ The `import` operation supports two modes: initial mode and incremental mode. Ea
19
19
20
20
#### Initial mode
21
21
22
- - Is intended for loading FHIR resources into an empty FHIR server.
22
+ - Intended for loading FHIR resources into an empty FHIR server.
23
23
24
24
- Only supports ` create ` operations and when enabled, blocks API writes to the FHIR server.
25
25
26
26
#### Incremental mode
27
27
28
- - Is optimized for loading data into the FHIR server periodically and doesn't block writes through the API.
28
+ - Optimized for loading data into the FHIR server periodically and doesn't block writes through the API.
29
29
30
30
- Allows you to load ` lastUpdated ` and ` versionId ` from resource metadata if present in the resource JSON.
31
31
You can’t perform that action at this time.
0 commit comments