{
  "resourceType" : "OperationOutcome",
  "id" : "eorders-submit-response-error",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome eorders-submit-response-error</b></p><a name=\"eorders-submit-response-error\"> </a><a name=\"hceorders-submit-response-error\"> </a><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Required element missing</p><p><b>details</b>: <span title=\"Codes:\">Bundle entry Patient/5a2e2696-f611-11ed-a1fc-d2cbed391bcf is missing required element: identifier</span></p><p><b>expression</b>: Bundle.entry[0].resource.identifier</p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: Error</p><p><b>code</b>: Element value invalid</p><p><b>details</b>: <span title=\"Codes:\">ServiceRequest/8dbe2623-c7f4-469e-a10a-a2073a62dd13: subject does not resolve to a Patient within the submitted Bundle</span></p><p><b>expression</b>: Bundle.entry[4].resource.subject</p></blockquote></div>"
  },
  "issue" : [{
    "severity" : "error",
    "code" : "required",
    "details" : {
      "text" : "Bundle entry Patient/5a2e2696-f611-11ed-a1fc-d2cbed391bcf is missing required element: identifier"
    },
    "expression" : ["Bundle.entry[0].resource.identifier"]
  },
  {
    "severity" : "error",
    "code" : "value",
    "details" : {
      "text" : "ServiceRequest/8dbe2623-c7f4-469e-a10a-a2073a62dd13: subject does not resolve to a Patient within the submitted Bundle"
    },
    "expression" : ["Bundle.entry[4].resource.subject"]
  }]
}