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

Add option to limit time period on per resource basis #16

Open
makampf opened this issue Feb 17, 2022 · 1 comment
Open

Add option to limit time period on per resource basis #16

makampf opened this issue Feb 17, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@makampf
Copy link
Member

makampf commented Feb 17, 2022

Look up search parameters in FHIR profiles to find field that works as date.

@makampf makampf added the enhancement New feature or request label Feb 17, 2022
@chgl
Copy link
Contributor

chgl commented Feb 19, 2022

Could be solved using fhir.filter.expression: https://github.com/miracum/kafka-fhir-to-server/blob/master/src/main/resources/application.yml#L69

an expression like:

Bundle.entry.resource.where(resourceType='Encounter').exists(period.start > '2011')

multiple resource types could be encoded in the same expression but may not be very readable. Instead, a new feature could be added that accepts a list of expressions (matches-any-expression).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants