Uses of Class
ca.uhn.fhir.context.support.ValidationSupportContext
-
Uses of ValidationSupportContext in ca.uhn.fhir.context.support
Modifier and TypeMethodDescriptionIValidationSupport.expandValueSet
(ValidationSupportContext theValidationSupportContext, ValueSetExpansionOptions theExpansionOptions, String theValueSetUrlToExpand) Expands the given portion of a ValueSet by canonical URL.IValidationSupport.expandValueSet
(ValidationSupportContext theValidationSupportContext, ValueSetExpansionOptions theExpansionOptions, IBaseResource theValueSetToExpand) Expands the given portion of a ValueSetdefault IBaseResource
IValidationSupport.generateSnapshot
(ValidationSupportContext theValidationSupportContext, IBaseResource theInput, String theUrl, String theWebUrl, String theProfileName) Generate a snapshot from the given differential profile.default boolean
IValidationSupport.isCodeSystemSupported
(ValidationSupportContext theValidationSupportContext, String theSystem) Returnstrue
if codes in the given code system can be expanded or validateddefault boolean
IValidationSupport.isValueSetSupported
(ValidationSupportContext theValidationSupportContext, String theValueSetUrl) Returnstrue
if the given ValueSet can be validated by the given validation support moduleIValidationSupport.lookupCode
(ValidationSupportContext theValidationSupportContext, LookupCodeRequest theLookupCodeRequest) Look up a code using the system, code and other parameters captured inLookupCodeRequest
.IValidationSupport.lookupCode
(ValidationSupportContext theValidationSupportContext, String theSystem, String theCode) Deprecated.This method has been deprecated in HAPI FHIR 7.0.0.IValidationSupport.lookupCode
(ValidationSupportContext theValidationSupportContext, String theSystem, String theCode, String theDisplayLanguage) Deprecated.This method has been deprecated in HAPI FHIR 7.0.0.IValidationSupport.validateCode
(ValidationSupportContext theValidationSupportContext, ConceptValidationOptions theOptions, String theCodeSystem, String theCode, String theDisplay, String theValueSetUrl) Validates that the given code exists and if possible returns a display name.IValidationSupport.validateCodeInValueSet
(ValidationSupportContext theValidationSupportContext, ConceptValidationOptions theOptions, String theCodeSystem, String theCode, String theDisplay, IBaseResource theValueSet) Validates that the given code exists and if possible returns a display name.