Stream: IG creation
Topic: URL value ... does not resolve
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).
Grahame Grieve (Apr 12 2019 at 23:35):
are you getting this error with the current IG publisher?
Grahame Grieve (Apr 12 2019 at 23:35):
(you shouldn't be)
Rob Hausam (Apr 12 2019 at 23:58):
yes, the latest version
Grahame Grieve (Apr 13 2019 at 00:54):
I'll have to debug then, because that shouldn't be an error
Rob Hausam (Apr 13 2019 at 01:04):
right
Last updated: Apr 12 2022 at 19:14 UTC