FHIR Chat · Forge unable to find extension · conformance

Stream: conformance

Topic: Forge unable to find extension


view this post on Zulip Alexander Henket (Feb 20 2019 at 10:17):

@Michel Rutten We are trying to build a derived profile for SDC. SDC uses a core extension http://hl7.org/fhir/StructureDefinition/questionnaire-studyProtocolIdentifier that existed in STU3 but ceased to exist in R4.

Forge does not resolve this extension even though the extension is right next to the SDC profile on my local disk and I can open it in Forge.

Is Forge 19.7 for STU3 trying to resolve that core extension from the web by any chance?

view this post on Zulip Michel Rutten (Feb 20 2019 at 12:35):

Works for me?
pasted image

view this post on Zulip Michel Rutten (Feb 20 2019 at 12:36):

I downloaded the extension from:
http://hl7.org/fhir/STU3/extension-questionnaire-studyprotocolidentifier.xml.html

view this post on Zulip Michel Rutten (Feb 20 2019 at 12:37):

BTW Forge only resolves from local disk and does NOT automatically reach out to online servers; only the Import command does this.

view this post on Zulip Alexander Henket (Feb 20 2019 at 12:37):

Yes that works for me too. The complaint comes when opening StructureDefinition-sdc-questionnaire.xml from the http://hl7.org/fhir/us/sdc/definitions.xml.zip

view this post on Zulip Michel Rutten (Feb 20 2019 at 14:08):

Hi Alexander, the profile StructureDefinition-sdc-questionnaire.xml contains a typo in the extension url, line 3669:

<profile value="http://hl7.org/fhir/StructureDefinition/questionnaire-studyProtocolIdentifier" />

Should be:

<profile value="http://hl7.org/fhir/StructureDefinition/questionnaire-studyprotocolIdentifier" />

(lower case 'p' instead of a capital 'P')
You could then also correct the same type in the sliceName and narrative (not necessary for FHIR, but confusing if not in sync).
Hope this helps.

view this post on Zulip Alexander Henket (Mar 06 2019 at 18:53):

Thanks @Michel Rutten ! I have applied this fix and fixed the illegal base element slicing in the profiles from http://hl7.org/fhir/us/sdc/ (STU2) so everything now works as expected (@Eric Haas this might be relevant in the current sources too)

@Tessa van Stijn, @Arianne van de Wetering > fixes in GitHub (https://github.com/Nictiz/Nictiz-STU3-Questionnaires)

view this post on Zulip Eric Haas (Mar 06 2019 at 19:05):

those have all been removed from subsequent versions


Last updated: Apr 12 2022 at 19:14 UTC