FHIR IG analytics| Package | hl7.fhir.be.pss |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-Feedback.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-be/pss/OperationDefinition-Feedback.html |
| URL | https://www.ehealth.fgov.be/standards/fhir/pss/OperationDefinition/Feedback |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-01-14T16:01:10+00:00 |
| Name | Feedback |
| Title | PSS Feedback |
| Realm | be |
| Authority | hl7 |
| Description | Operation to provide feedback on PSS suggestions |
| Type | true |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition Feedback
URL: [base]/PlanDefinition/$feedback
URL: [base]/PlanDefinition/[id]/$feedback
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | pss-id | 1..1 | string | the PSS ID | ||
| IN | feedback-resource | 1..* | Resource (PSS Response Bundle, PSS Feedback Task) | A Task, or a Bundle containing the Task as well as a new request, representing the decision on the PSS request. In case the decision is to override an original proposal, or go for a completely different proposal that is not among those provided by PSS, the client shall provide that order, anonymized, with intent= |
{
"resourceType": "OperationDefinition",
"id": "Feedback",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.ehealth.fgov.be/standards/fhir/pss/OperationDefinition/Feedback",
"version": "1.0.0",
"name": "Feedback",
"title": "PSS Feedback",
"status": "active",
"kind": "operation",
"experimental": false,
"date": "2026-01-14T16:01:10+00:00",
"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": "Operation to provide feedback on PSS suggestions",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BE",
"display": "Belgium"
}
]
}
],
"affectsState": false,
"code": "feedback",
"resource": [
"PlanDefinition"
],
"system": false,
"type": true,
"instance": true,
"parameter": [
{
"name": "pss-id",
"use": "in",
"min": 1,
"max": "1",
"documentation": "the PSS ID",
"type": "string"
},
{
"name": "feedback-resource",
"use": "in",
"min": 1,
"max": "*",
"documentation": "A Task, or a Bundle containing the Task as well as a new request, representing the decision on the PSS request. In case the decision is to override an original proposal, or go for a completely different proposal that is not among those provided by PSS, the client shall provide that order, anonymized, with intent=`proposal`, and with a new `id`.\nIf the user doesn't accept any of the options provided by PSS, a feedback is still required to finish the PSS process. \nThis can be either a set of Task, option by option ",
"type": "Resource",
"targetProfile": [
"https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/PSSFeedbackBundle",
"https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/FeedbackTask"
]
}
]
}