Prescription Search Support
1.0.0 - STU1 Belgium flag

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 - S3 Get Recommendations - Request- 1. request Bundle - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "getrecommendations-data3"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:30551ce1-5a28-4356-b684-3e639094ad48"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:30551ce1-5a28-4356-b684-3e639094ad48> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:30551ce1-5a28-4356-b684-3e639094ad01"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:30551ce1-5a28-4356-b684-3e639094ad01> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:30551ce1-5a28-4356-b684-3e639094ad02"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:30551ce1-5a28-4356-b684-3e639094ad02> )
  ] ) . # 

<urn:uuid:30551ce1-5a28-4356-b684-3e639094ad48> a fhir:Patient ;
  fhir:id [ fhir:v "X"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_X\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient X</b></p><a name=\"X\"> </a><a name=\"hcX\"> </a><a name=\"X-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Male, DoB: 1972-05-24</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td colspan=\"3\">false</td></tr></table></div>"
  ] ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1972-05-24"^^xsd:date] ; # 
  fhir:deceased [ fhir:v "false"^^xsd:boolean] . # 

<urn:uuid:30551ce1-5a28-4356-b684-3e639094ad01> a fhir:Condition ;
  fhir:id [ fhir:v "proposed-diagnosis-head-trauma"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-condition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-condition>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Condition_proposed-diagnosis-head-trauma\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Condition proposed-diagnosis-head-trauma</b></p><a name=\"proposed-diagnosis-head-trauma\"> </a><a name=\"hcproposed-diagnosis-head-trauma\"> </a><a name=\"proposed-diagnosis-head-trauma-en-US\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status provisional}\">Provisional</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{https://www.rcr.ac.uk/our-services/management-service-delivery/quality-standard-for-imaging-qsi 5000246}\">Ataxia, Head trauma</span></p><p><b>subject</b>: <a href=\"Patient-X.html\">Anonymous Patient Male, DoB: 1972-05-24</a></p><p><b>onset</b>: 2024-10-13</p></div>"
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:verificationStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "provisional" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "https://www.rcr.ac.uk/our-services/management-service-delivery/quality-standard-for-imaging-qsi"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5000246" ] ;
fhir:display [ fhir:v "Ataxia, Head trauma" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/X" ]
  ] ; # 
  fhir:onset [ fhir:v "2024-10-13"^^xsd:date] . # 

<urn:uuid:30551ce1-5a28-4356-b684-3e639094ad02> a fhir:ServiceRequest ;
  fhir:id [ fhir:v "ct-head-iv-contrast"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"ServiceRequest_ct-head-iv-contrast\"> </a><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ct-head-iv-contrast</b></p><a name=\"ct-head-iv-contrast\"> </a><a name=\"hcct-head-iv-contrast\"> </a><a name=\"ct-head-iv-contrast-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>code</b>: <span title=\"Codes:\">CT Head with IV contrast</span></p><p><b>subject</b>: <a href=\"Patient-X.html\">Anonymous Patient Male, DoB: 1972-05-24</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "proposal"] ; # 
  fhir:code [
fhir:text [ fhir:v "CT Head with IV contrast" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/X" ]
  ] . #