Class CodeSystemValidator

  • All Implemented Interfaces:
    org.hl7.fhir.r5.utils.validation.ValidationContextCarrier.IValidationContextResourceLoader

    public class CodeSystemValidator
    extends BaseValidator
    • Constructor Detail

      • CodeSystemValidator

        public CodeSystemValidator​(org.hl7.fhir.r5.context.IWorkerContext context,
                                   TimeTracker timeTracker,
                                   InstanceValidator parent,
                                   org.hl7.fhir.r5.utils.XVerExtensionManager xverManager,
                                   org.hl7.fhir.r5.model.Coding jurisdiction)
    • Method Detail

      • validateCodeSystem

        public boolean validateCodeSystem​(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
                                          org.hl7.fhir.r5.elementmodel.Element cs,
                                          NodeStack stack,
                                          org.hl7.fhir.utilities.validation.ValidationOptions options)