FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/Feedback

Packagehl7.fhir.be.pss
TypeOperationDefinition
IdFeedback
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/pss/https://build.fhir.org/ig/hl7-be/pss/OperationDefinition-Feedback.html
URLhttps://www.ehealth.fgov.be/standards/fhir/pss/OperationDefinition/Feedback
Version1.0.0
Statusactive
Date2025-07-18T09:14:34+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..1Identifier

the PSS ID

INfeedback-timestamp1..1dateTime

Feedback time stamp

INoutcome1..1Coding

Overall outcome

INsuggestion-feedback0..*

Feedback on individual suggestions

INsuggestion-feedback.suggestion-id1..1Identifier

The suggestion id

INsuggestion-feedback.outcome1..1CodingPSS Feedback Codes (Required)

The outcome of the suggestion

INsuggestion-feedback.override-reason0..1CodingPSS Feedback Code Reasons (Required)

The reason for override or rejection


Source

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