Stream: conformance
Topic: Mysterious validation error
Simone Heckmann (May 12 2018 at 21:27):
http://fhir.hl7.de:8080/baseDstu3/Patient/56/$validate
returns (among others)
{ "severity": "information", "code": "processing", "diagnostics": "Unknown extension http://hl7.org/fhir/StructureDefinition/humanname-own-name", "location": [ "Patient.name.family.extension" ] }, { "severity": "error", "code": "processing", "diagnostics": "Problem with use of resolve() - profile '[CanonicalType[http://hl7.org/fhir/StructureDefinition/humanname-own-name]]' on Patient.name.family.extension:nachname could not be resolved", "location": [ "Patient.name.family.extension" ] },
when validating against the profile at http://fhir.hl7.de:8080/baseDstu3/StructureDefinition/616
We have no clue, where this is coming from... Any help would be very much appreciated.
Stefan Lang (May 12 2018 at 21:39):
Of course, the mentioned extensions exist on that server
Simone Heckmann (May 12 2018 at 21:41):
...and there's no reason why the extension shouldn't resolve. It's there: http://fhir.hl7.de:8080/baseDstu3/StructureDefinition?url=http://hl7.org/fhir/StructureDefinition/humanname-own-name
Simone Heckmann (May 12 2018 at 21:41):
and it's valid: http://fhir.hl7.de:8080/baseDstu3/StructureDefinition/640/$validate
Stefan Lang (May 12 2018 at 21:45):
(sry, nonsense before midnight)
Simone Heckmann (May 12 2018 at 21:47):
It's been a long day :)
Michel Rutten (May 12 2018 at 21:59):
Sure, happy to look into this. But I think we have to consult @Ewout Kramer to get to the bottom of this.
Simone Heckmann (May 13 2018 at 06:31):
Thanks Michel!
@James Agnew , maybe...?
Simone Heckmann (May 13 2018 at 08:42):
Our current working theory is that HAPI looks for Extensions with core url http://hl7.org/fhir... not in it's database but somewhere else. Does anyone know where that "somewhere else" may be?
James Agnew (May 15 2018 at 10:30):
Hi @Simone Heckmann - I notice that this is no longer happening on the link you provided. Did it get fixed, or did the resource change?
Simone Heckmann (May 15 2018 at 11:50):
Yes, we figurerd out how to add core extensions into HAPI, thanks!
Simone Heckmann (May 15 2018 at 11:50):
@Patrick Werner did it :)
James Agnew (May 15 2018 at 11:51):
Nice! :)
Patrick Werner (May 15 2018 at 11:53):
i'm currently preparing the push of the core extension support branch, should be ready later today
Last updated: Apr 12 2022 at 19:14 UTC