Prescription Search Support, published by eHealth Platform. 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
: Antibiology - S3 Get Recommendations - Response - 1.1. RequestGroup - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:RequestGroup ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "getrecommendations2-return-1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RequestGroup getrecommendations2-return-1</b></p><a name=\"getrecommendations2-return-1\"> </a><a name=\"hcgetrecommendations2-return-1\"> </a><a name=\"getrecommendations2-return-1-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>subject</b>: <a href=\"Patient-X.html\">Anonymous Patient Male, DoB: 1972-05-24</a></p><blockquote><p><b>action</b></p><p><b>textEquivalent</b>: Antibioticum behandeling enkel bij storende klachten of bij verhoogd risico op vroeggeboorte...</p><p><b>selectionBehavior</b>: At Most One</p><h3>Actions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>TextEquivalent</b></td><td><b>Resource</b></td></tr><tr><td style=\"display: none\">*</td><td>Metronidazol Oraal</td><td><a href=\"MedicationRequest-metronidazol.html\">MedicationRequest: extension = 9 / 10; status = active; intent = proposal; medication[x] = </a></td></tr><tr><td style=\"display: none\">*</td><td>Fosfomycin (7/10), single 3g dose</td><td><a href=\"MedicationRequest-30551ce1-5a28-4356-b684-1e639094ad24.html\">MedicationRequest: extension = 3 / 10; status = active; intent = proposal; medication[x] = </a></td></tr><tr><td style=\"display: none\">*</td><td>Fluconazol Oraal</td><td><a href=\"MedicationRequest-fluconazol.html\">MedicationRequest: extension = 1 / 10; status = active; intent = proposal; medication[x] = </a></td></tr><tr><td style=\"display: none\">*</td><td>Miconazol lokaal</td><td><a href=\"MedicationRequest-miconazol.html\">MedicationRequest: extension = 1 / 10; status = active; intent = proposal; medication[x] = </a></td></tr></table></blockquote></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "proposal"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/X" ]
] ; #
fhir:action ( [
fhir:textEquivalent [ fhir:v "Antibioticum behandeling enkel bij storende klachten of bij verhoogd risico op vroeggeboorte..." ] ;
fhir:selectionBehavior [ fhir:v "at-most-one" ] ;
( fhir:action [
fhir:textEquivalent [ fhir:v "Metronidazol Oraal" ] ;
fhir:resource [
fhir:reference [ fhir:v "MedicationRequest/metronidazol" ] ] ] [
fhir:textEquivalent [ fhir:v "Fosfomycin (7/10), single 3g dose" ] ;
fhir:resource [
fhir:reference [ fhir:v "MedicationRequest/30551ce1-5a28-4356-b684-1e639094ad24" ] ] ] [
fhir:textEquivalent [ fhir:v "Fluconazol Oraal" ] ;
fhir:resource [
fhir:reference [ fhir:v "MedicationRequest/fluconazol" ] ] ] [
fhir:textEquivalent [ fhir:v "Miconazol lokaal" ] ;
fhir:resource [
fhir:reference [ fhir:v "MedicationRequest/miconazol" ] ] ] )
] ) . #