Prescription Search Support
1.0.0 - STU1 Belgium flag

Prescription Search Support, published by HL7 Belgium. 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

: Antimicrobial 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 "requireddataforantimicro-requestdata"] ; # 
  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 "indication" ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:921000172108 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "921000172108" ] ;
fhir:display [ fhir:v "Acute keelpijn" ]       ] )     ]
  ] [
fhir:name [ fhir:v "intolerances" ] ;
fhir:value [
a fhir:Coding, sct:91939003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "91939003" ] ;
fhir:display [ fhir:v "Allergy to Sulfonamides" ]     ]
  ] [
fhir:name [ fhir:v "intolerances" ] ;
fhir:value [
a fhir:Coding, sct:282100009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/11000172109" ] ;
fhir:code [ fhir:v "282100009" ] ;
fhir:display [ fhir:v "Adverse reaction to substance" ]     ]
  ] [
fhir:name [ fhir:v "intention" ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "J01CA04" ] ;
fhir:display [ fhir:v "Amoxicillin" ]     ]
  ] ) . #