2nd DSTU Draft For Comment

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

Securityevent-example.json

Raw JSON (canonical form)

General SecurityEvent Example

{
  "resourceType": "SecurityEvent",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "event": {
    "type": {
      "coding": [
        {
          "system": "http://nema.org/dicom/dicm",
          "code": "110100",
          "display": "Application Activity"
        }
      ]
    },
    "subtype": [
      {
        "coding": [
          {
            "system": "http://nema.org/dicom/dicm",
            "code": "110120",
            "display": "Application Start"
          }
        ]
      }
    ],
    "action": "E",
    "dateTime": "2012-10-25T22:04:27+11:00",
    "outcome": "0"
  },
  "participant": [
    {
      "role": [
        {
          "text": "Service User (Logon)"
        }
      ],
      "userId": "Grahame",
      "requestor": false,
      "network": {
        "identifier": "127.0.0.1",
        "type": "2"
      }
    }
  ],
  "source": {
    "site": "Development",
    "identifier": "Grahame's Laptop",
    "type": [
      {
        "system": "http://hl7.org/fhir/security-event-sub-type",
        "code": "1"
      }
    ]
  },
  "object": [
    {
      "identifier": {
        "label": "Dell Serial Number",
        "value": "ABCDEF"
      },
      "type": "4",
      "role": "4",
      "lifecycle": "6",
      "name": "Grahame's Laptop"
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.