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

Added fhirpath environment vars #2760

Merged
merged 7 commits into from
Apr 10, 2024
Merged

Conversation

Kasdejong
Copy link
Contributor

Description

FhirPath EvaluationContext now takes an IDictionary with KV-pairs denoting environment variables which are evaluated at runtime. These are defined using a '%%' syntax followed by an identifier. This identifier should match a key in the EvaluationContext Dictionary.

Related issues

Closes #2570

Testing

Added unit tests to both the grammar tests and a new test file for environment variables

@Kasdejong Kasdejong merged commit 471eda9 into develop Apr 10, 2024
16 checks passed
@Kasdejong Kasdejong deleted the feature/fhirpath-environment-vars branch April 10, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add environment variables to FhirPath
2 participants