Athena Core Implementation Guide
4.2.0 - release

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

: athenahealth Patient Access Permission Level - JSON Representation

Active as of 2025-04-17

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ah-patient-access-permission-level",
  "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-access-permission-level</b></p><a name=\"ah-patient-access-permission-level\"> </a><a name=\"hcah-patient-access-permission-level\"> </a><a name=\"ah-patient-access-permission-level-en-US\"> </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-access-permission-level</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\">Self<a name=\"ah-patient-access-permission-level-Self\"> </a></td><td>self</td><td>The permission level is patient himself</td></tr><tr><td style=\"white-space:nowrap\">Full<a name=\"ah-patient-access-permission-level-Full\"> </a></td><td>full</td><td>The permission level is full access</td></tr><tr><td style=\"white-space:nowrap\">Billing<a name=\"ah-patient-access-permission-level-Billing\"> </a></td><td>billing</td><td>The permission level is billing only</td></tr></table></div>"
  },
  "url" : "https://fhir.athena.io/CodeSystem/ah-patient-access-permission-level",
  "version" : "4.2.0",
  "name" : "AthenaPatientAccessPermissionLevel",
  "title" : "athenahealth Patient Access Permission Level",
  "status" : "active",
  "date" : "2025-04-17T16:42:09+00:00",
  "publisher" : "athenahealth",
  "contact" : [
    {
      "name" : "FHIR Enablement Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:fhir-enablement@athenahealth.com"
        }
      ]
    }
  ],
  "description" : "A brief vocabulary of athenahealth's Patient Access Permission Level codes",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "Self",
      "display" : "self",
      "definition" : "The permission level is patient himself"
    },
    {
      "code" : "Full",
      "display" : "full",
      "definition" : "The permission level is full access"
    },
    {
      "code" : "Billing",
      "display" : "billing",
      "definition" : "The permission level is billing only"
    }
  ]
}