This OperationOutcome resource has been constrained to support the NHS e-Referral Service requirements.
Name | Card. | Type | Description & Constraints |
---|---|---|---|
OperationOutcome | OperationOutcome | Information about the success/failure of an action | |
issue | 1..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/DSTU2/valueset-issue-type) Binding Strength Required |
details | 1..1 | CodeableConcept | eRS error code Binding A coded expression of the type of issue (http://fhir.nhs.net/ValueSet/ers-apierrorcode-1) Binding Strength Required |
coding | 1..1 | Coding | Code defined by a terminology system |
system | 1..1 | Uri | eRS error code Fixed Value http://fhir.nhs.net/ValueSet/ers-apierrorcode-1 |
code | 1..1 | Code | Symbol in syntax defined by the system Example Value MISSING_VALUE |
display | 1..1 | String | Representation defined by the system |
diagnostics | 0..1 | String | Additional diagnostic information about the issue |
location | 0..* | 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/ers-apierrorcode-1 |