Interface EpisodeOfCareStatus
-
public interface EpisodeOfCareStatus
-
-
Field Summary
Fields Modifier and Type Field Description static com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUSACTIVEstatic com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUSCANCELLEDstatic com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUSENTERED_IN_ERRORstatic com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUSFINISHEDstatic com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUSONHOLDstatic com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUSPLANNEDstatic com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUSWAITLIST
-
-
-
Field Detail
-
ACTIVE
static final com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUS ACTIVE
-
CANCELLED
static final com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUS CANCELLED
-
ENTERED_IN_ERROR
static final com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUS ENTERED_IN_ERROR
-
FINISHED
static final com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUS FINISHED
-
ONHOLD
static final com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUS ONHOLD
-
PLANNED
static final com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUS PLANNED
-
WAITLIST
static final com.babylonhealth.lit.hl7.EPISODE_OF_CARE_STATUS WAITLIST
-
-