-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for enableHistoryModifications in FHIR Stores (#9823) (#6864
) * initial commit * clean unused code * add test. * Update resource_healthcare_fhir_store_test.go.erb * Update resource_healthcare_fhir_store_test.go.erb * Move to beta example * Update resource_healthcare_fhir_store_test.go.erb * Add version guard * Update resource_healthcare_fhir_store_test.go.erb * Update resource_healthcare_fhir_store_test.go.erb [upstream:5d303ae685495eaa845bc50696ccd6617fd1e3d4] Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
5676a4d
commit e11d829
Showing
5 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:enhancement | ||
healthcare: added `enable_history_modifications` field to `google_healthcare_fhir_store` resource (beta) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters