MediRecords FHIR Implementation Guide
1.4.1 - release


: Forbidden Error Example - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "1a4884df-2423-4d19-be19-2125ae67cccf",
  "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 1a4884df-2423-4d19-be19-2125ae67cccf</b></p><a name=\"1a4884df-2423-4d19-be19-2125ae67cccf\"> </a><a name=\"hc1a4884df-2423-4d19-be19-2125ae67cccf\"> </a><a name=\"1a4884df-2423-4d19-be19-2125ae67cccf-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>Forbidden</td><td>Forbidden. The user does not have the rights to perform this action.</td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "warning",
      "code" : "forbidden",
      "diagnostics" : "Forbidden. The user does not have the rights to perform this action."
    }
  ]
}