Audit Events Implementation Guide
0.1.0 - draft
Audit Events Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Official URL: https://fhir-ig.digital.health.nz/auditevents/CapabilityStatement/HiraCapabilityStatement | Version: 0.1.0 | |||
Draft as of 2024-04-18 | Computable Name: |
FHIR API for AuditEvents
Raw OpenAPI-Swagger Definition file | Download
Generated Narrative: CapabilityStatement HiraCapabilityStatement
json
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
server
Details the FHIR Server API for AuditEvents. This API allows for the creation, retrieval and searching of AuditEvent resources.
SMART-on-FHIR
Details security requirements are detailed at security.
transaction
interaction.batch
interaction.The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|
AuditEvent | http://hl7.org/fhir/StructureDefinition/AuditEvent Additional supported profiles: Hira Audit Event | y | y | y | patient, correlationId |
https://fhir-ig.digital.health.nz/auditevents/StructureDefinition/hira-audit-event
read
, search-type
, create
.Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | patient | reference | Allows searching for AuditEvent resources by patient. e.g. [base]/AuditEvent?patient=https://api.hip.digital.health.nz/fhir/Patient/ZXP7823 |
SHALL | correlationId | string | Allows searching for AuditEvent resources by correlationId. e.g. [base]/AuditEvent?correlationId=123456. This is a custom parameter. |