Prescription Search Support, published by eHealth Platform Belgium. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/pss/ and changes regularly. See the Directory of published versions
: PSS Feedback Operation Definition - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Feedback"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition Feedback</b></p><a name=\"Feedback\"> </a><a name=\"hcFeedback\"> </a><p>URL: [base]/PlanDefinition/$feedback</p><p>URL: [base]/PlanDefinition/[id]/$feedback</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>pss-id</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/datatypes.html#string\">string</a></td><td/><td><div><p>the PSS ID</p>\n</div></td></tr><tr><td>IN</td><td>feedback-task</td><td/><td>1..*</td><td><a href=\"http://hl7.org/fhir/R4/resource.html\">Resource</a></td><td/><td><div><p>A Task 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=<code>proposal</code>, and with a new <code>id</code>.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/pss/OperationDefinition/Feedback"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/pss/OperationDefinition/Feedback>
] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "Feedback"] ; #
fhir:title [ fhir:v "PSS Feedback"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-11-04T09:37:23+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "eHealth Platform Belgium"] ; #
fhir:contact ( [
fhir:name [ fhir:v "eHealth Platform Belgium" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "support@be-ehealth-standards.atlassian.net" ] ] )
] [
fhir:name [ fhir:v "Message Structure eHealth" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "support@be-ehealth-standards.atlassian.net" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) ; #
fhir:description [ fhir:v "Operation to provide feedback on PSS suggestions"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:3166> ] ;
fhir:code [ fhir:v "BE" ] ;
fhir:display [ fhir:v "Belgium" ] ] )
] ) ; #
fhir:affectsState [ fhir:v false] ; #
fhir:code [ fhir:v "feedback"] ; #
fhir:resource ( [ fhir:v "PlanDefinition"] ) ; #
fhir:system [ fhir:v false] ; #
fhir:type [ fhir:v true] ; #
fhir:instance [ fhir:v true] ; #
fhir:parameter ( [
fhir:name [ fhir:v "pss-id" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "the PSS ID" ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:name [ fhir:v "feedback-task" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "*" ] ;
fhir:documentation [ fhir:v "A Task 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`." ] ;
fhir:type [ fhir:v "Resource" ]
] ) . #