{

"resourceType": "OperationOutcome",
"id": "allok",
"text": {
  "status": "additional",
  "div": "<div>\n      <p>All OK</p>\n    </div>"
},
"issue": [
  {
    "severity": "information",
    "code": "informational",
    "details": {
      "text": "All OK"
    }
  }
]

}