Stream: inferno
Topic: Support for versioned canonicals in CapabilityStatement
Lee Surprenant (Apr 10 2020 at 18:22):
I finally downloaded the community edition Inferno and configured it to test our private endpoint. So far I just ran a single test and already I have a question/concern. I ran the CapabilityStatement tests and got a series of warnings on C-05:
CapabilityStatement does not claim support for US Core Location profile: http://hl7.org/fhir/us/core/StructureDefinition/us-core-location CapabilityStatement does not claim support for US Core Observation profile: http://hl7.org/fhir/us/core/StructureDefinition/pediatric-bmi-for-age CapabilityStatement does not claim support for US Core PractitionerRole profile: http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole ...
However, when I check our CapabilityStatement, it does seem to include these.
{ "type": "Location", "profile": "http://hl7.org/fhir/profiles/Location", "supportedProfile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|3.1.0" ], "interaction": [ { "code": "create" }, ...
Lee Surprenant (Apr 10 2020 at 18:25):
Is it the versioned canonical that Inferno is complaining about?
Robert Scanlon (Apr 10 2020 at 19:18):
Thanks for the report @Lee Surprenant -- it does appear we are incorrectly disallowing the version on that canonical. We are looking at addressing it in our next update.
Lee Surprenant (Apr 10 2020 at 19:19):
Thanks Robert. Want me to open an issue at https://github.com/onc-healthit/inferno/issues ?
Robert Scanlon (Apr 10 2020 at 19:21):
Sure, that would be great Lee. Thanks!
Lee Surprenant (Apr 10 2020 at 20:49):
https://github.com/onc-healthit/inferno/issues/451
Last updated: Apr 12 2022 at 19:14 UTC