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
{
"resourceType" : "Schedule",
"id" : "polaris-core-schedule-example-navarro",
"meta" : {
"profile" : [
🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-schedule"
]
},
"text" : {
"status" : "generated",
"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>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-schedule-identifier",
"value" : "SCHED-NAVARRO-MAIN"
},
{
"use" : "secondary",
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-schedule-raw-code",
"value" : "provider-42-default-template"
}
],
"active" : true,
"serviceCategory" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/service-category",
"code" : "17",
"display" : "General Practice"
}
]
}
],
"serviceType" : [
{
"coding" : [
{
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-schedule-servicetype-raw-code",
"code" : "A",
"display" : "Standard appointment"
}
]
}
],
"actor" : [
{
🔗 "reference" : "PractitionerRole/dr-navarro-familymed-role",
"display" : "Dr. Emil Navarro — Family Medicine"
},
{
🔗 "reference" : "Location/cedarbrook-site-a",
"display" : "Cedarbrook Family Health Site A"
}
],
"planningHorizon" : {
"start" : "2026-06-01T00:00:00-04:00",
"end" : "2026-08-30T23:59:59-04:00"
},
"comment" : "Recurring weekly template — Monday/Wednesday/Friday 8am-5pm, Tuesday/Thursday 9am-1pm."
}