MediRecords FHIR Implementation Guide
1.4.1 - release


: The request has been accepted for processing example - JSON Representation

Raw json | Download

{
  "resourceType" : "OperationOutcome",
  "id" : "4272975f-b46d-4489-800d-2299f375fd79",
  "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 4272975f-b46d-4489-800d-2299f375fd79</b></p><a name=\"4272975f-b46d-4489-800d-2299f375fd79\"> </a><a name=\"hc4272975f-b46d-4489-800d-2299f375fd79\"> </a><a name=\"4272975f-b46d-4489-800d-2299f375fd79-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>Information</td><td>Informational Note</td><td>The request has been accepted for processing, but the processing has not been completed.</td></tr></table></div>"
  },
  "issue" : [
    {
      "severity" : "information",
      "code" : "informational",
      "diagnostics" : "The request has been accepted for processing, but the processing has not been completed."
    }
  ]
}