eHealth Platform Federal infsec Profiles
1.3.0 - STU1 Belgium flag

This page is part of the HL7 Belgium FHIR Implementation Guide - Infrastructure and Security Profiles profiles (v1.3.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Capability Statement with Pseudonymisation

Active as of 2026-06-28

Raw json | Download

{
  "resourceType" : "CapabilityStatement",
  "id" : "capabilitystatement",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CapabilityStatement capabilitystatement</b></p><a name=\"capabilitystatement\"> </a><a name=\"hccapabilitystatement\"> </a><h2 id=\"title\"/><ul><li>Implementation Guide Version: 1.3.0 </li><li>FHIR Version: 4.0.1 </li><li>Supported Formats: <code>json</code>, <code>xml</code></li><li>Published on: 2026-06-28 </li><li>Published by: eHealth Platform </li></ul><blockquote class=\"impl-note\"><p><strong>Note to Implementers: FHIR Capabilities</strong></p><p>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.</p></blockquote><h2 id=\"rest\">FHIR RESTful Capabilities</h2><div class=\"panel panel-default\"><div class=\"panel-heading\"><h3 id=\"mode1\" class=\"panel-title\">Mode: <code>server</code></h3></div><div class=\"panel-body\"><div class=\"lead\"><em>Security</em></div><div class=\"row\"><div class=\"col-lg-6\">Enable CORS: no</div><div class=\"col-lg-6\">Security services supported: <code>urn:be:fgov:ehealth:pseudo:v1</code>, <code>urn:be:fgov:ehealth:pseudo:v2</code>, <code>urn:be:fgov:pseudo-encrypted:v1</code></div></div></div></div></div>"
  },
  "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"
              }
            ]
          }
        ]
      }
    }
  ]
}