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

 

Example of securityevent

{"SecurityEvent": {
  "text": {
    "status": "generated",
    "div": "<div>Application Start for under service login &quot;Grahame&quot; (id: Grahame's Test HL7Connect)<\/div>"
  },
  "source": [{
    "id": {"value": "Grahame's Laptop"},
    "site": {"value": "Development"},
    "type": [{
      "system": {"value": "urn:ietf:rfc:3881"},
      "code": {"value": "4"}
    }]
  }],
  "event": {
    "id": {
      "system": {"value": "urn:oid:1.2.840.10008.6.1.903"},
      "display": {"value": "Application Activity"},
      "code": {"value": "110100"}
    },
    "dateTime": {"value": "2012-10-25T22:04:27+11:00"},
    "action": "E",
    "code": [{
      "system": {"value": "urn:oid:1.2.840.10008.6.1.904"},
      "display": {"value": "Application Start"},
      "code": {"value": "110120"}
    }],
    "outcome": "0"
  },
  "participant": [{
    "userId": {"value": "Grahame"},
    "role": [{"display": {"value": "Service User (Logon)"}}],
    "network": {
      "id": {"value": "127.0.0.1"},
      "type": "ip"
    },
    "requestor": {"value": "org.hl7.fhir.instance.model.Boolean@d9c21c6"}
  }],
  "object": [{
    "id": {"value": "urn:uuid:{798CF803-C39C-4C7E-A4A5-CEC87EC24162}"},
    "idType": {
      "system": {"value": "urn:ietf:rfc:3881"},
      "display": {"value": "URI"},
      "code": {"value": "12"}
    },
    "lifecycle": "6",
    "name": {"value": "Grahame's Test HL7Connect"},
    "role": "4",
    "type": "3"
  }]
}}