FHIR Chat · DaVinci-Plannet · inferno

Stream: inferno

Topic: DaVinci-Plannet


view this post on Zulip sean zitello (Sep 15 2021 at 20:22):

Inferno validation fails with
WARNING Endpoint.connectionType: The Coding provided (http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/EndpointConnectionTypeCS#rest-non-fhir) is not in the value set http://hl7.org/fhir/ValueSet/endpoint-connection-type, and a code should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable). (error message = Not in value set http://hl7.org/fhir/ValueSet/endpoint-connection-type) on line 35. Jump to error.
unless we explicitly use Advanced Options. I am suspecting there is some of type of conflict when resolving the profile by url. : "profile": [
"http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/plannet-Endpoint"
]

Is it possible for validator to find the URL in more than one package and give wrong result. You can try this with the example resource: http://build.fhir.org/ig/HL7/davinci-pdex-plan-net/Endpoint-AcmeOfCTPortalEndpoint.json

view this post on Zulip Yunwei Wang (Sep 15 2021 at 20:31):

Which version of validator do you use? I don't get any error on healthit.gov/validator
image.png

Is it possible for validator to find the URL in more than one package and give wrong result.

What do you mean?

view this post on Zulip sean zitello (Sep 15 2021 at 21:18):

Yunwei Wang said:

Which version of validator do you use? I don't get any error on healthit.gov/validator
image.png

https://inferno.healthit.gov/validator/

Is it possible for validator to find the URL in more than one package and give wrong result.

What do you mean?

The validator has many Implementation Guide packages loaded. What if two different packages have profile that uses the same URL ?

view this post on Zulip Yunwei Wang (Sep 16 2021 at 13:14):

Current, Inferno Validator uses the current published version of an IG so there is onl one copy of each IG. The url for profile is unique. I think a most possible scenario is that Inferno allows user to upload a profile manually. This is very useful for IG developers to validate their reference implementation with draft IG. In such case, the most recent uploaded one replaces previous one with the same profile url.

view this post on Zulip sean zitello (Sep 16 2021 at 19:52):

Yunwei Wang said:

Current, Inferno Validator uses the current published version of an IG so there is onl one copy of each IG. The url for profile is unique. I think a most possible scenario is that Inferno allows user to upload a profile manually. This is very useful for IG developers to validate their reference implementation with draft IG. In such case, the most recent uploaded one replaces previous one with the same profile url.

Good to know. That does not appear to be the cause then as I have uploaded the package which is correct.


Last updated: Apr 12 2022 at 19:14 UTC