Stream: IG creation
Topic: IG publisher says no value set
Brian Reinhold (Oct 07 2018 at 00:36):
I get this error running Lloyd's framework version of the IG publisher:
No value set at Observation.component.code.coding.code (url = 'http://hl7.org/fhir/uv/phd/ValueSet/11073MDCobject'
However I have such a value set and the url is correct. I cannot find any typos. Is that because the IG is not on the actual FHIR web site yet?
Lloyd McKenzie (Oct 07 2018 at 01:19):
Is it declared in the IG? Does it have the correct "id" as well as URL? Is the file name correct? (It should be "valueset-{id}.xml")
Brian Reinhold (Oct 07 2018 at 21:39):
Is it declared in the IG? Does it have the correct "id" as well as URL? Is the file name correct? (It should be "valueset-{id}.xml")
The name of the file is
11073MDCobject.valueset.xml
Selected Contents:
<id value="11073MDCobject"/>
<url value="http://hl7.org/fhir/uv/phd/ValueSet/11073MDCobject"/>
Lloyd McKenzie (Oct 08 2018 at 01:42):
Go with the valueset- naming approach
Brian Reinhold (Oct 08 2018 at 10:17):
Go with the valueset- naming approach
It was far stupider than a name on my part. I forgot to include it as a resource. That's what I get for having similar names. The given name is fine. Now to find the stupid typo somewhere causing the structure definition snapshot issue.
Last updated: Apr 12 2022 at 19:14 UTC