"issue": [
{
"severity": "error",
"code": "code-invalid",
"details": {
"text": "The code \"W\" is not known and not legal in this context"
},
"diagnostics": "Acme.Interop.FHIRProcessors.Patient.processGender line 2453",
"location": [
"/f:Patient/f:gender"
],
"expression": [
"Patient.gender"
]
}
]
{
"resourceType": "OperationOutcome",
"id": "101",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>The code "W" is not known and not legal Patient.gender.</p>\n </div>"
},
"issue": [
{
"severity": "error",
"code": "code-invalid",
"details": {
"text": "The code \"W\" is not known and not legal in this context"
},
"diagnostics": "Acme.Interop.FHIRProcessors.Patient.processGender line 2453",
"location": [
"/f:Patient/f:gender"
],
"expression": [
"Patient.gender"
]
}
]
}
{
"resourceType" : "OperationOutcome",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"issue" : [{ // R! A single issue associated with the action
"severity" : "<code>", // R! fatal | error | warning | information
"code" : "<code>", // R! Error or warning code
"details" : { CodeableConcept }, // Additional details about the error
"diagnostics" : "<string>", // Additional diagnostic information about the issue
"location" : ["<string>"], // Deprecated: Path of element(s) related to issue
"expression" : ["<string>"] // FHIRPath of element(s) related to issue
}]
}
The following search parameters can be used to query OperationOutcome resources. Just submit them like so:
https://api.1up.health/fhir/r4/OperationOutcome?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|