ResearchStudyStatus

public enum ResearchStudyStatus: String

Codes that convey the current status of the research study

URL: http://hl7.org/fhir/research-study-status ValueSet: http://hl7.org/fhir/ValueSet/research-study-status

  • The study is undergoing design but the process of selecting study subjects and capturing data has not yet begun.

    Declaration

    Swift

    case draft = "draft"
  • The study is currently being executed

    Declaration

    Swift

    case inProgress = "in-progress"
  • Execution of the study has been temporarily paused

    Declaration

    Swift

    case suspended = "suspended"
  • The study was terminated prior to the final determination of results

    Declaration

    Swift

    case stopped = "stopped"
  • The information sought by the study has been gathered and compiled and no further work is being performed

    Declaration

    Swift

    case completed = "completed"
  • This study never actually existed. The record is retained for tracking purposes in the event decisions may have been made based on this erroneous information.

    Declaration

    Swift

    case enteredInError = "entered-in-error"