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
: Antimicrobial feedback - red recommendation - 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 "antimicrobial-feedback-red"] ; #
fhir:parameter ( [
fhir:name [ fhir:v "pss-id" ] ;
fhir:value [
a fhir:String ;
fhir:v "0051510d-79e7-4bc6-a4f5-6b0654b23c03" ]
] [
fhir:name [ fhir:v "feedback-task" ] ;
( fhir:Parameters.parameter.resource [
a fhir:Task ;
fhir:id [ fhir:v "task-accepted-red-a" ] ;
fhir:meta [
( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/FeedbackTask"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/FeedbackTask> ] ) ] ;
fhir:status [ fhir:v "accepted" ] ;
fhir:statusReason [
( fhir:coding [
fhir:system [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/PSSaFeedbackReasons"^^xsd:anyURI ;
fhir:l <https://www.ehealth.fgov.be/standards/fhir/pss/CodeSystem/PSSaFeedbackReasons> ] ;
fhir:code [ fhir:v "OtherReason" ] ] ) ;
fhir:text [ fhir:v "This was the only possible choice, because this patient is alergic to the usual alternative medication" ] ] ;
fhir:intent [ fhir:v "option" ] ;
fhir:focus [
fhir:l fhir:MedicationRequest/30551ce1-5a28-4356-b684-1e639094ad29 ;
fhir:reference [ fhir:v "MedicationRequest/30551ce1-5a28-4356-b684-1e639094ad29" ] ] ;
fhir:lastModified [ fhir:v "2025-05-28T10:15:00+02:00"^^xsd:dateTime ] ] )
] ) . #