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

Search Parameter SearchType/DataType checking #1458

Open
lmckenzi opened this issue Oct 10, 2023 · 2 comments
Open

Search Parameter SearchType/DataType checking #1458

lmckenzi opened this issue Oct 10, 2023 · 2 comments

Comments

@lmckenzi
Copy link
Collaborator

While validating a search parameter fhirpath expression ensire that the datatype returned by the fhirpath expression is compatible with the search type.

Reference table found in the core spec here:
https://hl7.org/fhir/search.html#table

And the code that I used in my checker is here
https://github.com/brianpos/Hl7.Fhir.FhirPath.Validator/blob/master/src/Hl7.Fhir.Base.FhirPath.Validator/SearchExpressionValidator.cs#L245

@lmckenzi
Copy link
Collaborator Author

(Moved from HL7/fhir-ig-publisher#786)

Copy link

stale bot commented Apr 13, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label Apr 13, 2024
@lmckenzi lmckenzi removed the wontfix This will not be worked on label Apr 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant