
Uses of Class
ca.uhn.fhir.context.support.ValidationSupportContext
Packages that use ValidationSupportContext
-
Uses of ValidationSupportContext in ca.uhn.fhir.context.support
Methods in ca.uhn.fhir.context.support with parameters of type ValidationSupportContextModifier 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 IBaseResourceIValidationSupport.generateSnapshot(ValidationSupportContext theValidationSupportContext, IBaseResource theInput, String theUrl, String theWebUrl, String theProfileName) Generate a snapshot from the given differential profile.default booleanIValidationSupport.isCodeSystemSupported(ValidationSupportContext theValidationSupportContext, String theSystem) Returnstrueif codes in the given code system can be expanded or validateddefault booleanIValidationSupport.isValueSetSupported(ValidationSupportContext theValidationSupportContext, String theValueSetUrl) Returnstrueif 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.