Prescription Search Support
1.0.0 - STU1 Belgium flag

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

: Example of feedback on a PSS suggestion - 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:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "feedback-example"] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "exact" ] ;
fhir:value [
a fhir:boolean ;
fhir:v true     ]
  ] [
fhir:name [ fhir:v "property" ] ;
    ( fhir:part [
fhir:name [ fhir:v "code" ] ;
fhir:value [
a fhir:code ;
fhir:v "focus"       ]     ] [
fhir:name [ fhir:v "value" ] ;
fhir:value [
a fhir:code ;
fhir:v "top"       ]     ] )
  ] [
fhir:name [ fhir:v "PSS-ID" ] ;
fhir:value [
a fhir:Identifier ;
fhir:value [ fhir:v "5146ed13-c240-46e4-bf40-dab28fabc437" ]     ]
  ] [
fhir:name [ fhir:v "outcomeTimeStamp" ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2025-05-28T10:10:00+02:00"^^xsd:dateTime     ]
  ] [
fhir:name [ fhir:v "outcome" ] ;
fhir:value [
a fhir:code ;
fhir:v "overridden"     ]
  ] [
fhir:name [ fhir:v "suggestionOutcome" ] ;
    ( fhir:part [
fhir:name [ fhir:v "suggestionId" ] ;
fhir:value [
a fhir:Identifier ;
fhir:value [ fhir:v "baf274d9-21b9-49a5-bdd1-e593663dd43c" ]       ]     ] [
fhir:name [ fhir:v "outcome" ] ;
fhir:value [
a fhir:code ;
fhir:v "overridden"       ]     ] [
fhir:name [ fhir:v "overrideReason" ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/PSSDeviationReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "otherReason" ]         ] ) ;
fhir:text [ fhir:v "Patient prefers local application" ]       ]     ] )
  ] [
fhir:name [ fhir:v "suggestionOutcome" ] ;
    ( fhir:part [
fhir:name [ fhir:v "suggestionId" ] ;
fhir:value [
a fhir:Identifier ;
fhir:value [ fhir:v "baf274d9-21b9-49a5-bdd1-e593663dd43c" ]       ]     ] [
fhir:name [ fhir:v "outcome" ] ;
fhir:value [
a fhir:code ;
fhir:v "overridden"       ]     ] [
fhir:name [ fhir:v "overrideReason" ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/PSSDeviationReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "otherReason" ]         ] ) ;
fhir:text [ fhir:v "Patient prefers local application" ]       ]     ] )
  ] [
fhir:name [ fhir:v "suggestionOutcome" ] ;
    ( fhir:part [
fhir:name [ fhir:v "suggestionId" ] ;
fhir:value [
a fhir:Identifier ;
fhir:value [ fhir:v "other" ]       ]     ] [
fhir:name [ fhir:v "outcome" ] ;
fhir:value [
a fhir:code ;
fhir:v "overridden"       ]     ] [
fhir:name [ fhir:v "overrideReason" ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/PSSDeviationReason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "otherReason" ]         ] ) ;
fhir:text [ fhir:v "Patient prefers their own medicine" ]       ]     ] [
fhir:name [ fhir:v "otherOptionSelected" ] ;
fhir:value [
a fhir:string ;
fhir:v "Patient prefers local application"       ]     ] )
  ] ) . #