Class TOperationOutcomeIssue
Unit
bsFhir_r5
Declaration
type TOperationOutcomeIssue = class(TBackboneElement)
Description
A collection of error, warning, or information messages that result from a system action.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property severity : string read Getseverity write Setseverity; |
Indicates whether the issue indicates a variation from successful processing.
|
|
property severityElement : TIssueSeverity read GetseverityElement write SetseverityElement; |
|
|
property code : string read Getcode write Setcode; |
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.
|
|
property codeElement : TIssueType read GetcodeElement write SetcodeElement; |
|
|
property details : TCodeableConcept read Getdetails write Setdetails; |
Additional details about the error. This may be a text description of the error or a system code that identifies the error.
|
|
property diagnostics : string read Getdiagnostics write Setdiagnostics; |
Additional diagnostic information about the issue.
|
|
property diagnosticsElement : Tstring read GetdiagnosticsElement write SetdiagnosticsElement; |
|
|
property location : TBSFHIRPrimitiveStringArray read GetlocationArray; |
This element is deprecated because it is XML specific. It is replaced by issue.expression, which is format independent, and simpler to parse.
For resource issues, this will be a simple XPath limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised. For HTTP errors, will be "http." + the parameter name.
|
|
property expression : TBSFHIRPrimitiveStringArray read GetexpressionArray; |
A [simple subset of FHIRPath](fhirpath.html#simple) limited to element names, repetition indicators and the default child accessor that identifies one of the elements in the resource that caused this issue to be raised.
|
Generated by PasDoc 0.15.0.
|