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 */ 007public enum BestPracticeWarningLevel { 008 Ignore, Hint, Warning, Error 009}