FHIR Chat · ValueSet Error · IG creation

Stream: IG creation

Topic: ValueSet Error


view this post on Zulip Noemi Deppenwiese (Sep 18 2019 at 10:18):

In my IG, I have a profile on Observation (CauseofDeath) that binds value to the ICD-10 value set. When I run the publisher, i get the following message:

onGenerate:
No value set at Observation.value[x] (url = 'http://hl7.org/fhir/sid/icd-10')

(The build process seems to run fine and the output correct despite this message)
I get the same message for other profiles in my IG that use "non-resolvable" ValueSets (as in ValueSet or referenced CodeSystem are not available as Resources at their canonical URLs).
What does this mean and how can I fix it (or should I just ignore it)?

view this post on Zulip Grahame Grieve (Sep 18 2019 at 10:21):

it means that your binding is wrong - 'http://hl7.org/fhir/sid/icd-10' is the code system, not a value set

view this post on Zulip Noemi Deppenwiese (Sep 18 2019 at 12:54):

Thanks for catching that!


Last updated: Apr 12 2022 at 19:14 UTC