MediRecords FHIR Implementation Guide
1.4.1 - release


: Not Found Error Example - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "c82fbd75-0c96-4d78-b8e7-b94ca4293820",
  "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 c82fbd75-0c96-4d78-b8e7-b94ca4293820</b></p><a name=\"c82fbd75-0c96-4d78-b8e7-b94ca4293820\"> </a><a name=\"hcc82fbd75-0c96-4d78-b8e7-b94ca4293820\"> </a><a name=\"c82fbd75-0c96-4d78-b8e7-b94ca4293820-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>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td style=\"display: none\">*</td><td>Error</td><td>Not Found</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/operation-outcome MSG_NO_EXIST}\">Resource Id &quot;%s&quot; does not exist</span></td><td>Not Found: No matching resource found</td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "error",
      "code" : "not-found",
      "details" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/operation-outcome",
            "code" : "MSG_NO_EXIST",
            "display" : "Resource Id \"%s\" does not exist"
          }
        ]
      },
      "diagnostics" : "Not Found: No matching resource found"
    }
  ]
}