0.1.0 - ci-build
AGESMedicinalProductR5 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
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:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "100000000008"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://spor.ema.europa.eu/v1/lists/100000000008</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">100000000049<a name=\"100000000008-100000000049\"> </a></td><td>equal to</td></tr><tr><td style=\"white-space:nowrap\">100000000050<a name=\"100000000008-100000000050\"> </a></td><td>less than</td></tr><tr><td style=\"white-space:nowrap\">100000000051<a name=\"100000000008-100000000051\"> </a></td><td>more than</td></tr><tr><td style=\"white-space:nowrap\">100000000052<a name=\"100000000008-100000000052\"> </a></td><td>less than or equal to</td></tr><tr><td style=\"white-space:nowrap\">100000000053<a name=\"100000000008-100000000053\"> </a></td><td>more than or equal to</td></tr><tr><td style=\"white-space:nowrap\">100000000054<a name=\"100000000008-100000000054\"> </a></td><td>equivalent to</td></tr><tr><td style=\"white-space:nowrap\">100000000055<a name=\"100000000008-100000000055\"> </a></td><td>approximately equal to</td></tr><tr><td style=\"white-space:nowrap\">100000000056<a name=\"100000000008-100000000056\"> </a></td><td>range</td></tr><tr><td style=\"white-space:nowrap\">200000024024<a name=\"100000000008-200000024024\"> </a></td><td>average</td></tr></table></div>" ] ; # 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"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-05-27T09:30:15+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:text [ fhir:v "European Union" ] ] ) ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 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" ] ] ) . #