ClinicalImpressionStatus

public enum ClinicalImpressionStatus: String

The workflow state of a clinical impression.

URL: http://hl7.org/fhir/clinical-impression-status ValueSet: http://hl7.org/fhir/ValueSet/clinical-impression-status

  • The assessment is still on-going and results are not yet final.

    Declaration

    Swift

    case draft = "draft"
  • The assessment is done and the results are final.

    Declaration

    Swift

    case completed = "completed"
  • This assessment was never actually done and the record is erroneous (e.g. Wrong patient).

    Declaration

    Swift

    case enteredInError = "entered-in-error"