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
: Radiology - S1 Get Diagnoses - Response - 1.1. RequestGroup with options - 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 "Inline-Instance-for-radiology-getdiagnoses-return"] ; #
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 Inline-Instance-for-radiology-getdiagnoses-return</b></p><a name=\"Inline-Instance-for-radiology-getdiagnoses-return\"> </a><a name=\"hcInline-Instance-for-radiology-getdiagnoses-return\"> </a><a name=\"Inline-Instance-for-radiology-getdiagnoses-return-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>: Potential diagnosis of Stroke</p><p><b>resource</b>: <a href=\"Task-propose-stroke.html\">Task Propose a diagnosis</a></p></blockquote><blockquote><p><b>action</b></p><p><b>textEquivalent</b>: Potential diagnosis of infection</p><p><b>resource</b>: <a href=\"Task-propose-infection.html\">Task Propose a diagnosis</a></p></blockquote><blockquote><p><b>action</b></p><p><b>textEquivalent</b>: Potential diagnosis of Head trauma</p><p><b>resource</b>: <a href=\"Task-propose-head-trauma.html\">Task Propose a diagnosis</a></p></blockquote><blockquote><p><b>action</b></p><p><b>textEquivalent</b>: Potential diagnosis of Slow progression or chronic ataxia</p><p><b>resource</b>: <a href=\"Task-propose-slow-progression-ataxia.html\">Task Propose a diagnosis</a></p></blockquote><blockquote><p><b>action</b></p><p><b>textEquivalent</b>: Potential diagnosis of Post head trauma ataxia</p><p><b>resource</b>: <a href=\"Task-propose-post-trauma-ataxia.html\">Task Propose a diagnosis</a></p></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 "Potential diagnosis of Stroke" ] ;
fhir:resource [
fhir:reference [ fhir:v "Task/propose-stroke" ] ]
] [
fhir:textEquivalent [ fhir:v "Potential diagnosis of infection" ] ;
fhir:resource [
fhir:reference [ fhir:v "Task/propose-infection" ] ]
] [
fhir:textEquivalent [ fhir:v "Potential diagnosis of Head trauma" ] ;
fhir:resource [
fhir:reference [ fhir:v "Task/propose-head-trauma" ] ]
] [
fhir:textEquivalent [ fhir:v "Potential diagnosis of Slow progression or chronic ataxia" ] ;
fhir:resource [
fhir:reference [ fhir:v "Task/propose-slow-progression-ataxia" ] ]
] [
fhir:textEquivalent [ fhir:v "Potential diagnosis of Post head trauma ataxia" ] ;
fhir:resource [
fhir:reference [ fhir:v "Task/propose-post-trauma-ataxia" ] ]
] ) . #