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 Observation Category - JSON Representation

Active as of 2025-04-17

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ah-patient-observation-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-patient-observation-category</b></p><a name=\"ah-patient-observation-category\"> </a><a name=\"hcah-patient-observation-category\"> </a><a name=\"ah-patient-observation-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-patient-observation-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">patient-characteristics<a name=\"ah-patient-observation-category-patient-characteristics\"> </a></td><td>Patient Characteristics</td></tr><tr><td style=\"white-space:nowrap\">evidence<a name=\"ah-patient-observation-category-evidence\"> </a></td><td>Evidence</td></tr><tr><td style=\"white-space:nowrap\">goal-baseline<a name=\"ah-patient-observation-category-goal-baseline\"> </a></td><td>Goal Baseline</td></tr></table></div>"
  },
  "url" : "https://fhir.athena.io/CodeSystem/ah-patient-observation-category",
  "version" : "4.2.0",
  "name" : "AthenahealthPatientObservationCategory",
  "title" : "athenahealth Patient Observation 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" : "List of athenahealth patient observation categories",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "patient-characteristics",
      "display" : "Patient Characteristics"
    },
    {
      "code" : "evidence",
      "display" : "Evidence"
    },
    {
      "code" : "goal-baseline",
      "display" : "Goal Baseline"
    }
  ]
}