care.emr.resources.encounter.constants module

class StatusChoices(*values)

Bases: str, Enum

planned = 'planned'
in_progress = 'in_progress'
on_hold = 'on_hold'
discharged = 'discharged'
completed = 'completed'
cancelled = 'cancelled'
discontinued = 'discontinued'
entered_in_error = 'entered_in_error'
unknown = 'unknown'
class ClassChoices(*values)

Bases: str, Enum

imp = 'imp'
amb = 'amb'
obsenc = 'obsenc'
emer = 'emer'
vr = 'vr'
hh = 'hh'
class AdmitSourcesChoices(*values)

Bases: str, Enum

hosp_trans = 'hosp_trans'
emd = 'emd'
outp = 'outp'
born = 'born'
gp = 'gp'
mp = 'mp'
nursing = 'nursing'
psych = 'psych'
rehab = 'rehab'
other = 'other'
class DischargeDispositionChoices(*values)

Bases: str, Enum

home = 'home'
alt_home = 'alt_home'
other_hcf = 'other_hcf'
hosp = 'hosp'
long = 'long'
aadvice = 'aadvice'
exp = 'exp'
psy = 'psy'
rehab = 'rehab'
snf = 'snf'
oth = 'oth'
class DietPreferenceChoices(*values)

Bases: str, Enum

vegetarian = 'vegetarian'
dairy_free = 'dairy_free'
nut_free = 'nut_free'
gluten_free = 'gluten_free'
vegan = 'vegan'
halal = 'halal'
kosher = 'kosher'
none = 'none'
class EncounterPriorityChoices(*values)

Bases: str, Enum

ASAP = 'ASAP'
callback_results = 'callback_results'
callback_for_scheduling = 'callback_for_scheduling'
elective = 'elective'
emergency = 'emergency'
preop = 'preop'
as_needed = 'as_needed'
routine = 'routine'
rush_reporting = 'rush_reporting'
stat = 'stat'
timing_critical = 'timing_critical'
use_as_directed = 'use_as_directed'
urgent = 'urgent'