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 
General SecurityEvent Example
{
"resourceType": "SecurityEvent",
"text": {
"status": "generated",
"div": "<div>Application Start for under service login "Grahame" (id: Grahame's Test HL7Connect)</div>"
},
"event": {
"type": {
"coding": [
{
"system": "http://nema.org/dicom/dcid",
"code": "110100",
"display": "Application Activity"
}
]
},
"subtype": [
{
"coding": [
{
"system": "http://nema.org/dicom/dcid",
"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"
}
]
}