You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sorting Observation by value-quantity it sorts integer values separately from non-integer values. So, "1.5, 1, 2.5, 2, 3.5" could be ordered as "1, 2, 1.5, 2.5, 3.5" or "1.5, 2.5, 3.5, 1, 2".
The text was updated successfully, but these errors were encountered:
Merge in DBGFIHR/public-documentation from feature/FHIR-2646/set-up-pants-in-public-doc to production
* commit '99c2600385c3e3712e6b7d4f389612480a6bf68e': (22 commits)
Use a different repo ID for telemetry FHIR-2646
Use the cert_path variable rather than a literal to execute pants
Ignore .pants.d FHIR-2646
formatting
formatting
formatting
formatting
formatting
formatting
fix formatting
add tests for fhir_fetcher
FHIR-2646
ruff fixes
add tests to BUILD
add tests
add requirements
restore pandas import
ruff fixes
ruff fixes
formatting
...
When sorting Observation by value-quantity it sorts integer values separately from non-integer values. So, "1.5, 1, 2.5, 2, 3.5" could be ordered as "1, 2, 1.5, 2.5, 3.5" or "1.5, 2.5, 3.5, 1, 2".
The text was updated successfully, but these errors were encountered: