SMART Scheduling Links
1.0.0-ballot - STU 1 Ballot International flag

SMART Scheduling Links, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smart-scheduling-links/ and changes regularly. See the Directory of published versions

: Example Location

Page standards status: Informative

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 -------------------------------------------------------------------

<http://hl7.org/fhir/Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "44981b4a-8eae-48f7-bb7f-bf008bbe05af"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-location" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-location>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<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://healthsystem.example.com/facility-directory</code>/FAC-PITT-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>"
  ] ;
  fhir:Location.identifier [
     fhir:index -1 ;
     fhir:Identifier.system [ fhir:value "https://healthsystem.example.com/facility-directory" ] ;
     fhir:Identifier.value [ fhir:value "FAC-PITT-001" ]
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "OpenClinTech Primary Clinic"] ;
  fhir:Location.description [ fhir:value "Primary outpatient clinic offering general services."] ;
  fhir:Location.telecom [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "phone" ] ;
     fhir:ContactPoint.value [ fhir:value "+1-813-555-0100" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ], [
     fhir:index -1 ;
     fhir:ContactPoint.system [ fhir:value "email" ] ;
     fhir:ContactPoint.value [ fhir:value "contact@openclintech.com" ] ;
     fhir:ContactPoint.use [ fhir:value "work" ]
  ] ;
  fhir:Location.address [
     fhir:Address.line [
       fhir:value "123 Main St" ;
       fhir:index -1
     ] ;
     fhir:Address.city [ fhir:value "Tampa" ] ;
     fhir:Address.district [ fhir:value "Hillsborough" ] ;
     fhir:Address.state [ fhir:value "FL" ] ;
     fhir:Address.postalCode [ fhir:value "33602" ]
  ] ;
  fhir:Location.position [
     fhir:Location.position.longitude [ fhir:value "-82.4572"^^xsd:decimal ] ;
     fhir:Location.position.latitude [ fhir:value "27.9506"^^xsd:decimal ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/44981b4a-8eae-48f7-bb7f-bf008bbe05af.ttl> .