The Operation Outcome resource supports a collection of error, warning or information messages that result from a FGM RIS Delete Request Response.
Name | Card. | Type | Description & Constraints |
---|---|---|---|
OperationOutcome | DomainResource | Information about the success/failure of an action | |
issue | 1..* | BackboneElement | A single issue associated with the action |
severity | 1..1 | Code | fatal | error | warning | information Binding How the issue affects the success of the action. (http://hl7.org/fhir/DSTU2/valueset-issue-severity) Binding Strength Required |
code | 1..1 | Code | Error or warning code Binding A code that describes the type of issue. (http://hl7.org/fhir/ValueSet/issue-type) Binding Strength Required |
details | 1..1 | CodeableConcept | Spine Error or warning code Binding A coded expression of the type of issue (http://fhir.nhs.net/ValueSet/spine-response-code-2-0) Binding Strength Required |
coding | 1..1 | Coding | Code defined by a terminology system |
system | 1..1 | Uri | Spine Response Codes Fixed Value http://fhir.nhs.net/ValueSet/spine-response-code-2-0 |
code | 1..1 | Code | Symbol in syntax defined by the system Example Value NO_RECORD_FOUND |
display | 0..1 | String | Representation defined by the system |
text | 0..1 | String | Plain text representation of the concept |
diagnostics | 0..1 | String | Additional diagnostic information about the issue |
Path | Name | Binding Strength | ValueSet |
---|---|---|---|
OperationOutcome.issue.severity | severity | Required | http://hl7.org/fhir/DSTU2/valueset-issue-severity |
OperationOutcome.issue.code | code | Required | http://hl7.org/fhir/ValueSet/issue-type |
OperationOutcome.issue.details | details | Required | http://fhir.nhs.net/ValueSet/spine-response-code-2-0 |