Stream: IG creation
Topic: US-Core ValueSets not recognized by validator
Rob Reynolds (Apr 07 2021 at 04:21):
Getting the following from the CI build, but not when running the publisher locally (same version in both cases):
[Unable to determine whether the provided codes are in the value set http://hl7.org/fhir/us/core/ValueSet/us-core-encounter-type because the value set or code system is not known to the validator]
[Unable to determine whether the provided codes are in the value set http://hl7.org/fhir/us/core/ValueSet/us-core-medication-codes because the value set or code system is not known to the validator]
[Unable to determine whether the provided codes are in the value set http://hl7.org/fhir/us/core/ValueSet/us-core-procedure-code because the value set or code system is not known to the validator]
Eric Haas (Apr 07 2021 at 05:02):
is it possible that the terminology server is down?
Rob Reynolds (Apr 07 2021 at 11:26):
Is there a way to kick off the CI process without committing a change to the repo?
Rob Reynolds (Apr 07 2021 at 11:27):
(for me to kick off the CI process...)
Eric Haas (Apr 07 2021 at 13:56):
I do a white space commit ( add blank line somewhere) , but there is curl command that I think still works..
(To manually trigger a build, just POST to the Webhook URL yourself, for example via: curl -X POST "https://2rxzc1u4ji.execute-api.us-east-1.amazonaws.com/prod/publish?HL7/deqm")
Eric Haas (Apr 07 2021 at 13:56):
never used it since white space commit is easier
Lloyd McKenzie (Apr 07 2021 at 20:26):
Easier is go here: https://fhir.github.io/auto-ig-builder/builds.html and press the "rebuild" button
Eric Haas (Apr 07 2021 at 22:14):
did not know that was even there. thanks Lloyd adding it to my bookmark bar
Sarah Gaunt (Apr 07 2021 at 22:37):
Is this the same issue reported here: https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Warning.3A.20Can't.20validate.20USCore.20medication.20codes ? (There is also a RxNorm issue in that thread but the US Core issue seems to be the same one)
Sarah Gaunt (Apr 07 2021 at 22:38):
I cannot figure it out.
Last updated: Apr 12 2022 at 19:14 UTC