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