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

: Radio 1a - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "radiogetindicationspayload"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/be-radiology-get-indications-input"^^xsd:anyURI ;
fhir:link <https://www.ehealth.fgov.be/standards/fhir/pss/StructureDefinition/be-radiology-get-indications-input>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "age" ] ;
fhir:value [
a fhir:Age ;
fhir:value [ fhir:v "35"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]     ]
  ] [
fhir:name [ fhir:v "gender" ] ;
fhir:value [ fhir:v "female" ]
  ] [
fhir:name [ fhir:v "indication_proposal" ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:20262006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "20262006" ] ;
fhir:display [ fhir:v "Ataxie" ]       ] )     ]
  ] [
fhir:name [ fhir:v "freetext_indication" ] ;
fhir:value [ fhir:v "ataxie" ]
  ] [
fhir:name [ fhir:v "intention" ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://pss/qsi-examinations"^^xsd:anyURI ] ;
fhir:code [ fhir:v "114054" ] ;
fhir:display [ fhir:v "CT, hoofd, met iv-contrast" ]       ] )     ]
  ] ) . #