This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Security-event-example-vread.json

RESTful Operation

{
  "resourceType": "SecurityEvent",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <h3>Events</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Type</b>\n          </td>\n          <td>\n            <b>Subtype</b>\n          </td>\n          <td>\n            <b>Action</b>\n          </td>\n          <td>\n            <b>DateTime</b>\n          </td>\n          <td>\n            <b>Outcome</b>\n          </td>\n          <td>\n            <b>OutcomeDesc</b>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <span title=\"Codes: {http://hl7.org/fhir/security-event-type rest}\">Restful Operation</span>\n          </td>\n          <td>\n            <span title=\"Codes: {http://hl7.org/fhir/restful-operation vread}\">vread</span>\n          </td>\n          <td>R</td>\n          <td>20-Jun 2013 23:42</td>\n          <td>_0</td>\n          <td> </td>\n        </tr>\n      </table>\n      <blockquote>\n        <p>\n          <b>participant</b>\n        </p>\n        <p>\n          <b>userId</b>: 95\n        </p>\n        <p>\n          <b>altId</b>: 601847123\n        </p>\n        <p>\n          <b>name</b>: Grahame Grieve\n        </p>\n        <p>\n          <b>requestor</b>: true\n        </p>\n      </blockquote>\n      <h3>Sources</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Site</b>\n          </td>\n          <td>\n            <b>Identifier</b>\n          </td>\n          <td>\n            <b>Type</b>\n          </td>\n        </tr>\n        <tr>\n          <td>Cloud</td>\n          <td>hl7connect.healthintersections.com.au</td>\n          <td>\n            <span title=\"{http://hl7.org/fhir/security-source-type 3}\">Web Server</span>\n          </td>\n        </tr>\n      </table>\n      <blockquote>\n        <p>\n          <b>object</b>\n        </p>\n        <p>\n          <b>reference</b>: \n          <a href=\"Patient/example/history/1\">Patient/example/history/1</a>\n        </p>\n        <p>\n          <b>type</b>: _2\n        </p>\n        <p>\n          <b>lifecycle</b>: _6\n        </p>\n      </blockquote>\n    </div>"
  },
  "event": {
    "type": {
      "coding": [
        {
          "system": "http://hl7.org/fhir/security-event-type",
          "code": "rest",
          "display": "Restful Operation"
        }
      ]
    },
    "subtype": [
      {
        "coding": [
          {
            "system": "http://hl7.org/fhir/restful-operation",
            "code": "vread",
            "display": "vread"
          }
        ]
      }
    ],
    "action": "R",
    "dateTime": "2013-06-20T23:42:24Z",
    "outcome": "0"
  },
  "participant": [
    {
      "userId": "95",
      "altId": "601847123",
      "name": "Grahame Grieve",
      "requestor": true
    }
  ],
  "source": {
    "site": "Cloud",
    "identifier": "hl7connect.healthintersections.com.au",
    "type": [
      {
        "system": "http://hl7.org/fhir/security-source-type",
        "code": "3",
        "display": "Web Server"
      }
    ]
  },
  "object": [
    {
      "reference": {
        "reference": "Patient/example/history/1"
      },
      "type": "2",
      "lifecycle": "6"
    }
  ]
}