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
: Location - Benevento monitoring site 02 - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Loc-Benevento-02"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/ig/oah/StructureDefinition/location-oah"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/ig/oah/StructureDefinition/location-oah> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location Loc-Benevento-02</b></p><a name=\"Loc-Benevento-02\"> </a><a name=\"hcLoc-Benevento-02\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-location-oah.html\">Location: OAH Indicators</a></p></div><p><b>identifier</b>: <code>https://oneaquahealth.eu/location-id</code>/benevento-02</p><p><b>name</b>: Benevento monitoring site 02</p><p><b>description</b>: Benevento ARPAC air-quality station (site 02).</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 288520005}\">City environment</span></p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>14.781</td><td>41.129</td></tr></table><p><b>partOf</b>: <a href=\"Location-Loc-Benevento.html\">Location Benevento</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://oneaquahealth.eu/location-id"^^xsd:anyURI ;
fhir:l <https://oneaquahealth.eu/location-id> ] ;
fhir:value [ fhir:v "benevento-02" ]
] ) ; #
fhir:name [ fhir:v "Benevento monitoring site 02"] ; #
fhir:description [ fhir:v "Benevento ARPAC air-quality station (site 02)."] ; #
fhir:mode [ fhir:v "instance"] ; #
fhir:type ( [
( fhir:coding [
a sct:288520005 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "288520005" ] ;
fhir:display [ fhir:v "City environment" ] ] )
] ) ; #
fhir:position [
fhir:longitude [ fhir:v 14.781 ] ;
fhir:latitude [ fhir:v 41.129 ]
] ; #
fhir:partOf [
fhir:l fhir:Location/Loc-Benevento ;
fhir:reference [ fhir:v "Location/Loc-Benevento" ]
] . #