added core-extension validation support
This commit is contained in:
parent
4c0d5b49d9
commit
305cc9c9c4
File diff suppressed because it is too large
Load Diff
|
@ -213,6 +213,7 @@ public class DefaultProfileValidationSupport implements IValidationSupport {
|
|||
loadStructureDefinitions(theContext, structureDefinitions, "/org/hl7/fhir/dstu3/model/profile/profiles-resources.xml");
|
||||
loadStructureDefinitions(theContext, structureDefinitions, "/org/hl7/fhir/dstu3/model/profile/profiles-types.xml");
|
||||
loadStructureDefinitions(theContext, structureDefinitions, "/org/hl7/fhir/dstu3/model/profile/profiles-others.xml");
|
||||
loadStructureDefinitions(theContext, structureDefinitions, "/org/hl7/fhir/dstu3/model/extension/extension-definitions.xml");
|
||||
|
||||
myStructureDefinitions = structureDefinitions;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue