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" : "Appointment",
"id" : "polaris-core-appointment-example-with-slot",
"meta" : {
"profile" : [
🔗 "https://fhir.apps.health/StructureDefinition/polaris-core-appointment"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Booked appointment for Avery Linwood with Dr. Navarro on June 1 2026 at 10:00 AM. Created from the booked Slot (polaris-core-slot-example-busy) via the FHIR booking flow.</div>"
},
"identifier" : [
{
"use" : "official",
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-appointment-identifier",
"value" : "APPT-AVERY-20260601"
},
{
"use" : "secondary",
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-appointment-raw-code",
"value" : "oscar-appt-99821"
}
],
"status" : "booked",
"serviceType" : [
{
"coding" : [
{
"system" : "https://fhir.apps.health/NamingSystem/cedarbrook-clinic-appointment-servicetype-raw-code",
"code" : "A",
"display" : "Standard appointment"
}
]
}
],
"appointmentType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0276",
"code" : "ROUTINE",
"display" : "Routine appointment"
}
]
},
"start" : "2026-06-01T10:00:00-04:00",
"end" : "2026-06-01T10:15:00-04:00",
"slot" : [
{
🔗 "reference" : "Slot/polaris-core-slot-example-busy"
}
],
"participant" : [
{
"actor" : {
🔗 "reference" : "Location/cedarbrook-site-a",
"display" : "Cedarbrook Family Health Site A"
},
"status" : "accepted"
},
{
"actor" : {
🔗 "reference" : "Patient/avery-linwood",
"display" : "Avery Linwood"
},
"status" : "accepted"
},
{
"actor" : {
🔗 "reference" : "PractitionerRole/dr-navarro-familymed-role",
"display" : "Dr. Emil Navarro — Family Medicine"
},
"status" : "accepted"
}
]
}