Package | ch.fhir.ig.ch-epr-fhir |
Type | CapabilityStatement |
Id | PatientAuditRecordRepositoryCapabilityStatement |
FHIR Version | R4 |
Source | http://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/CapabilityStatement-PatientAuditRecordRepositoryCapabilityStatement.html |
URL | http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/PatientAuditRecordRepositoryCapabilityStatement |
Version | 5.0.0-ci-build |
Status | draft |
Date | 2024-11-19 |
Title | CapabilityStatement for the Patient Audit Record Repository |
Realm | ch |
Authority | hl7 |
Description | Defines the CapabilityStatement for the Patient Audit Record Repository actor of ITI-81. |
Copyright | CC0-1.0 |
Kind | requirements |
No resources found
StructureDefinition | |
AccessAuditTrailEvent | AccessAuditTrailEvent |
DocumentAuditEvent | DocumentAuditEvent |
HpdAuditEvent | HpdAuditEvent |
PolicyAuditEvent | PolicyAuditEvent |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement PatientAuditRecordRepositoryCapabilityStatement
application/fhir+xml
, application/fhir+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
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 | Supported Profiles AccessAuditTrailEvent DocumentAuditEvent HpdAuditEvent PolicyAuditEvent | y | date, agent.identifier, entity.identifier, entity-type, entity-role, subtype |
AccessAuditTrailEvent
DocumentAuditEvent
HpdAuditEvent
PolicyAuditEvent
Conformance | Parameter | Type | Documentation |
---|---|---|---|
SHALL | date | date | |
SHALL | agent.identifier | token | |
SHALL | entity.identifier | token | |
SHALL | entity-type | token | |
SHALL | entity-role | token | |
SHALL | subtype | token |
{ "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" } ] } ] } ] }