The ValidationSupportWithCustomResources class used in FHIR profile validation tests, should support fetching CodeSystem, StrctureDefinition and ValueSet by url and version. Adding the custom resources to the maps by url and by url|version (see also addOrReplace methods) should work.
The
ValidationSupportWithCustomResources
class used in FHIR profile validation tests, should support fetchingCodeSystem
,StrctureDefinition
andValueSet
by url and version. Adding the custom resources to the maps byurl
and byurl|version
(see also addOrReplace methods) should work.https://github.com/highmed/highmed-dsf/blob/f372b757b22d59b3594a220f7f380c60aa6f00b8/dsf-fhir/dsf-fhir-validation/src/main/java/org/highmed/dsf/fhir/validation/ValidationSupportWithCustomResources.java#L39-L44