OpenMRS Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. 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 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 "a3b793f0-eb53-4cda-92ce-fe0a77106252"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.openmrs.org/core/StructureDefinition/omrs-location"^^xsd:anyURI ;
fhir:link <http://fhir.openmrs.org/core/StructureDefinition/omrs-location> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location a3b793f0-eb53-4cda-92ce-fe0a77106252</b></p><a name=\"a3b793f0-eb53-4cda-92ce-fe0a77106252\"> </a><a name=\"hca3b793f0-eb53-4cda-92ce-fe0a77106252\"> </a><a name=\"a3b793f0-eb53-4cda-92ce-fe0a77106252-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Outpatient Clinic</p><p><b>description</b>: Outpatient Clinic</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode SLEEP}\">Sleep disorders unit</span></p><p><b>telecom</b>: ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, <a href=\"mailto:hq@HL7.org\">hq@HL7.org</a></p><p><b>address</b>: 3300 Washtenaw Avenue, Suite 227 Ann Arbor MI 48104 USA (home)</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>-83.69471</td><td>42.2565</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "Outpatient Clinic"] ; #
fhir:description [ fhir:v "Outpatient Clinic"] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SLEEP" ] ;
fhir:display [ fhir:v "Sleep disorders unit" ] ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "(+1) 734-677-7777" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "(+1) 734-677-6622" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hq@HL7.org" ]
] ) ; #
fhir:address [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "3300 Washtenaw Avenue, Suite 227" ] ) ;
fhir:city [ fhir:v "Ann Arbor" ] ;
fhir:district [ fhir:v "Mukono" ] ;
fhir:state [ fhir:v "MI" ] ;
fhir:postalCode [ fhir:v "48104" ] ;
fhir:country [ fhir:v "USA" ]
] ; #
fhir:position [
fhir:longitude [ fhir:v "-83.69471"^^xsd:decimal ] ;
fhir:latitude [ fhir:v "42.2565"^^xsd:decimal ]
] . #