Stream: inferno
Topic: Invalid CapabilityStatement URL value does not resolve
Alexander Zautke (Jul 08 2020 at 19:57):
When trying to validate the CapabilityStatement of https://vonk.fire.ly/r4, I get a lot of errors for the USCCAP-02 test. Something like "Invalid CapabilityStatement: CapabilityStatement.rest[0].resource[0].operation[0].definition: URL value 'http://hl7.org/fhir/OperationDefinition/Resource-meta-add' does not resolve". What's Inferno trying to resolve here? The OperationDefinition on the server?
Robert Scanlon (Jul 08 2020 at 21:04):
We run all resources through the HL7 Validator, which attempts to resolve those operation definitions. I thought we had muted those types of issues coming out of the validator though. @Reece Adamson @Michael O'Keefe ? See https://inferno.healthit.gov/inferno/gssqSivWC0U/test_sets/test_procedure/#SinglePatientAPI/test_procedure_SinglePatientAPI_UsCoreR4CapabilityStatementSequence
Robert Scanlon (Jul 10 2020 at 13:08):
Just as a follow-up, this is an issue with the FHIR validator, and perhaps HL7's website. You can ignore them in Inferno, we'll either mute them, or see if we can get the validator to not raise these errors (it may have been fixed in a more recent version).
Fred Harmon (Oct 26 2020 at 15:04):
@Robert Scanlon Hello, I was searching through previous threads for "does not resolve" errors on the validator https://inferno.healthit.gov/validator and found this. Can you tell if these errors were ever muted? I take it I can ignore these. It's interesting because some URL's resolve correctly and other's throw errors when I can navigate to any of them in a browser.
Thanks
Reece Adamson (Oct 26 2020 at 15:59):
Inferno mutes some errors, but https://inferno.healthit.gov/validator does not mute any.
If you can share the resource under test I can probably give you more specific feedback, but often times the errors are related to references in hl7.org/fhir
or broken json references even when the browser based html versions work. You might also want to check out this thread for other discussion on the topic.
Last updated: Apr 12 2022 at 19:14 UTC