Prescription Search Support 1.1.0 - STU1
Prescription Search Support - Downloaded Version 1.1.0 See the Directory of published versions
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-orange"] ; # 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-orange-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 ] ] ) ] ) . #