-
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 generating constraints from slices with the "profile" discriminator type #2290
Labels
Milestone
Comments
See #2288 for the IG that causes this issue |
JohnTimm
added a commit
that referenced
this issue
Apr 29, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Apr 29, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Apr 29, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Apr 29, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Apr 29, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Apr 29, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
May 7, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
May 7, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
May 7, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
May 7, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
May 7, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
May 7, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
prb112
added a commit
that referenced
this issue
May 7, 2021
Issue #2290: Update constraint generator and introduce fhir-ig-spl module
Moved to QA |
Reviewed and discussed with John - closing the issue. |
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
michaelwschroeder
pushed a commit
that referenced
this issue
May 11, 2021
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We currently don't support the "profile" discriminator type when generating constraints from slices and therefore we end up with FHIRPath constraints that are syntactically valid but lead to an IllegalArgumentException. For example:
The constraint is syntactically correct but the
conformsTo
function will generate anIllegalArgumentException
because it checksisResource
andisElement
which both checkisSingleton
.The text was updated successfully, but these errors were encountered: