FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-audit-event-action.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-audit-event-action.html |
| URL | http://hl7.org/fhir/audit-event-action |
| Version | 4.0.1 |
| Status | draft |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | AuditEventAction |
| Title | AuditEventAction |
| Realm | uv |
| Authority | hl7 |
| Description | Indicator for type of action performed during the event that generated the event. |
| Content | complete |
| CodeSystem | |
| audit-event-action-cs | Audit event action translations |
| ValueSet | |
| audit-event-action-vs | Audit event action |
| R4-audit-event-action-for-R4B | Cross-version VS for R4.AuditEventAction for use in FHIR R4B |
| R2-audit-event-action-for-R4B | Cross-version VS for R2.AuditEventAction for use in FHIR R4B |
| R3-audit-event-action-for-R4B | Cross-version VS for R3.AuditEventAction for use in FHIR R4B |
| R4-audit-event-action-for-R5 | Cross-version VS for R4.AuditEventAction for use in FHIR R5 |
| R2-audit-event-action-for-R5 | Cross-version VS for R2.AuditEventAction for use in FHIR R5 |
| R3-audit-event-action-for-R5 | Cross-version VS for R3.AuditEventAction for use in FHIR R5 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem audit-event-action
This case-sensitive code system http://hl7.org/fhir/audit-event-action defines the following codes:
{
"resourceType": "CodeSystem",
"id": "audit-event-action",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 3
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "sec"
}
],
"url": "http://hl7.org/fhir/audit-event-action",
"version": "4.0.1",
"name": "AuditEventAction",
"title": "AuditEventAction",
"status": "draft",
"experimental": false,
"date": "2019-11-01T08:29:23+10:00",
"publisher": "Security",
"contact": [
{
"name": "Security",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/secure"
}
]
}
],
"description": "Indicator for type of action performed during the event that generated the event.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/audit-event-action|4.3.0",
"content": "complete",
"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."
}
]
}