FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cz.hie
Resource TypeCapabilityStatement
IdCapabilityStatement-CZ-ATNA-AuditCreator.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/HIE/CapabilityStatement-CZ-ATNA-AuditCreator.html
URLhttps://hl7.cz/fhir/hie/CapabilityStatement/CZ-ATNA-AuditCreator
Version0.0.1
Statusactive
Date2024-01-08
NameCZ_ATNA_Audit_Creator
TitleATNA Audit Creator (client)
Realmcz
Authorityhl7
DescriptionCapabilityStatement for Client Actor in the IHE IT Infrastructure Technical Framework Supplement Add RESTful ATNA.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
cz-auditEventIti65RecipientCZ Audit Event for [ITI-65] Document Recipient
cz-auditEventIti65SourceCZ Audit Event for [ITI-65] Document Source
cz-auditEventIti67ConsumerCZ Audit Event for [ITI-67] Document Consumer
cz-auditEventIti67ResponderCZ Audit Event for [ITI-67] Document Responder
cz-auditEventIti68ConsumerCZ Audit Event for [ITI-68] Document Consumer

Narrative

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

Generated Narrative: CapabilityStatement CZ-ATNA-AuditCreator

ATNA Audit Creator (client)

  • Implementation Guide Version: 0.0.1
  • FHIR Version: 4.0.1
  • Supported Formats: application/fhir+xml, application/fhir+json
  • Published on: 2024-01-08
  • Published by: HL7 Czech Republic

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: client

IHE ITI ATNA ITI-20 endpoint

Summary of System-wide Interactions
  • Supports the batchinteraction described as follows:

    ITI-20 Send Audit Bundle Request Message - FHIR Feed Interaction

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)


Source1

{
  "resourceType": "CapabilityStatement",
  "id": "CZ-ATNA-AuditCreator",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/hie/CapabilityStatement/CZ-ATNA-AuditCreator",
  "version": "0.0.1",
  "name": "CZ_ATNA_Audit_Creator",
  "title": "ATNA Audit Creator (client)",
  "status": "active",
  "experimental": false,
  "date": "2024-01-08",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "CapabilityStatement for Client Actor in the IHE IT Infrastructure Technical Framework Supplement Add RESTful ATNA.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "client",
      "documentation": "IHE ITI ATNA ITI-20 endpoint",
      "resource": [
        {
          "type": "AuditEvent",
          "supportedProfile": [
            "https://hl7.cz/fhir/hie/StructureDefinition/cz-auditEventIti65Recipient",
            "https://hl7.cz/fhir/hie/StructureDefinition/cz-auditEventIti65Source",
            "https://hl7.cz/fhir/hie/StructureDefinition/cz-auditEventIti67Consumer",
            "https://hl7.cz/fhir/hie/StructureDefinition/cz-auditEventIti67Responder",
            "https://hl7.cz/fhir/hie/StructureDefinition/cz-auditEventIti68Consumer"
          ],
          "interaction": [
            {
              "code": "create"
            }
          ],
          "versioning": "no-version"
        }
      ],
      "interaction": [
        {
          "code": "batch",
          "documentation": "ITI-20 Send Audit Bundle Request Message - FHIR Feed Interaction"
        }
      ]
    }
  ]
}