-
Notifications
You must be signed in to change notification settings - Fork 157
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 Support for Pattern Value Constraint with $this in the Path #2377
Comments
What they're trying to say here is that exactly one of the profiles must be Net: I think this is solely our issue and I think the IG is just fine. |
hum... I thought this asserted that the canonical pattern has to be... |
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
@JohnTimm I think you've already implemented this? |
I've already tried this out. |
Is your feature request related to a problem? Please describe.
Add Support for Pattern Value Constraint with $this in the Path
support canonical pattern value constraints
We generate a constraint = "generated-C4BB-Organization-1: Constraint violation: meta.where(lastUpdated.exists() and profile = 'http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Organization%7C1.0.0').exists()"
should this be = or an in http://hl7.org/fhirpath/#in-membership
Currently, we say the following is an error, however profile is an array...
https://build.fhir.org/ig/HL7/carin-bb/Organization-OrganizationProvider1.html
they had a constraint on the number of profiles, I'm opening a JIRA issue for it
The text was updated successfully, but these errors were encountered: