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, 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, String theSystem, String theCode)Look up a code using the system and code valueIValidationSupport.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.