FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set expansion contains 4 concepts.
| System | Version | Code | Display | Definition |
http://terminology.hl7.org/CodeSystem/audit-event-type | | rest | RESTful Operation | Audit Event: Execution of a RESTful operation as defined by FHIR. |
http://terminology.hl7.org/CodeSystem/audit-event-type | | document | A Document Operation | Audit Event: Execution of an operation on a Document (e.g. XDS, CDA, etc). |
http://terminology.hl7.org/CodeSystem/audit-event-type | | object | An Operation on other Objects | Audit Event: Execution of an operation on an Object. For use when a more specific event type is not available. |
http://dicom.nema.org/resources/ontology/DCM | 01 | 110106 | Export | Audit event: Data has been exported out of the system |
Source1
{
"resourceType": "ValueSet",
"id": "epa-auditevent-type-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://gematik.de/fhir/epa/ValueSet/epa-auditevent-type-vs",
"version": "1.2.0",
"name": "EPAAuditEventTypeVS",
"title": "EPA AuditEvent Type",
"status": "active",
"experimental": false,
"date": "2025-09-12",
"publisher": "gematik GmbH",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://www.gematik.de"
}
]
}
],
"description": "Types of AuditEvents in the ePA context",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DE"
}
]
}
],
"immutable": false,
"copyright": "gematik GmbH / Dieses Artefakt ist lizenziert unter [Apache License](./license.html), Version 2.0.",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
"concept": [
{
"code": "rest",
"display": "RESTful Operation"
},
{
"code": "document",
"display": "A Document Operation"
},
{
"code": "object",
"display": "An Operation on other Objects"
}
]
},
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"version": "01",
"concept": [
{
"code": "110106",
"display": "Export"
}
]
}
]
},
"expansion": {
"timestamp": "2025-05-27",
"contains": [
{
"system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
"code": "rest",
"display": "RESTful Operation"
},
{
"system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
"code": "document",
"display": "A Document Operation"
},
{
"system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
"code": "object",
"display": "An Operation on other Objects"
},
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"version": "01",
"code": "110106",
"display": "Export"
}
]
}
}