-
Notifications
You must be signed in to change notification settings - Fork 408
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
feat: backport Flag.category
SearchParameter from R5
#5454
Merged
Merged
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
2 Skipped Deployments
|
Quality Gate passedIssues Measures |
rahul1
approved these changes
Oct 30, 2024
medplumbot
added a commit
that referenced
this pull request
Nov 4, 2024
## What's Changed * Add stub code systems (#5431) * Change subscription upload to be an upsert (#5434) * test(cli): add refing config file names for cleanup (#5435) * [Photon Health] Add NDC fallback and update MedicationKnowledge when syncing formulary (#5379) * Fixes #5426 - accounts/compartment on create (#5438) * Quote sort parameter for ValueSet expansion (#5444) * fix(patient-intake): `condition` -> `code` search param (#5443) * Add documentation on setting Windows Agent logLevel (#5440) * Fix ResearchStudy reference search parameter target (#5450) * feat: backport `Flag.category` SearchParameter from R5 (#5454) * docs(useSubscription): add docs page for `useSubscription` (#5442) * Careers page update (#5452) * feat: add Questionnaire Bot interaction dropdown (#5449) * Generate CodeSystems referenced by base spec (#5436) * fix(react): make `@medplum/react-hooks` peer, mark as `external` in esbuild (#4847) * Note that referential integrity is not supported for deletes (#5447) * Enable criteria for wildcard access policies (#5448) * Enable chained search over canonical references (#5457) * Use FHIR stringify in server responses (#5437) * Add opt-in `Project.systemSetting` to perform searches on readers when available (#5461) * Update 'Install on Ubuntu' docs (#5463) * fix(react): fix `ValueSetAutocomplete` not iterable (#5466) * Ignore conflicts in reference lookup table (#5460) * fix(react/app): don't cast `Bundle.entry` to `BundleEntry[]` (#5470) * Clean up a lot of as BundleEntry casts (#5472) * Handle otel parse error (#5477) * Default additional containers to non-essential (#5478) * Revert otel instrumentation-http (#5481) * More updates to 'Install on Ubuntu' (#5471) * Create and publish .deb file (#5479) * Remove Literal in favor of Parameter (#5451) * Fixes #5480 - Deploy deb to apt.medplum.com (#5482) * Emit performance metrics for Repository interactions (#5474) * fix(mock): make `MockClient` strip empty values for FHIR compliance (#5473) * Fix build-deb checksum check (#5485) * Fix deb and checksum filenames (#5488) * Dependency upgrades 2024-11-04 (#5483) * enable send to patient (#5487) * Fix build-deb import GPG key step (#5489) * Document use of batch upserts with urn:uuid: replacement (#5458) * Remove build-deb from publish.yml (#5490) * Disable S3 ACL in build-deb deb-s3 command (#5491) * Fix chained search join (#5492) **Full Changelog**: v3.2.18...v3.2.19
Merged
github-merge-queue bot
pushed a commit
that referenced
this pull request
Nov 5, 2024
## What's Changed * Add stub code systems (#5431) * Change subscription upload to be an upsert (#5434) * test(cli): add refing config file names for cleanup (#5435) * [Photon Health] Add NDC fallback and update MedicationKnowledge when syncing formulary (#5379) * Fixes #5426 - accounts/compartment on create (#5438) * Quote sort parameter for ValueSet expansion (#5444) * fix(patient-intake): `condition` -> `code` search param (#5443) * Add documentation on setting Windows Agent logLevel (#5440) * Fix ResearchStudy reference search parameter target (#5450) * feat: backport `Flag.category` SearchParameter from R5 (#5454) * docs(useSubscription): add docs page for `useSubscription` (#5442) * Careers page update (#5452) * feat: add Questionnaire Bot interaction dropdown (#5449) * Generate CodeSystems referenced by base spec (#5436) * fix(react): make `@medplum/react-hooks` peer, mark as `external` in esbuild (#4847) * Note that referential integrity is not supported for deletes (#5447) * Enable criteria for wildcard access policies (#5448) * Enable chained search over canonical references (#5457) * Use FHIR stringify in server responses (#5437) * Add opt-in `Project.systemSetting` to perform searches on readers when available (#5461) * Update 'Install on Ubuntu' docs (#5463) * fix(react): fix `ValueSetAutocomplete` not iterable (#5466) * Ignore conflicts in reference lookup table (#5460) * fix(react/app): don't cast `Bundle.entry` to `BundleEntry[]` (#5470) * Clean up a lot of as BundleEntry casts (#5472) * Handle otel parse error (#5477) * Default additional containers to non-essential (#5478) * Revert otel instrumentation-http (#5481) * More updates to 'Install on Ubuntu' (#5471) * Create and publish .deb file (#5479) * Remove Literal in favor of Parameter (#5451) * Fixes #5480 - Deploy deb to apt.medplum.com (#5482) * Emit performance metrics for Repository interactions (#5474) * fix(mock): make `MockClient` strip empty values for FHIR compliance (#5473) * Fix build-deb checksum check (#5485) * Fix deb and checksum filenames (#5488) * Dependency upgrades 2024-11-04 (#5483) * enable send to patient (#5487) * Fix build-deb import GPG key step (#5489) * Document use of batch upserts with urn:uuid: replacement (#5458) * Remove build-deb from publish.yml (#5490) * Disable S3 ACL in build-deb deb-s3 command (#5491) * Fix chained search join (#5492) **Full Changelog**: v3.2.18...v3.2.19
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.
Fixes #5456