FHIR Chat · Mysterious validation error · conformance

Stream: conformance

Topic: Mysterious validation error


view this post on Zulip 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.

view this post on Zulip Stefan Lang (May 12 2018 at 21:39):

Of course, the mentioned extensions exist on that server

view this post on Zulip 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

view this post on Zulip Simone Heckmann (May 12 2018 at 21:41):

and it's valid: http://fhir.hl7.de:8080/baseDstu3/StructureDefinition/640/$validate

view this post on Zulip Stefan Lang (May 12 2018 at 21:45):

(sry, nonsense before midnight)

view this post on Zulip Simone Heckmann (May 12 2018 at 21:47):

It's been a long day :)

view this post on Zulip 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.

view this post on Zulip Simone Heckmann (May 13 2018 at 06:31):

Thanks Michel!
@James Agnew , maybe...?

view this post on Zulip 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?

view this post on Zulip 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?

view this post on Zulip Simone Heckmann (May 15 2018 at 11:50):

Yes, we figurerd out how to add core extensions into HAPI, thanks!

view this post on Zulip Simone Heckmann (May 15 2018 at 11:50):

@Patrick Werner did it :)

view this post on Zulip James Agnew (May 15 2018 at 11:51):

Nice! :)

view this post on Zulip 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