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

FHIR IG analytics

Packagehl7.fhir.be.pss
Resource TypeCapabilityStatement
IdCapabilityStatement-PSSProviderCapabilityStatement.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/pss/CapabilityStatement-PSSProviderCapabilityStatement.html
URLhttps://www.ehealth.fgov.be/standards/fhir/pss/CapabilityStatement/PSSProviderCapabilityStatement
Version1.0.0
Statusactive
Date2025-05-22
TitlePSS Provider System Capability Statement
Realmbe
Authorityhl7
DescriptionCapabilityStatement for PSS provider systems.
Kindrequirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
cpg-plandefinition-applyCPG PlanDefinition Apply

Narrative

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

Generated Narrative: CapabilityStatement PSSProviderCapabilityStatement

PSS Provider System Capability Statement

  • Implementation Guide Version: 1.0.0
  • FHIR Version: 4.0.1
  • Supported Formats: xml
  • Published on: 2025-05-22
  • Published by: eHealth Platform Belgium

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

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
PlanDefinition $apply
Consent y
Bundle y

Resource Conformance: supported PlanDefinition

Core FHIR Resource
PlanDefinition
Reference Policy
Interaction summary

    Extended Operations
    ConformanceOperationDocumentation
    SHALL$apply

    Resource Conformance: supported Consent

    Core FHIR Resource
    Consent
    Reference Policy
    Interaction summary
    • Supports create.

    Resource Conformance: supported Bundle

    Core FHIR Resource
    Bundle
    Reference Policy
    Interaction summary
    • Supports read.


    Source1

    {
      "resourceType": "CapabilityStatement",
      "id": "PSSProviderCapabilityStatement",
      "text": {
        "status": "extensions",
        "div": "<!-- snip (see above) -->"
      },
      "url": "https://www.ehealth.fgov.be/standards/fhir/pss/CapabilityStatement/PSSProviderCapabilityStatement",
      "version": "1.0.0",
      "title": "PSS Provider System Capability Statement",
      "status": "active",
      "date": "2025-05-22",
      "publisher": "eHealth Platform Belgium",
      "contact": [
        {
          "name": "eHealth Platform Belgium",
          "telecom": [
            {
              "system": "url",
              "value": "https://www.ehealth.fgov.be/standards/fhir/"
            },
            {
              "system": "email",
              "value": "support@be-ehealth-standards.atlassian.net"
            }
          ]
        },
        {
          "name": "Message Structure eHealth",
          "telecom": [
            {
              "system": "email",
              "value": "support@be-ehealth-standards.atlassian.net",
              "use": "work"
            }
          ]
        }
      ],
      "description": "CapabilityStatement for PSS provider systems.",
      "jurisdiction": [
        {
          "coding": [
            {
              "system": "urn:iso:std:iso:3166",
              "code": "BE",
              "display": "Belgium"
            }
          ]
        }
      ],
      "kind": "requirements",
      "fhirVersion": "4.0.1",
      "format": [
        "xml"
      ],
      "rest": [
        {
          "mode": "server",
          "resource": [
            {
              "type": "PlanDefinition",
              "operation": [
                {
                  "name": "$apply",
                  "definition": "http://hl7.org/fhir/uv/cpg/OperationDefinition/cpg-plandefinition-apply"
                }
              ]
            },
            {
              "type": "Consent",
              "interaction": [
                {
                  "code": "create"
                }
              ]
            },
            {
              "type": "Bundle",
              "interaction": [
                {
                  "code": "read"
                }
              ]
            }
          ]
        }
      ]
    }