OneAquaHealth Project
0.1.0-ci-build - ci-build 150

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 - Almyros Stream - 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 "Almyros"] ; # 
  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 Almyros</b></p><a name=\"Almyros\"> </a><a name=\"hcAlmyros\"> </a><p><b>identifier</b>: <code>https://oneaquahealth.eu/location-id</code>/almyros</p><p><b>name</b>: Almyros</p><p><b>description</b>: Almyros Stream, Crete, Greece</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 420531007}\">River</span></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 "almyros" ]
  ] ) ; # 
  fhir:name [ fhir:v "Almyros"] ; # 
  fhir:description [ fhir:v "Almyros Stream, Crete, Greece"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:420531007 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct>       ] ;
fhir:code [ fhir:v "420531007" ] ;
fhir:display [ fhir:v "River" ]     ] )
  ] ) . #