Status

sealed interface Status

For the activity flow, we are interested in a few status and they are be represented as individual values here. Everything else is represented by OTHER.

See codesystem-resource-status for list of the status.

Inheritors

Types

Link copied to clipboard
data object ACTIVE : Status
Link copied to clipboard
data object COMPLETED : Status
Link copied to clipboard
data object DRAFT : Status
Link copied to clipboard
data object ENTEREDINERROR : Status
Link copied to clipboard
data object ONHOLD : Status
Link copied to clipboard
class OTHER(val code: String?) : Status
Link copied to clipboard
data object REVOKED : Status