US Core CapabilityStatement Validation Checks on Canonical URLs + Versioning (FI-2497) #525
Labels
bug
This is a bug in Inferno
g10-test-kit
This issue affects onc-certification-g10-test-kit
us-core-test-kit
This issue affects us-core-test-kit
v5.4.2
Currently, the US Core 6.1.0 CapabilityStatement tests validates that the server under test declares support for US Core profiles in
CapabilityStatement.instantiates
andCapabilityStatement.rest.resource.supportedProfile
.These fields are validated against non-versioned canonical URLs (e.g.
CapbilityStatement.instantiates
must includehttp://hl7.org/fhir/us/core/CapabilityStatement/us-core-server
), and versioned canonical URLs will not pass the test (e.g.CapabilityStatemnt.instantiates
with onlyhttp://hl7.org/fhir/us/core/CapabilityStatement/us-core-server|6.1.0
will fail the test).(Defer to the community on the usefulness of versioned canonical URLs in the CapabilityStatement - see https://chat.fhir.org/#narrow/stream/179309-inferno/topic/US.20Core.206.2E1.2E0.20.2B.20CapabilityStatement.20Canonical.20URLs for more discussion)
The text was updated successfully, but these errors were encountered: