OneAquaHealth Project, published by OneAquaHealth Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/oah/ and changes regularly. See the Directory of published versions
: OAH Riparian Vegetation Indicator Codes - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "riparian-vegetation-code-oah-vs"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet riparian-vegetation-code-oah-vs</b></p><a name=\"riparian-vegetation-code-oah-vs\"> </a><a name=\"hcriparian-vegetation-code-oah-vs\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-temporarySystem-oah-eu.html\"><code>http://hl7.eu/fhir/ig/oah/CodeSystem/temporarySystem-oah-eu</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-temporarySystem-oah-eu.html#temporarySystem-oah-eu-riparianVegetation\">riparianVegetation</a></td><td>Riparian vegetation</td><td>Riparian vegetation</td></tr><tr><td><a href=\"CodeSystem-temporarySystem-oah-eu.html#temporarySystem-oah-eu-trees\">trees</a></td><td>Trees (height >3m)</td><td>Trees (height >3m)</td></tr><tr><td><a href=\"CodeSystem-temporarySystem-oah-eu.html#temporarySystem-oah-eu-bushes\">bushes</a></td><td>Bushes (height (1.5-3m)</td><td>Bushes (height (1.5-3m)</td></tr><tr><td><a href=\"CodeSystem-temporarySystem-oah-eu.html#temporarySystem-oah-eu-herbaceous\">herbaceous</a></td><td>Herbaceous (height < 1.5m)</td><td>Herbaceous (height < 1.5m)</td></tr></table></li></ul></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://hl7.eu/fhir/ig/oah/ValueSet/riparian-vegetation-code-oah-vs"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0-ci-build"] ; #
fhir:name [ fhir:v "RiparianVegetationCodeOahVs"] ; #
fhir:title [ fhir:v "OAH Riparian Vegetation Indicator Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-08-11T08:52:23+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "OneAquaHealth Project"] ; #
fhir:contact ( [
fhir:name [ fhir:v "OneAquaHealth Project" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.oneaquahealth.eu" ] ] )
] ) ; #
fhir:description [ fhir:v "This Value Set is used to identify the indicators adopted by this project."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "150" ] ;
fhir:display [ fhir:v "Europe" ] ] )
] ) ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://hl7.eu/fhir/ig/oah/CodeSystem/temporarySystem-oah-eu"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "riparianVegetation" ] ;
fhir:display [ fhir:v "Riparian vegetation" ] ] [
fhir:code [ fhir:v "trees" ] ;
fhir:display [ fhir:v "Trees (height >3m)" ] ] [
fhir:code [ fhir:v "bushes" ] ;
fhir:display [ fhir:v "Bushes (height (1.5-3m)" ] ] [
fhir:code [ fhir:v "herbaceous" ] ;
fhir:display [ fhir:v "Herbaceous (height < 1.5m)" ] ] ) ] )
] . #