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

: AuditEventEntityTypes - XML Representation

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="audit-event-entity-types"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="https://cambio.codes/cs/audit-event-entity-types"/>
  <version value="1.0.0"/>
  <name value="AuditEventEntityTypes"/>
  <title value="AuditEventEntityTypes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2025-11-26T10:29:35+00:00"/>
  <publisher value="Cambio"/>
  <contact>
    <name value="Cambio"/>
    <telecom>
      <system value="url"/>
      <value value="https://cambio.se"/>
    </telecom>
  </contact>
  <contact>
    <name value="Cambio"/>
    <telecom>
      <system value="email"/>
      <value value="informatics@cambio.se"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="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 value="true"/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="result"/>
    <display value="Result"/>
    <definition
                value="The result from an API request. Will be used to group result related metadata in the audit log."/>
  </concept>
  <concept>
    <code value="AQLQuery"/>
    <display value="AQL Query"/>
    <definition
                value="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."/>
  </concept>
  <concept>
    <code value="modifiedAQLQuery"/>
    <display value="Modified AQL Query"/>
    <definition
                value="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."/>
  </concept>
</CodeSystem>