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

Issue 5173 get gateway everything doesnt return all patients #5199

Closed
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
902df2d
version bump
tadgh Jul 21, 2023
9a996ce
Bump to core release 6.0.22 (#5028)
dotasek Jul 24, 2023
1697783
Resolve 5126 hfj res ver prov might cause migration error on db that …
TynerGjs Jul 26, 2023
ff507cd
5123 - Use DEFAULT partition for server-based requests if none specif…
steve-corbett-smilecdr Jul 27, 2023
4820759
consent remove all suppresses next link in bundle (#5119)
fil512 Jul 27, 2023
e077393
5117 MDM Score for No Match Fields Should Not Be Included in Total Sc…
jdar8 Jul 27, 2023
4ec17c9
_source search parameter needs to support modifiers (#5095)
volodymyr-korzh Jul 31, 2023
ca2c7bd
Fix HFQL docs (#5151)
nathandoef Aug 1, 2023
b816844
Expunge operation on codesystem may throw 500 internal error with pre…
epeartree Aug 2, 2023
d970ca5
documentation update (#5154)
TipzCM Aug 2, 2023
f82da96
Fix hsql jdbc driver deps (#5168)
michaelabuckley Aug 2, 2023
4fc99e7
$delete-expunge over 10k resources will now delete all resources (#5144)
lukedegruchy Aug 3, 2023
f6f855b
updating documentation (#5170)
TipzCM Aug 3, 2023
4cd93fd
_source search parameter modifiers for Subscription matching (#5159)
volodymyr-korzh Aug 3, 2023
a6d64bf
Removal of meta tags during updates do not trigger subscription (#5181)
epeartree Aug 8, 2023
7a13fcc
Issue 5173 get gateway everything doesnt return all patients (#5174)
jmarchionatto Aug 8, 2023
5e30780
Do not 500 and continue IG ingestion when different IGs try to save d…
lukedegruchy Aug 8, 2023
6d1bfde
Tentative fix
Aug 11, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix HFQL docs (#5151)
  • Loading branch information
nathandoef committed Aug 1, 2023
commit ca2c7bd6c36a3748d38ffcd3d6cfd3002c67db65
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ A simple example query is shown below:

```sql
SELECT
name.family as family,
name.given as given,
name[0].family as family,
name[0].given[0] as given,
birthDate,
identifier.where(system='https://hl7.org/fhir/sid/us-ssn').value as SSN
FROM
Expand Down
Loading