Athena Core Implementation Guide
4.5.0 - release
Athena Core Implementation Guide - Local Development build (v4.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Active as of 2025-05-09 |
{
"resourceType" : "CodeSystem",
"id" : "ah-patient-status",
"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-status</b></p><a name=\"ah-patient-status\"> </a><a name=\"hcah-patient-status\"> </a><a name=\"ah-patient-status-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&canonical=https://fhir.athena.io/core/athenacoreext\">athenacoreext</a></p></div><p>This code system <code>https://fhir.athena.io/CodeSystem/ah-patient-status</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\">a<a name=\"ah-patient-status-a\"> </a></td><td>Active</td><td>Active patient record</td></tr><tr><td style=\"white-space:nowrap\">i<a name=\"ah-patient-status-i\"> </a></td><td>Inactive</td><td>Patient record is marked as inactive by the practice</td></tr><tr><td style=\"white-space:nowrap\">p<a name=\"ah-patient-status-p\"> </a></td><td>Prospective</td><td>Patient record is marked as a prospective patient by the practice</td></tr><tr><td style=\"white-space:nowrap\">d<a name=\"ah-patient-status-d\"> </a></td><td>Deleted</td><td>Patient record created in error and has been deleted by the practice</td></tr></table></div>"
},
"url" : "https://fhir.athena.io/CodeSystem/ah-patient-status",
"version" : "4.5.0",
"name" : "AthenahealthPatientStatus",
"title" : "athenahealth Patient Status",
"status" : "active",
"date" : "2025-05-09T16:14:08+00:00",
"publisher" : "athenahealth",
"contact" : [
{
"name" : "FHIR Enablement Team",
"telecom" : [
{
"system" : "email",
"value" : "mailto:fhir-enablement@athenahealth.com"
}
]
}
],
"description" : "List of athenahealth patient status codes",
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "a",
"display" : "Active",
"definition" : "Active patient record"
},
{
"code" : "i",
"display" : "Inactive",
"definition" : "Patient record is marked as inactive by the practice"
},
{
"code" : "p",
"display" : "Prospective",
"definition" : "Patient record is marked as a prospective patient by the practice"
},
{
"code" : "d",
"display" : "Deleted",
"definition" : "Patient record created in error and has been deleted by the practice"
}
]
}