-
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
IBM FHIR Server CapabilityStatement is invalid #2436
Labels
Milestone
Comments
prb112
changed the title
FHIR Server CapabilityStatement is invalid
IBM FHIR Server CapabilityStatement is invalid
May 27, 2021
prb112
added a commit
that referenced
this issue
May 27, 2021
- Add implementation for the various Capabilities statements - Add FHIRPath validation to IT tests - Add configuration property for URL Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
prb112
added a commit
that referenced
this issue
Jun 1, 2021
IBM FHIR Server CapabilityStatement is invalid #2436
lmsurpre
added a commit
that referenced
this issue
Jun 4, 2021
For both the CapabilityStatement and the TerminologyStatement. Signed-off-by: Lee Surprenant <lmsurpre@us.ibm.com>
I ran both the updated CapabilityStatement and the MetadataStatement through our validator and both are now passing. |
JohnTimm
pushed a commit
that referenced
this issue
Jun 4, 2021
tbieste
pushed a commit
that referenced
this issue
Jun 9, 2021
- Add implementation for the various Capabilities statements - Add FHIRPath validation to IT tests - Add configuration property for URL Signed-off-by: Paul Bastide <pbastide@us.ibm.com>
tbieste
pushed a commit
that referenced
this issue
Jun 9, 2021
IBM FHIR Server CapabilityStatement is invalid #2436
tbieste
pushed a commit
that referenced
this issue
Jun 9, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
Environment
4.8.x
To Reproduce
Steps to reproduce the behavior:
https://localhost:9443/fhir-server/api/v4/metadata?mode=terminology
Expected behavior
the
/metadata
endpoint should serve a valid CapabilityStatementAdditional context
In 4fb5d81 we updated the CapabilityStatement to kind...we just failed to account for this extra constraint.
We should run our TerminologyStatement through a validator too to make sure that one is valid as well.
The text was updated successfully, but these errors were encountered: