001package org.hl7.fhir.dstu2.utils.validation.constants;
002
003@Deprecated
004public enum IdStatus {
005  OPTIONAL, REQUIRED, PROHIBITED
006}