Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

[R4][AllergyIntolerance][Immunization] Support search by _lastUpdated #1037

Merged
merged 5 commits into from
Feb 15, 2024

Conversation

Someshnsn
Copy link
Contributor

@Someshnsn Someshnsn commented Feb 9, 2024

Description

[R4][AllergyIntolerance][Immunization] Support search by _lastUpdated

PR Checklist

  • Screenshot(s) of changes attached before changes merged.
Screenshot 2024-02-09 at 12 23 28 PM Screenshot 2024-02-15 at 5 11 09 PM
  • Screenshot(s) of changes attached after changes merged and published.

@@ -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`
Copy link
Contributor

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 Someshnsn changed the title [R4][AllergyIntolerance] Support search by _lastUpdated [R4][AllergyIntolerance][Immunization] Support search by _lastUpdated Feb 9, 2024
@Someshnsn Someshnsn force-pushed the lastUpdated_for_allergy_intolerance branch from b749368 to a4e0d99 Compare February 15, 2024 11:20
@Someshnsn Someshnsn merged commit da8bbd9 into main Feb 15, 2024
1 check passed
@Someshnsn Someshnsn deleted the lastUpdated_for_allergy_intolerance branch February 15, 2024 12:08
Someshnsn added a commit that referenced this pull request Feb 15, 2024
 
* [R4][AllergyIntolerance][Immunization] Support search by _lastUpdated (#1037)
* Added nil_status examples for R4 DocumentReference (#1040)
@Someshnsn
Copy link
Contributor Author

After Merge Screenshots
Screenshot 2024-02-15 at 6 32 29 PM
Screenshot 2024-02-15 at 6 34 06 PM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants