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