@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "100000000008"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem 100000000008

This case-sensitive code system https://spor.ema.europa.eu/v1/lists/100000000008 defines the following codes:

CodeDisplay
100000000049 equal to
100000000050 less than
100000000051 more than
100000000052 less than or equal to
100000000053 more than or equal to
100000000054 equivalent to
100000000055 approximately equal to
100000000056 range
200000024024 average
"^^rdf:XMLLiteral ] ; # fhir:url [ fhir:v "https://spor.ema.europa.eu/v1/lists/100000000008"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "QuantityOperatorCs"] ; # fhir:title [ fhir:v "Quantity Operator"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-07-01T13:56:00+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "AGES"] ; # fhir:contact ( [ fhir:name [ fhir:v "AGES" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://www.ages.at/" ] ] ) ] ) ; # fhir:description [ fhir:v "Quantity Operator"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "AT" ] ; fhir:display [ fhir:v "Austria" ] ] ) ] ) ; # fhir:caseSensitive [ fhir:v true] ; # fhir:content [ fhir:v "complete"] ; # fhir:count [ fhir:v "9"^^xsd:nonNegativeInteger] ; # fhir:concept ( [ fhir:code [ fhir:v "100000000049" ] ; fhir:display [ fhir:v "equal to" ] ] [ fhir:code [ fhir:v "100000000050" ] ; fhir:display [ fhir:v "less than" ] ] [ fhir:code [ fhir:v "100000000051" ] ; fhir:display [ fhir:v "more than" ] ] [ fhir:code [ fhir:v "100000000052" ] ; fhir:display [ fhir:v "less than or equal to" ] ] [ fhir:code [ fhir:v "100000000053" ] ; fhir:display [ fhir:v "more than or equal to" ] ] [ fhir:code [ fhir:v "100000000054" ] ; fhir:display [ fhir:v "equivalent to" ] ] [ fhir:code [ fhir:v "100000000055" ] ; fhir:display [ fhir:v "approximately equal to" ] ] [ fhir:code [ fhir:v "100000000056" ] ; fhir:display [ fhir:v "range" ] ] [ fhir:code [ fhir:v "200000024024" ] ; fhir:display [ fhir:v "average" ] ] ) . # # -------------------------------------------------------------------------------------