added R4 core-extension validation support

This commit is contained in:
patrick-werner 2018-05-15 14:55:43 +02:00 committed by James Agnew
parent b4d2fcfc68
commit 730d02b7c6
2 changed files with 91353 additions and 0 deletions

View File

@ -228,6 +228,7 @@ public class DefaultProfileValidationSupport implements IValidationSupport {
loadStructureDefinitions(theContext, structureDefinitions, "/org/hl7/fhir/r4/model/profile/profiles-resources.xml");
loadStructureDefinitions(theContext, structureDefinitions, "/org/hl7/fhir/r4/model/profile/profiles-types.xml");
loadStructureDefinitions(theContext, structureDefinitions, "/org/hl7/fhir/r4/model/profile/profiles-others.xml");
loadStructureDefinitions(theContext, structureDefinitions, "/org/hl7/fhir/r4/model/extension/extension-definitions.xml");
myStructureDefinitions = structureDefinitions;
}