001package org.hl7.fhir.r4.utils.validation.constants;
002
003public enum BestPracticeWarningLevel {
004  Ignore, Hint, Warning, Error
005}