ConstraintSeverity

public enum ConstraintSeverity: String

SHALL applications comply with this constraint?

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

  • If the constraint is violated, the resource is not conformant.

    Declaration

    Swift

    case error = "error"
  • If the constraint is violated, the resource is conformant, but it is not necessarily following best practice.

    Declaration

    Swift

    case warning = "warning"