This repository has been archived by the owner on May 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
[R4][AllergyIntolerance][Immunization] Support search by _lastUpdated #1037
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
ashu-bdvt
reviewed
Feb 9, 2024
@@ -84,6 +84,7 @@ Search for AllergyIntolerances that meet supplied query parameters: | |||
`patient` | This or `_id` | [`reference`] | Who the sensitivity is for. Example: `patient=12345` | |||
`clinical-status` | No | [`token`] | The clinical status of the allergy or intolerance. Example: `active`, `inactive`, `resolved` | |||
`_revinclude` | No | [`token`] | Provenance resource entries to be returned as part of the bundle. Example: `_revinclude=Provenance:target` | |||
`_lastUpdated` | No | [`date`] | Date range in which the allergy or intolerance was last updated. Either 1 or 2 date/times can be given. Example: `_lastUpdated=gt2014-09-24` or `_lastUpdated=lt2015-09-24T12:00:00.000Z` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
`_lastUpdated` | No | [`date`] | Date range in which the allergy or intolerance was last updated. Either 1 or 2 date/times can be given. Example: `_lastUpdated=gt2014-09-24` or `_lastUpdated=lt2015-09-24T12:00:00.000Z` | |
`_lastUpdated` | No | [`date`] | Date range in which the allergy record was last updated. Either 1 or 2 date/times can be given. Example: `_lastUpdated=gt2014-09-24` or `_lastUpdated=lt2015-09-24T12:00:00.000Z` |
Someshnsn
changed the title
[R4][AllergyIntolerance] Support search by _lastUpdated
[R4][AllergyIntolerance][Immunization] Support search by _lastUpdated
Feb 9, 2024
Someshnsn
force-pushed
the
lastUpdated_for_allergy_intolerance
branch
from
February 15, 2024 11:20
b749368
to
a4e0d99
Compare
ashu-bdvt
approved these changes
Feb 15, 2024
NimishaMN
reviewed
Feb 15, 2024
SukeshKonjeti
approved these changes
Feb 15, 2024
NimishaMN
approved these changes
Feb 15, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
[R4][AllergyIntolerance][Immunization] Support search by _lastUpdated
PR Checklist