IssueSeverity
public enum IssueSeverity: String
How the issue affects the success of the action.
URL: http://hl7.org/fhir/issue-severity ValueSet: http://hl7.org/fhir/ValueSet/issue-severity
-
The issue caused the action to fail, and no further checking could be performed.
Declaration
Swift
case fatal = "fatal"
-
The issue is sufficiently important to cause the action to fail.
Declaration
Swift
case error = "error"
-
The issue is not important enough to cause the action to fail, but may cause it to be performed suboptimally or in a way that is not as desired.
Declaration
Swift
case warning = "warning"
-
The issue has no relation to the degree of success of the action.
Declaration
Swift
case information = "information"