[CosmosDb] Add FHIR runtime state configuration - #5734
Merged
Fernando Henrique Inocêncio Borba Ferreira (fhibf) merged 3 commits intoAug 19, 2026
Merged
[CosmosDb] Add FHIR runtime state configuration#5734Fernando Henrique Inocêncio Borba Ferreira (fhibf) merged 3 commits into
Fernando Henrique Inocêncio Borba Ferreira (fhibf) merged 3 commits into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Fernando Henrique Inocêncio Borba Ferreira (fhibf)
requested a review
from a team
as a code owner
August 18, 2026 19:51
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5734 +/- ##
=======================================
Coverage 77.15% 77.15%
=======================================
Files 1011 1012 +1
Lines 37278 37292 +14
Branches 5678 5680 +2
=======================================
+ Hits 28762 28773 +11
- Misses 7137 7139 +2
- Partials 1379 1380 +1 🚀 New features to boost your workflow:
|
Jared Erwin (feordin)
approved these changes
Aug 19, 2026
Fernando Henrique Inocêncio Borba Ferreira (fhibf)
merged commit Aug 19, 2026
7dcf65f
into
main
48 checks passed
Fernando Henrique Inocêncio Borba Ferreira (fhibf)
deleted the
user/fhibf/addRuntimeState
branch
August 19, 2026 15:38
Mikael Weaver (mikaelweave)
left a comment
Contributor
There was a problem hiding this comment.
looks good a couple questions
| /// <summary> | ||
| /// Gets or sets a value indicating the runtime state of the FHIR server. | ||
| /// </summary> | ||
| public string RuntimeState { get; set; } |
Contributor
There was a problem hiding this comment.
Should this be an enum vs a string like TotalType above? We could use the native .NET config parster.
| /// <summary> | ||
| /// The FHIR service is deprecated. | ||
| /// </summary> | ||
| Deprecated, |
Contributor
There was a problem hiding this comment.
Does this belong in OSS vs PaaS?
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduction of a runtime state configuration.
Currently, two values are going to be supported: active and deprecated.
Future changes should leverage the use of both states.
Related issues
Addresses AB#204631.
Testing
Tested using unit tests and manual validations.
FHIR Team Checklist
Semver Change (docs)
Patch|Skip|Feature|Breaking (reason)