Athena Core Implementation Guide
5.13.0 - release

Athena Core Implementation Guide - Local Development build (v5.13.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: athenahealth Patient Type - JSON Representation

Active as of 2026-08-20

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ah-patient-type",
  "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-patient-type</b></p><a name=\"ah-patient-type\"> </a><a name=\"hcah-patient-type\"> </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&amp;canonical=https://fhir.athena.io/core/athenacoreext\">athenacoreext</a></p></div><p>This  code system <code>https://fhir.athena.io/CodeSystem/ah-patient-type</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\">new<a name=\"ah-patient-type-new\"> </a></td><td>New</td><td>The appointment type is for new patients.</td></tr><tr><td style=\"white-space:nowrap\">existing<a name=\"ah-patient-type-existing\"> </a></td><td>Existing</td><td>The appointment type is for existing patients.</td></tr><tr><td style=\"white-space:nowrap\">populationhealth<a name=\"ah-patient-type-populationhealth\"> </a></td><td>Population Health</td><td>The appointment type is for population health patients.</td></tr><tr><td style=\"white-space:nowrap\">all<a name=\"ah-patient-type-all\"> </a></td><td>All</td><td>The appointment type is for all patient types.</td></tr></table></div>"
  },
  "url" : "https://fhir.athena.io/CodeSystem/ah-patient-type",
  "version" : "5.13.0",
  "name" : "AthenahealthPatientType",
  "title" : "athenahealth Patient Type",
  "status" : "active",
  "date" : "2026-08-20T23:36:36+00:00",
  "publisher" : "athenahealth",
  "contact" : [
    {
      "name" : "FHIR Enablement Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:fhir-enablement@athenahealth.com"
        }
      ]
    }
  ],
  "description" : "Codes describing the type of patient that can book an appointment type",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "new",
      "display" : "New",
      "definition" : "The appointment type is for new patients."
    },
    {
      "code" : "existing",
      "display" : "Existing",
      "definition" : "The appointment type is for existing patients."
    },
    {
      "code" : "populationhealth",
      "display" : "Population Health",
      "definition" : "The appointment type is for population health patients."
    },
    {
      "code" : "all",
      "display" : "All",
      "definition" : "The appointment type is for all patient types."
    }
  ]
}