This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
: location-example - 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:Location ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "location-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-location"^^xsd:anyURI ;
fhir:link <https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-location> ] )
] ; #
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: Location location-example</b></p><a name=\"location-example\"> </a><a name=\"hclocation-example\"> </a><a name=\"location-example-en-US\"> </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-csiro-stars-location.html\">CSIRO STARS Location Profile</a></p></div><p><b>Australian Property Identification Code (PIC)</b>: 3XYT66FK</p><p><b>address</b>: 5 Portarlington Road East Geelong VIC 3220 AUSTRALIA </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>144.38793047229683</td><td>-38.15551350340945</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/property-identification-code"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "3XYT66FK" ]
] ) ; #
fhir:address [
( fhir:line [ fhir:v "5 Portarlington Road" ] ) ;
fhir:city [ fhir:v "East Geelong" ] ;
fhir:state [ fhir:v "VIC" ] ;
fhir:postalCode [ fhir:v "3220" ] ;
fhir:country [ fhir:v "AUSTRALIA" ]
] ; #
fhir:position [
fhir:longitude [ fhir:v 144.38793047229683 ] ;
fhir:latitude [ fhir:v -38.15551350340945 ]
] . #