-
Notifications
You must be signed in to change notification settings - Fork 156
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
Issue #1961 - Optionally reject references without resource type #2230
Conversation
08a778d
to
9bd9b81
Compare
Need to regenerate fhir-examples, since many of them have malformed references. |
1096019
to
0c288a7
Compare
Summary of changes:
|
fhir-validation/src/test/java/com/ibm/fhir/validation/test/ProfileConstraintTest.java
Show resolved
Hide resolved
fhir-server-test/src/test/java/com/ibm/fhir/server/test/SearchReferenceTest.java
Show resolved
Hide resolved
fhir-audit/src/main/java/com/ibm/fhir/audit/mapper/impl/AuditEventMapper.java
Show resolved
Hide resolved
fhir-audit/src/test/java/com/ibm/fhir/audit/mapper/impl/AuditEventMapperTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some comments
We usually try to keep some kind of change log when we edit spec artifacts. |
I think all the spec example references that didn't include valid resource types started with "http:" or ":https", so I can revert those spec example changes if I skip validation of those as you suggested in another comment. |
0c288a7
to
d1d8512
Compare
fhir-path/src/test/java/com/ibm/fhir/path/test/FHIRPathAsTest.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
d1d8512
to
bfcb4bd
Compare
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Troy Biesterfeld <tbieste@us.ibm.com>
Comments addressed. Ready to merge. |
Issue #1961 - Optionally reject references without resource type
Signed-off-by: Troy Biesterfeld tbieste@us.ibm.com