-
Notifications
You must be signed in to change notification settings - Fork 159
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
Perform reference type checking on base model during object construction #511
Comments
JohnTimm
added a commit
that referenced
this issue
Feb 12, 2020
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Feb 12, 2020
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Feb 12, 2020
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Feb 12, 2020
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Feb 12, 2020
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
JohnTimm
added a commit
that referenced
this issue
Feb 12, 2020
…699) * Issue #511 - add reference type checking during object construction Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #511 - enable configurable reference type checking on server side Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #511 - fix build / test issues. Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #511 - refactor install scripts for fhir-server-config-db2.json Signed-off-by: John T.E. Timm <johntimm@us.ibm.com> * Issue #511 - changed javadoc wording per PR feedback 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
The FHIRPath resolve function currently looks at the Reference.reference and Reference.type fields to determine whether a reference conforms to a target profile. This same type checking algorithm should be added to the base model.
The text was updated successfully, but these errors were encountered: