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

Technical Correction of FHIRPath constraints with .value #252

Closed
oliveregger opened this issue Nov 6, 2023 · 1 comment · Fixed by #253
Closed

Technical Correction of FHIRPath constraints with .value #252

oliveregger opened this issue Nov 6, 2023 · 1 comment · Fixed by #253

Comments

@oliveregger
Copy link
Contributor

data type profile have invalid constraints in FHIRPath expressions:

e.g.:

the constraint is: value. matches('^[0-9]{13}$') on the location Identifier.value
this value. is not correct, since we are already at Identifier.value

IGPublisher / Java Validator currently accepts and validates with .value, however .net/javascript not and we should remove the value. in all constraints.

see zulip discussion on: https://chat.fhir.org/#narrow/stream/179266-fhirpath/topic/element.20name.20at.20root.20possible.3F

@oliveregger
Copy link
Contributor Author

15 - 0 - 0

oliveregger added a commit that referenced this issue Nov 22, 2023
Technical Correction FHIRPath with .value #252
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants