: Unauthorized Error Example - JSON Representation
Raw json | Download
{
"resourceType" : "OperationOutcome",
"id" : "876cbbdd-caad-4926-b2f6-a169f7dd0e6c",
"meta" : {
"profile" : [
🔗 "https://fhir.medirecords.com/StructureDefinition/mr-operation-outcome-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome 876cbbdd-caad-4926-b2f6-a169f7dd0e6c</b></p><a name=\"876cbbdd-caad-4926-b2f6-a169f7dd0e6c\"> </a><a name=\"hc876cbbdd-caad-4926-b2f6-a169f7dd0e6c\"> </a><a name=\"876cbbdd-caad-4926-b2f6-a169f7dd0e6c-en-US\"> </a><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Diagnostics</b></td></tr><tr><td style=\"display: none\">*</td><td>Warning</td><td>Session Expired</td><td>unauthorized</td></tr></table></div>"
},
"issue" : [
{
"severity" : "warning",
"code" : "expired",
"diagnostics" : "unauthorized"
}
]
}