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

FHIR IG analytics

Packagehl7.fhir.be.infsec
Resource TypeCapabilityStatement
IdCapabilityStatement-capabilitystatement.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/infsec/CapabilityStatement-capabilitystatement.html
URLhttps://www.ehealth.fgov.be/standards/fhir/infsec/CapabilityStatement/capabilitystatement
Version1.3.0
Statusactive
Date2026-06-28
NamePseudonymizationSupport
Realmbe
Authorityhl7
Kindinstance

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CapabilityStatement capabilitystatement

  • Implementation Guide Version: 1.3.0
  • FHIR Version: 4.0.1
  • Supported Formats: json, xml
  • Published on: 2026-06-28
  • Published by: eHealth Platform

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

Security
Enable CORS: no
Security services supported: urn:be:fgov:ehealth:pseudo:v1, urn:be:fgov:ehealth:pseudo:v2, urn:be:fgov:pseudo-encrypted:v1

Source1

{
  "resourceType": "CapabilityStatement",
  "id": "capabilitystatement",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.ehealth.fgov.be/standards/fhir/infsec/CapabilityStatement/capabilitystatement",
  "version": "1.3.0",
  "name": "PseudonymizationSupport",
  "status": "active",
  "date": "2026-06-28",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "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"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE",
          "display": "Belgium"
        }
      ]
    }
  ],
  "kind": "instance",
  "implementation": {
    "description": "Example FHIR server supporting pseudonymisation",
    "url": "https://example.org/fhir"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "json",
    "xml"
  ],
  "rest": [
    {
      "mode": "server",
      "security": {
        "service": [
          {
            "coding": [
              {
                "system": "https://www.ehealth.fgov.be/standards/fhir/infsec/CodeSystem/be-cs-pseudonymization-version",
                "code": "urn:be:fgov:ehealth:pseudo:v1"
              }
            ]
          },
          {
            "coding": [
              {
                "system": "https://www.ehealth.fgov.be/standards/fhir/infsec/CodeSystem/be-cs-pseudonymization-version",
                "code": "urn:be:fgov:ehealth:pseudo:v2"
              }
            ]
          },
          {
            "coding": [
              {
                "system": "https://www.ehealth.fgov.be/standards/fhir/infsec/CodeSystem/be-cs-pseudonymization-version",
                "code": "urn:be:fgov:pseudo-encrypted:v1"
              }
            ]
          }
        ]
      }
    }
  ]
}