OperationOutcomeIssue
open class OperationOutcomeIssue: BackboneElement
A single issue associated with the action.
An error, warning or information message that results from a system action.
-
A single issue associated with the action.
An error, warning or information message that results from a system action.
Declaration
Swift
override open class var resourceType: String
-
Describes the type of the issue. The system that creates an OperationOutcome SHALL choose the most applicable code from the IssueType value set, and may additional provide its own code for the error in the details element.
Declaration
Swift
public var code: IssueType?
-
Additional details about the error.
Declaration
Swift
public var details: CodeableConcept?
-
Additional diagnostic information about the issue.
Declaration
Swift
public var diagnostics: FHIRString?
-
FHIRPath of element(s) related to issue.
Declaration
Swift
public var expression: [FHIRString]?
-
Path of element(s) related to issue.
Declaration
Swift
public var location: [FHIRString]?
-
Indicates whether the issue indicates a variation from successful processing.
Declaration
Swift
public var severity: IssueSeverity?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(code: IssueType, severity: IssueSeverity)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class OperationOutcomeIssue: BackboneElement