DetectedIssueSeverity

public enum DetectedIssueSeverity: String

Indicates the potential degree of impact of the identified issue on the patient.

URL: http://hl7.org/fhir/detectedissue-severity ValueSet: http://hl7.org/fhir/ValueSet/detectedissue-severity

  • Indicates the issue may be life-threatening or has the potential to cause permanent injury.

    Declaration

    Swift

    case high = "high"
  • Indicates the issue may result in noticeable adverse consequences but is unlikely to be life-threatening or cause permanent injury.

    Declaration

    Swift

    case moderate = "moderate"
  • low

    Indicates the issue may result in some adverse consequences but is unlikely to substantially affect the situation of the subject.

    Declaration

    Swift

    case low = "low"