Class CustomValidationSupport
java.lang.Object
ca.uhn.fhir.context.support.DefaultProfileValidationSupport
org.openehealth.ipf.commons.ihe.fhir.CustomValidationSupport
- All Implemented Interfaces:
IValidationSupport
Validation loader that first tries to load a custom structure definition before falling back to the
default.
- Since:
- 3.4
- Author:
- Christian Ohr
-
Nested Class Summary
Nested classes/interfaces inherited from interface ca.uhn.fhir.context.support.IValidationSupport
IValidationSupport.BaseConceptProperty, IValidationSupport.CodeValidationResult, IValidationSupport.CodingConceptProperty, IValidationSupport.ConceptDesignation, IValidationSupport.IssueSeverity, IValidationSupport.LookupCodeResult, IValidationSupport.StringConceptProperty, IValidationSupport.TranslateCodeRequest, IValidationSupport.ValueSetExpansionOutcome
-
Field Summary
Fields inherited from interface ca.uhn.fhir.context.support.IValidationSupport
URL_PREFIX_VALUE_SET
-
Constructor Summary
ConstructorDescriptionCustomValidationSupport
(FhirContext fhirContext) CustomValidationSupport
(FhirContext fhirContext, String prefix) -
Method Summary
Modifier and TypeMethodDescription<T extends IBaseResource>
TfetchResource
(Class<T> clazz, String uri) void
Methods inherited from class ca.uhn.fhir.context.support.DefaultProfileValidationSupport
fetchAllConformanceResources, fetchAllNonBaseStructureDefinitions, fetchAllStructureDefinitions, fetchCodeSystem, fetchStructureDefinition, fetchValueSet, flush, getConformanceResourceUrl, getFhirContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.context.support.IValidationSupport
expandValueSet, expandValueSet, fetchAllSearchParameters, fetchBinary, generateSnapshot, invalidateCaches, isCodeSystemSupported, isEnabledValidationForCodingsLogicalAnd, isRemoteTerminologyServiceConfigured, isValueSetSupported, lookupCode, lookupCode, translateConcept, validateCode, validateCodeInValueSet
-
Field Details
-
HTTP_HL7_ORG_FHIR_STRUCTURE_DEFINITION
- See Also:
-
-
Constructor Details
-
CustomValidationSupport
-
CustomValidationSupport
-
-
Method Details
-
fetchResource
-
setPrefix
-