001package org.hl7.fhir.dstu2.utils.validation.constants;
002
003/**
004 * whether the validator should enforce best practice guidelines as defined by
005 * various HL7 committees
006 */
007@Deprecated
008public enum BestPracticeWarningLevel {
009  Ignore, Hint, Warning, Error
010}