Package | hl7.fhir.be.pss |
Type | OperationDefinition |
Id | Feedback |
FHIR Version | R4 |
Source | https://www.ehealth.fgov.be/standards/fhir/pss/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 | 2025-07-18T09:14:34+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 | Identifier | the PSS ID | ||
IN | feedback-timestamp | 1..1 | dateTime | Feedback time stamp | ||
IN | outcome | 1..1 | Coding | Overall outcome | ||
IN | suggestion-feedback | 0..* | Feedback on individual suggestions | |||
IN | suggestion-feedback.suggestion-id | 1..1 | Identifier | The suggestion id | ||
IN | suggestion-feedback.outcome | 1..1 | Coding | PSS Feedback Codes (Required) | The outcome of the suggestion | |
IN | suggestion-feedback.override-reason | 0..1 | Coding | PSS Feedback Code Reasons (Required) | The reason for override or rejection |
{ "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": "2025-07-18T09:14:34+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": "Identifier" }, { "name": "feedback-timestamp", "use": "in", "min": 1, "max": "1", "documentation": "Feedback time stamp", "type": "dateTime" }, { "name": "outcome", "use": "in", "min": 1, "max": "1", "documentation": "Overall outcome", "type": "Coding" }, { "name": "suggestion-feedback", "use": "in", "min": 0, "max": "*", "documentation": "Feedback on individual suggestions", "part": [ { "name": "suggestion-id", "use": "in", "min": 1, "max": "1", "documentation": "The suggestion id", "type": "Identifier" }, { "name": "outcome", "use": "in", "min": 1, "max": "1", "documentation": "The outcome of the suggestion", "type": "Coding", "binding": { "strength": "required", "valueSet": "https://www.ehealth.fgov.be/standards/fhir/pss/ValueSet/PSSFeedbackCodesVS" } }, { "name": "override-reason", "use": "in", "min": 0, "max": "1", "documentation": "The reason for override or rejection", "type": "Coding", "binding": { "strength": "required", "valueSet": "https://www.ehealth.fgov.be/standards/fhir/pss/ValueSet/PSSFeedbackReasonsVS" } } ] } ] }