FHIR IG analytics| Package | hl7.fhir.be.pss |
| Resource Type | CapabilityStatement |
| Id | CapabilityStatement-PSSProviderCapabilityStatement.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-be/pss/CapabilityStatement-PSSProviderCapabilityStatement.html |
| URL | https://www.ehealth.fgov.be/standards/fhir/pss/CapabilityStatement/PSSProviderCapabilityStatement |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-05-22 |
| Title | PSS Provider System Capability Statement |
| Realm | be |
| Authority | hl7 |
| Description | CapabilityStatement for PSS provider systems. |
| Kind | requirements |
No resources found
| OperationDefinition | |
| cpg-plandefinition-apply | CPG PlanDefinition Apply |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement PSSProviderCapabilityStatement
xmlNote 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.
serverThe summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | S | U | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|
| PlanDefinition | $apply | ||||||||
| Consent | y | ||||||||
| Bundle | y |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $apply |
{
"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"
}
]
}
]
}
]
}