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 
Definition for Value SetSecurityEventAction
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><h2>SecurityEventAction</h2><p>Indicator for type of action performed during the event that generated the audit.</p><p>This value set defines its own terms in the system http://hl7.org/fhir/security-event-action</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>C<a name=\"C\"> </a></td><td>Create</td><td>Create a new database object, such as Placing an Order.</td></tr><tr><td>R<a name=\"R\"> </a></td><td>Read/View/Print</td><td>Display or print data, such as a Doctor Census.</td></tr><tr><td>U<a name=\"U\"> </a></td><td>Update</td><td>Update data, such as Revise Patient Information.</td></tr><tr><td>D<a name=\"D\"> </a></td><td>Delete</td><td>Delete items, such as a doctor master file record.</td></tr><tr><td>E<a name=\"E\"> </a></td><td>Execute</td><td>Perform a system or application function such as log-on, program execution or use of an object's method, or perform a query/search operation.</td></tr></table></div>"
},
"identifier": "http://hl7.org/fhir/vs/security-event-action",
"name": "SecurityEventAction",
"publisher": "HL7 (FHIR Project)",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
],
"description": "Indicator for type of action performed during the event that generated the audit.",
"status": "draft",
"date": "2014-09-30T18:09:16.974+10:00",
"define": {
"system": "http://hl7.org/fhir/security-event-action",
"caseSensitive": true,
"concept": [
{
"code": "C",
"display": "Create",
"definition": "Create a new database object, such as Placing an Order."
},
{
"code": "R",
"display": "Read/View/Print",
"definition": "Display or print data, such as a Doctor Census."
},
{
"code": "U",
"display": "Update",
"definition": "Update data, such as Revise Patient Information."
},
{
"code": "D",
"display": "Delete",
"definition": "Delete items, such as a doctor master file record."
},
{
"code": "E",
"display": "Execute",
"definition": "Perform a system or application function such as log-on, program execution or use of an object's method, or perform a query/search operation."
}
]
}
}