1.0.0 - ci-build
CoreServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "CodeSystem",
"id" : "audit-event-entity-types",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem audit-event-entity-types</b></p><a name=\"audit-event-entity-types\"> </a><a name=\"hcaudit-event-entity-types\"> </a><p>This case-sensitive code system <code>https://cambio.codes/cs/audit-event-entity-types</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">result<a name=\"audit-event-entity-types-result\"> </a></td><td>Result</td><td>The result from an API request. Will be used to group result related metadata in the audit log.</td></tr><tr><td style=\"white-space:nowrap\">AQLQuery<a name=\"audit-event-entity-types-AQLQuery\"> </a></td><td>AQL Query</td><td>The original, unmodified AQL query invoked by an openEHR API consumer. Will be used to type an entity element as one where audit data related to the unmodified AQL query will be grouped.</td></tr><tr><td style=\"white-space:nowrap\">modifiedAQLQuery<a name=\"audit-event-entity-types-modifiedAQLQuery\"> </a></td><td>Modified AQL Query</td><td>The modified AQL query, meaning the AQL query that was actually executed. This can be different from the unmodified AQL query due to mechanisms in the CDR where i.e. business specific filter functionality is injected in AQL queries based on the context of the API request.</td></tr></table></div>"
},
"url" : "https://cambio.codes/cs/audit-event-entity-types",
"version" : "1.0.0",
"name" : "AuditEventEntityTypes",
"title" : "AuditEventEntityTypes",
"status" : "active",
"experimental" : false,
"date" : "2025-11-26T10:29:35+00:00",
"publisher" : "Cambio",
"contact" : [
{
"name" : "Cambio",
"telecom" : [
{
"system" : "url",
"value" : "https://cambio.se"
}
]
},
{
"name" : "Cambio",
"telecom" : [
{
"system" : "email",
"value" : "informatics@cambio.se",
"use" : "work"
}
]
}
],
"description" : "Specifies the type codes used for entities that play a part in an audit event. Does not include codes already definied elsewhere by well-renowned actors.",
"caseSensitive" : true,
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "result",
"display" : "Result",
"definition" : "The result from an API request. Will be used to group result related metadata in the audit log."
},
{
"code" : "AQLQuery",
"display" : "AQL Query",
"definition" : "The original, unmodified AQL query invoked by an openEHR API consumer. Will be used to type an entity element as one where audit data related to the unmodified AQL query will be grouped."
},
{
"code" : "modifiedAQLQuery",
"display" : "Modified AQL Query",
"definition" : "The modified AQL query, meaning the AQL query that was actually executed. This can be different from the unmodified AQL query due to mechanisms in the CDR where i.e. business specific filter functionality is injected in AQL queries based on the context of the API request."
}
]
}