FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CapabilityStatement/PatientAuditRecordRepositoryCapabilityStatement

Packagech.fhir.ig.ch-epr-fhir
TypeCapabilityStatement
IdPatientAuditRecordRepositoryCapabilityStatement
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/CapabilityStatement-PatientAuditRecordRepositoryCapabilityStatement.html
URLhttp://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/PatientAuditRecordRepositoryCapabilityStatement
Version5.0.0-ci-build
Statusdraft
Date2024-11-19
TitleCapabilityStatement for the Patient Audit Record Repository
Realmch
Authorityhl7
DescriptionDefines the CapabilityStatement for the Patient Audit Record Repository actor of ITI-81.
CopyrightCC0-1.0
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
AccessAuditTrailEventAccessAuditTrailEvent
DocumentAuditEventDocumentAuditEvent
HpdAuditEventHpdAuditEvent
PolicyAuditEventPolicyAuditEvent

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CapabilityStatement PatientAuditRecordRepositoryCapabilityStatement

CapabilityStatement for the Patient Audit Record Repository

  • Implementation Guide Version: 5.0.0-ci-build
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Supported Patch Formats:
  • Published on: 2024-11-19
  • Published by: eHealth Suisse

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.

FHIR RESTful Capabilities

Mode: server

Summary of System-wide Interactions

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
AuditEventSupported Profiles
  AccessAuditTrailEvent
  DocumentAuditEvent
  HpdAuditEvent
  PolicyAuditEvent
ydate, agent.identifier, entity.identifier, entity-type, entity-role, subtype

Resource Conformance: supported AuditEvent

Core FHIR Resource
AuditEvent
Reference Policy
Interaction summary
  • Supports
    search-type

    ITI-81

Search Parameters
ConformanceParameterTypeDocumentation
SHALLdatedate
SHALLagent.identifiertoken
SHALLentity.identifiertoken
SHALLentity-typetoken
SHALLentity-roletoken
SHALLsubtypetoken
 

Source

{
  "resourceType": "CapabilityStatement",
  "id": "PatientAuditRecordRepositoryCapabilityStatement",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/PatientAuditRecordRepositoryCapabilityStatement",
  "version": "5.0.0-ci-build",
  "title": "CapabilityStatement for the Patient Audit Record Repository",
  "status": "draft",
  "date": "2024-11-19",
  "publisher": "eHealth Suisse",
  "contact": [
    {
      "name": "eHealth Suisse",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.e-health-suisse.ch"
        }
      ]
    },
    {
      "name": "eHealth Suisse",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.e-health-suisse.ch",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Defines the CapabilityStatement for the Patient Audit Record Repository actor of ITI-81.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CH"
        }
      ]
    }
  ],
  "copyright": "CC0-1.0",
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "AuditEvent",
          "supportedProfile": [
            "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/AccessAuditTrailEvent",
            "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/DocumentAuditEvent",
            "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/HpdAuditEvent",
            "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/PolicyAuditEvent"
          ],
          "interaction": [
            {
              "code": "search-type",
              "documentation": "ITI-81"
            }
          ],
          "searchParam": [
            {
              "name": "date",
              "type": "date"
            },
            {
              "name": "agent.identifier",
              "type": "token"
            },
            {
              "name": "entity.identifier",
              "type": "token"
            },
            {
              "name": "entity-type",
              "type": "token"
            },
            {
              "name": "entity-role",
              "type": "token"
            },
            {
              "name": "subtype",
              "type": "token"
            }
          ]
        }
      ]
    }
  ]
}