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 Document Reference Category - JSON Representation

Active as of 2025-04-17

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ah-document-reference-category",
  "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-document-reference-category</b></p><a name=\"ah-document-reference-category\"> </a><a name=\"hcah-document-reference-category\"> </a><a name=\"ah-document-reference-category-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-document-reference-category</code> defines the following code:</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\">encounter-note<a name=\"ah-document-reference-category-encounter-note\"> </a></td><td>Encounter Note</td><td>Provider notes from the History of Present Illness, Review of Systems, Physical Exam, and Assessment Plan sections of the AthenaOne clinical encounter</td></tr></table></div>"
  },
  "url" : "https://fhir.athena.io/CodeSystem/ah-document-reference-category",
  "version" : "4.2.0",
  "name" : "AthenahealthDocumentReferenceCategory",
  "title" : "athenahealth Document Reference Category",
  "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 list of categories supported for classifying DocumentReference resources",
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "encounter-note",
      "display" : "Encounter Note",
      "definition" : "Provider notes from the History of Present Illness, Review of Systems, Physical Exam, and Assessment Plan sections of the AthenaOne clinical encounter"
    }
  ]
}