FHIR Chat · URL value ... does not resolve · IG creation

Stream: IG creation

Topic: URL value ... does not resolve


view this post on Zulip Rob Hausam (Apr 12 2019 at 23:09):

I'm getting this error building the IPS IG (in qa.html), but I've searched the validator and IG Publisher (and all tools) and additional source code and so far have been unable to locate where the error is being generated:

Bundle/IPS-examples-Bundle-01: Bundle.entry[5].resource.code.coding[2].system   error   URL value 'http://hl7.org/fhir/sid/icd-10-vn' does not resolve

the relevant snippet in the bundle instance for the 'code' element is:

                <code>
                    <coding>
                        <system value="http://snomed.info/sct"/>
                        <code value="198436008"/>
                        <display value="Menopausal flushing (finding)">
                            <extension url="http://hl7.org/fhir/StructureDefinition/translation">
                                <extension url="lang">
                                    <valueCode value="nl-NL"/>
                                </extension>
                                <extension url="content">
                                    <valueString value="opvliegers"/>
                                </extension>
                            </extension>
                        </display>
                    </coding>
                    <coding>
                        <system value="http://hl7.org/fhir/sid/icd-10-vn"/>
                        <code value="N95.1"/>
                        <display value="Menopausal and female climacteric states"/>
                    </coding>
                </code>

I'm not seeing why it's being considered to be an error if the system url in this instance doesn't resolve (which it doesn't).

view this post on Zulip Grahame Grieve (Apr 12 2019 at 23:35):

are you getting this error with the current IG publisher?

view this post on Zulip Grahame Grieve (Apr 12 2019 at 23:35):

(you shouldn't be)

view this post on Zulip Rob Hausam (Apr 12 2019 at 23:58):

yes, the latest version

view this post on Zulip Grahame Grieve (Apr 13 2019 at 00:54):

I'll have to debug then, because that shouldn't be an error

view this post on Zulip Rob Hausam (Apr 13 2019 at 01:04):

right


Last updated: Apr 12 2022 at 19:14 UTC