SequenceStatus

public enum SequenceStatus: String

Codes providing the status of the variant test result

URL: http://hl7.org/fhir/variant-state ValueSet: http://hl7.org/fhir/ValueSet/variant-state

  • the variant is detected

    Declaration

    Swift

    case positive = "positive"
  • no variant is detected

    Declaration

    Swift

    case negative = "negative"
  • result of the variant is missing

    Declaration

    Swift

    case absent = "absent"