Polaris FHIR Implementation Guide
1.10.0 - ci-build

Polaris FHIR Implementation Guide - Local Development build (v1.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Dr. Navarro Bookable Schedule - 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:Schedule ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "polaris-core-schedule-example-navarro"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.apps.health/StructureDefinition/polaris-core-schedule"^^xsd:anyURI ;
fhir:link <https://fhir.apps.health/StructureDefinition/polaris-core-schedule>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Dr. Emil Navarro's bookable calendar at Cedarbrook Family Health Site A. 90-day planning horizon from 2026-06-01.</div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-schedule-identifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SCHED-NAVARRO-MAIN" ]
  ] [
fhir:use [ fhir:v "secondary" ] ;
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-schedule-raw-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "provider-42-default-template" ]
  ] ) ; # 
  fhir:active [ fhir:v true] ; # 
  fhir:serviceCategory ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "17" ] ;
fhir:display [ fhir:v "General Practice" ]     ] )
  ] ) ; # 
  fhir:serviceType ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-schedule-servicetype-raw-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "Standard appointment" ]     ] )
  ] ) ; # 
  fhir:actor ( [
fhir:reference [ fhir:v "PractitionerRole/dr-navarro-familymed-role" ] ;
fhir:display [ fhir:v "Dr. Emil Navarro — Family Medicine" ]
  ] [
fhir:reference [ fhir:v "Location/cedarbrook-site-a" ] ;
fhir:display [ fhir:v "Cedarbrook Family Health Site A" ]
  ] ) ; # 
  fhir:planningHorizon [
fhir:start [ fhir:v "2026-06-01T00:00:00-04:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2026-08-30T23:59:59-04:00"^^xsd:dateTime ]
  ] ; # 
  fhir:comment [ fhir:v "Recurring weekly template — Monday/Wednesday/Friday 8am-5pm, Tuesday/Thursday 9am-1pm."] . #