Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Observation value-quantity sorts integer values separately from non-integer values #11

Open
ianfore opened this issue Nov 17, 2023 · 0 comments

Comments

@ianfore
Copy link
Contributor

ianfore commented Nov 17, 2023

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".

RadixSeven pushed a commit that referenced this issue Jan 7, 2025
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
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant