Skip to content

Commit 29d7814

Browse files
Merge pull request #308806 from evachen96/patch-15
Update wording on metadata-only updates
2 parents 18e92f0 + e17e321 commit 29d7814

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

articles/healthcare-apis/fhir/fhir-versioning-policy-and-history-management.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ Changing the versioning policy, either at a system level or resource level, won'
7171
> The query parameter _summary=count and _count=0 can be added to _history endpoint to get a count of all versioned resources. This count includes soft deleted resources.
7272
7373
## Metadata-only updates and versioning
74-
If the versioning policy is set to either `versioned` or `version-update`, metadata-only updates (changes to FHIR resources that only affect the metadata) increment the resource version. If you are making metadata-only changes using PUT updates, you can use the query parameter `_meta-history` for PUT updates to configure how the resource versioning is saved.
75-
- `_meta-history=true` is set by default. By default, the current version is saved as a new historical version, and the resource version is incremented. The lastUpdated timestamp is updated to reflected the change.
76-
- `_meta-history=false` increments the resource version in-place. This means that the current version is not saved as a historical version, and the resource version is still incremented. The lastUpdated timestamp is also still updated to reflect the change. This configuration can be used to help reduce data storage when making metadata-only updates.
74+
If the versioning policy is set to either `versioned` or `version-update`, metadata-only updates (changes to FHIR resources that only affect the metadata) increment the resource version, create a new version, and save the old version as a historical record. If you are making metadata-only changes using PUT updates, you can use the query parameter _meta-history for PUT updates to configure whether or not the old version is saved as a historical record.
75+
- `_meta-history=true` is set by default. By default, the resource version is incremented, a new version is created, and the old version is saved as a historical record. The lastUpdated timestamp is updated to reflected the change.
76+
- `_meta-history=false` The `_meta-history` parameter can be configured to `false`. This means that the resource version is incremented, a new version is created, but the old version is not saved as a historical record. The lastUpdated timestamp is also still updated to reflect the change. This configuration can be used to help reduce data storage when making metadata-only updates.
7777

7878
## Next steps
7979

0 commit comments

Comments
 (0)