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

FHIR IG Statistics: CapabilityStatement/CH.PPQm.PolicySourceConsumer

Packagech.fhir.ig.ch-epr-fhir
TypeCapabilityStatement
IdCH.PPQm.PolicySourceConsumer
FHIR VersionR4
Sourcehttp://fhir.ch/ig/ch-epr-fhir/https://build.fhir.org/ig/ehealthsuisse/ch-epr-fhir/CapabilityStatement-CH.PPQm.PolicySourceConsumer.html
URLhttp://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PPQm.PolicySourceConsumer
Version5.0.0-ci-build
Statusactive
Date2024-03-19
NameCH_PPQm_Policy_Source_Consumer
TitlePPQm Policy Source and Consumer (client)
Realmch
Authorityhl7
DescriptionCapabilityStatement for the Policy Source and Policy Consumer actors in the CH:PPQm profile (client).
CopyrightCC0-1.0
Kindrequirements

Resources that use this resource

CapabilityStatement
CH.EPR.AppEPR App (client)

Resources that this resource uses

StructureDefinition
PpqmConsentCH PPQm Consent
PpqmFeedRequestBundleCH PPQm Feed Request Bundle
PpqmRetrieveResponseBundleCH PPQm Retrieve Response Bundle

Narrative

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

Generated Narrative: CapabilityStatement CH.PPQm.PolicySourceConsumer

PPQm Policy Source and Consumer (client)

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

CH:PPQm endpoints

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

    Only the PPQ-4 transaction is supported.

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
ConsentSupported Profiles
  CH PPQm Consent
yypatient:identifier, identifier
BundleSupported Profiles
  CH PPQm Feed Request Bundle
  CH PPQm Retrieve Response Bundle

Resource Conformance: supported Consent

Core FHIR Resource
Consent
Reference Policy
Interaction summary
  • Supports
    create

    PPQ-3 POST — Add Policy Set

    search-type

    PPQ-5 — Retrieve Policy Set

Supported Profiles

CH PPQm Consent

Search Parameters
ConformanceParameterTypeDocumentation
SHALLpatient:identifiertoken

PPQ-5 — Query by Patient ID

SHALLidentifiertoken

PPQ-5 — Query by Policy Set ID

 

Resource Conformance: supported Bundle

Core FHIR Resource
Bundle
Reference Policy
Interaction summary


    Source

    {
      "resourceType": "CapabilityStatement",
      "id": "CH.PPQm.PolicySourceConsumer",
      "text": {
        "status": "extensions",
        "div": "<!-- snip (see above) -->"
      },
      "url": "http://fhir.ch/ig/ch-epr-fhir/CapabilityStatement/CH.PPQm.PolicySourceConsumer",
      "version": "5.0.0-ci-build",
      "name": "CH_PPQm_Policy_Source_Consumer",
      "title": "PPQm Policy Source and Consumer (client)",
      "status": "active",
      "experimental": false,
      "date": "2024-03-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": "CapabilityStatement for the Policy Source and Policy Consumer actors in the CH:PPQm profile (client).",
      "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": "client",
          "documentation": "CH:PPQm endpoints",
          "resource": [
            {
              "type": "Consent",
              "supportedProfile": [
                "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/PpqmConsent"
              ],
              "interaction": [
                {
                  "code": "create",
                  "documentation": "PPQ-3 POST — Add Policy Set"
                },
                {
                  "code": "search-type",
                  "documentation": "PPQ-5 — Retrieve Policy Set"
                }
              ],
              "versioning": "no-version",
              "conditionalUpdate": true,
              "conditionalDelete": "single",
              "searchParam": [
                {
                  "name": "patient:identifier",
                  "type": "token",
                  "documentation": "PPQ-5 — Query by Patient ID"
                },
                {
                  "name": "identifier",
                  "type": "token",
                  "documentation": "PPQ-5 — Query by Policy Set ID"
                }
              ]
            },
            {
              "type": "Bundle",
              "supportedProfile": [
                "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/PpqmFeedRequestBundle",
                "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/PpqmRetrieveResponseBundle"
              ]
            }
          ],
          "interaction": [
            {
              "code": "transaction",
              "documentation": "Only the PPQ-4 transaction is supported."
            }
          ]
        }
      ]
    }