{
    "resourceType": "OperationOutcome",
    "id": "operationoutcome-401-example",
    "meta": {
      "versionId": "1",
      "lastUpdated": "2020-12-27T16:13:03Z",
      "profile": [
        "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-operation-outcome"
      ]
    },
    "text": {
      "status": "additional",
      "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <p>Sorry, you're not authorised to access this page.</p>\n    </div>"
    },
    "issue": [
      {
        "severity": "error",
        "code": "security",
        "details": {
          "text": "Sorry, you're not authorised to access this page."
        },
        "diagnostics": "NCDHC-401-12345: The requested action can not be performed by the Data Hub due to authentication error"
      }
    ]
  }