Uses of Class
org.hl7.fhir.r5.utils.validation.constants.CodedContentValidationPolicy
-
Packages that use CodedContentValidationPolicy Package Description org.hl7.fhir.r5.utils.validation org.hl7.fhir.r5.utils.validation.constants -
-
Uses of CodedContentValidationPolicy in org.hl7.fhir.r5.utils.validation
Methods in org.hl7.fhir.r5.utils.validation that return CodedContentValidationPolicy Modifier and Type Method Description CodedContentValidationPolicyIValidationPolicyAdvisor. policyForCodedContent(IResourceValidator validator, Object appContext, String stackPath, ElementDefinition definition, StructureDefinition structure, BindingKind kind, ValueSet valueSet, List<String> systems)Called before validating a concept in an instance against the terminology sub-system There's two reasons to use this policy advisor feature: - save time by not calling the terminology server for validation that don't bring value to the context calling the validation - suppressing known issues from being listed as a problem Note that the terminology subsystem has two parts: a mini-terminology server running inside the validator, and then calling out to an external terminology service (usually tx.fhir.org, though you run your own local copy of this - see https://confluence.hl7.org/display/FHIR/Running+your+own+copy+of+tx.fhir.org). -
Uses of CodedContentValidationPolicy in org.hl7.fhir.r5.utils.validation.constants
Methods in org.hl7.fhir.r5.utils.validation.constants that return CodedContentValidationPolicy Modifier and Type Method Description static CodedContentValidationPolicyCodedContentValidationPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static CodedContentValidationPolicy[]CodedContentValidationPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-