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