Athena Core Implementation Guide
5.11.2 - release
Athena Core Implementation Guide - Local Development build (v5.11.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Active as of 2026-07-07 |
{
"resourceType" : "CodeSystem",
"id" : "ah-booking-channel",
"meta" : {
"source" : "athenacoreext"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ah-booking-channel</b></p><a name=\"ah-booking-channel\"> </a><a name=\"hcah-booking-channel\"> </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\">Information Source: <a href=\"https://simplifier.net/resolve?scope=ig-athena-core@dev&canonical=https://fhir.athena.io/core/athenacoreext\">athenacoreext</a></p></div><p>This code system <code>https://fhir.athena.io/CodeSystem/ah-booking-channel</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">authenticated-patient<a name=\"ah-booking-channel-authenticated-patient\"> </a></td><td>Authenticated Patient</td><td>Scheduling is available to authenticated patients.</td></tr><tr><td style=\"white-space:nowrap\">unauthenticated-patient<a name=\"ah-booking-channel-unauthenticated-patient\"> </a></td><td>Unauthenticated Patient</td><td>Scheduling is available to unauthenticated patients.</td></tr><tr><td style=\"white-space:nowrap\">alt-authenticated-patient<a name=\"ah-booking-channel-alt-authenticated-patient\"> </a></td><td>Alternative Authenticated Patient</td><td>Scheduling is available to patients using additional authentication means.</td></tr></table></div>"
},
"url" : "https://fhir.athena.io/CodeSystem/ah-booking-channel",
"version" : "5.11.2",
"name" : "AthenahealthBookingChannel",
"title" : "athenahealth Booking Channel",
"status" : "active",
"date" : "2026-07-07T17:40:23+00:00",
"publisher" : "athenahealth",
"contact" : [
{
"name" : "FHIR Enablement Team",
"telecom" : [
{
"system" : "email",
"value" : "mailto:fhir-enablement@athenahealth.com"
}
]
}
],
"description" : "Codes describing the booking channels where scheduling is enabled",
"content" : "complete",
"count" : 3,
"concept" : [
{
"code" : "authenticated-patient",
"display" : "Authenticated Patient",
"definition" : "Scheduling is available to authenticated patients."
},
{
"code" : "unauthenticated-patient",
"display" : "Unauthenticated Patient",
"definition" : "Scheduling is available to unauthenticated patients."
},
{
"code" : "alt-authenticated-patient",
"display" : "Alternative Authenticated Patient",
"definition" : "Scheduling is available to patients using additional authentication means."
}
]
}