The Operation Outcome resource supports a collection of error, warning or information messages that result from a GP Connect Query Request.
View Operation Outcome Resource Changes for a delta of changes made to the standard FHIR DSTU2 Operation Outcome resource for use within the GP Connect APIs.
Name | Card. | Type | Description & Constraints |
---|---|---|---|
OperationOutcome | OperationOutcome | 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 | CodeableConcept | Error or warning code Binding A code that describes the type of issue. (http://hl7.org/fhir/DSTU2/valueset-issue-type) Binding Strength Required |
details | 1..1 | CodeableConcept | GP Connect Error or Warning code Binding A coded expression of the type of issue (http://fhir.nhs.net/ValueSet/gpconnect-error-or-warning-code-1) Binding Strength Required |
coding | 1..1 | Coding | Code defined by a terminology system |
system | 1..1 | Uri | GP Connect Error or Warning code Fixed Value http://fhir.nhs.net/ValueSet/gpconnect-error-or-warning-code-1 |
code | 1..1 | Code | Symbol in syntax defined by the system |
display | 1..1 | String | Representation defined by the system |
text | 0..1 | String | Plain text representation of the GP Connect Error or Warning code |
diagnostics | 0..1 | String | Additional diagnostic information about the issue |
location | 0..1 | String | XPath of element(s) related to 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/DSTU2/valueset-issue-type |
OperationOutcome.issue.details | details | Required | http://fhir.nhs.net/ValueSet/gpconnect-error-or-warning-code-1 |