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

FHIR IG analytics

Packagehl7.fhir.be.pss
Resource TypeOperationDefinition
IdOperationDefinition-Feedback.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-be/pss/OperationDefinition-Feedback.html
URLhttps://www.ehealth.fgov.be/standards/fhir/pss/OperationDefinition/Feedback
Version1.0.0
Statusactive
Date2026-01-14T16:01:10+00:00
NameFeedback
TitlePSS Feedback
Realmbe
Authorityhl7
DescriptionOperation to provide feedback on PSS suggestions
Typetrue
Kindoperation

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: OperationDefinition Feedback

URL: [base]/PlanDefinition/$feedback

URL: [base]/PlanDefinition/[id]/$feedback

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpss-id1..1string

the PSS ID

INfeedback-resource1..*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=proposal, and with a new id. If the user doesn't accept any of the options provided by PSS, a feedback is still required to finish the PSS process. This can be either a set of Task, option by option


Source1

{
  "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"
      ]
    }
  ]
}