Class: CandidApiClient::PreEncounter::Coverages::V1::Types::CoverageStatus

Inherits:
Object
  • Object
show all
Defined in:
lib/candidhealth/pre_encounter/coverages/v_1/types/coverage_status.rb

Overview

enum to represent the statuses defined at

https://build.fhir.org/valueset-fm-status.html

Constant Summary collapse

ACTIVE =
"ACTIVE"
CANCELLED =
"CANCELLED"
DRAFT =
"DRAFT"
ENTERED_IN_ERROR =
"ENTERED_IN_ERROR"