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

: Antimicrobial feedback - green 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-green"] ; # 
  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-green-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:intent [ fhir:v "option" ] ;
fhir:focus [
fhir:l fhir:MedicationRequest/30551ce1-5a28-4356-b684-1e639094ac23 ;
fhir:reference [ fhir:v "MedicationRequest/30551ce1-5a28-4356-b684-1e639094ac23" ] ;
fhir:identifier [
fhir:value [ fhir:v "J01XD01" ]         ]       ] ;
fhir:lastModified [ fhir:v "2025-05-28T10:10:00+02:00"^^xsd:dateTime ]     ] )
  ] ) . #