Cannot find or generate snapshot for base definition when building implementation guide

Hey everyone!

I’m trying to build my first implementation guide based on the GitHub sample implementation guide repository.
I copied two valid StructureDefinitions (one resource profile, one extension) into the resources folder.
I defined a Questionnaire profile, derived from the SDC Modular Questionnaire Profile.

However, when trying to build the IG, I get the error
Cannot find or generate snapshot for base definition (http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-modular from http://somewhere.org/fhir/uv/myig/StructureDefinition/MyQuestionnaire)

What do I have to adapt in order to successfully build the IG?

Best regards,
Daniel

Did you declare a dependency on SDC in your IG? Was it to the correct version of SDC (i.e. a version that has a profile with the modular questionnaire URL)?

1 Like

Hey Iloyd, thanks for your help! Yes, I forgot to declare the dependency within the ImplementationGuide resource.