0.1.0 - ci-build

fhirig - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Location - 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 "44981b4a-8eae-48f7-bb7f-bf008bbe05af"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://smart-scheduling-links.org/StructureDefinition/smart-scheduling-location"^^xsd:anyURI ;
fhir:l <https://smart-scheduling-links.org/StructureDefinition/smart-scheduling-location>     ] )
  ] ; # 
  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 44981b4a-8eae-48f7-bb7f-bf008bbe05af</b></p><a name=\"44981b4a-8eae-48f7-bb7f-bf008bbe05af\"> </a><a name=\"hc44981b4a-8eae-48f7-bb7f-bf008bbe05af\"> </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-smart-scheduling-location.html\">Location</a></p></div><p><b>identifier</b>: <code>https://www.openclintech.com/ids/locations</code>/loc-001</p><p><b>status</b>: Active</p><p><b>name</b>: OpenClinTech Primary Clinic</p><p><b>description</b>: Primary outpatient clinic offering general services.</p><p><b>telecom</b>: <a href=\"tel:+1-813-555-0100\">+1-813-555-0100</a>, <a href=\"mailto:contact@openclintech.com\">contact@openclintech.com</a></p><p><b>address</b>: 123 Main St Tampa FL 33602 </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>-82.4572</td><td>27.9506</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://www.openclintech.com/ids/locations"^^xsd:anyURI ;
fhir:l <https://www.openclintech.com/ids/locations>     ] ;
fhir:value [ fhir:v "loc-001" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "OpenClinTech Primary Clinic"] ; # 
  fhir:description [ fhir:v "Primary outpatient clinic offering general services."] ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1-813-555-0100" ] ;
fhir:use [ fhir:v "work" ]
  ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contact@openclintech.com" ] ;
fhir:use [ fhir:v "work" ]
  ] ) ; # 
  fhir:address [
    ( fhir:line [ fhir:v "123 Main St" ] ) ;
fhir:city [ fhir:v "Tampa" ] ;
fhir:district [ fhir:v "Hillsborough" ] ;
fhir:state [ fhir:v "FL" ] ;
fhir:postalCode [ fhir:v "33602" ]
  ] ; # 
  fhir:position [
fhir:longitude [ fhir:v -82.4572 ] ;
fhir:latitude [ fhir:v 27.9506 ]
  ] . #