object InsuranceCoverageTypes extends Enumeration {
  val Patient, Clinic, Insurance, Other = Value

  def defaultValue = Other
  @transient implicit lazy val jsonFormat: Format[InsuranceCoverageTypes.Value] =