diff --git a/src/pages/RegisterEpisode/constants.ts b/src/pages/RegisterEpisode/constants.ts index d764f2a..10cd48f 100644 --- a/src/pages/RegisterEpisode/constants.ts +++ b/src/pages/RegisterEpisode/constants.ts @@ -183,4 +183,8 @@ export const EPISODE_TYPE_OPTIONS: SelectOption[] = [ value: 3, label: 'Umbilical/Periumbilicial Mesh Hernia Repair', }, + { + value: 4, + label: 'Epigastric Hernia' + }, ];