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
Active as of 2025-04-17 |
{
"resourceType" : "CodeSystem",
"id" : "ah-identifier-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-identifier-type</b></p><a name=\"ah-identifier-type\"> </a><a name=\"hcah-identifier-type\"> </a><a name=\"ah-identifier-type-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-identifier-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\">FIT<a name=\"ah-identifier-type-FIT\"> </a></td><td>Type for FHIR Identifiers</td><td>Identifier type for athenahealth resource Identifiers</td></tr><tr><td style=\"white-space:nowrap\">AUTHZIT<a name=\"ah-identifier-type-AUTHZIT\"> </a></td><td>Type for authorization Identifiers</td><td>Identifier type for athenahealth authorization Identifiers</td></tr><tr><td style=\"white-space:nowrap\">IDIT<a name=\"ah-identifier-type-IDIT\"> </a></td><td>Type for identity Identifiers</td><td>Identifier type for athenahealth identity Identifiers</td></tr><tr><td style=\"white-space:nowrap\">XLINK<a name=\"ah-identifier-type-XLINK\"> </a></td><td>Type for athenaOne cross-link Identifiers</td><td>Identifier type for athenaOne cross-link Identifiers</td></tr></table></div>"
},
"url" : "https://fhir.athena.io/CodeSystem/ah-identifier-type",
"version" : "4.2.0",
"name" : "AthenahealthIdentifierType",
"title" : "athenahealth Identifier Type",
"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 Identifier Type codes",
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "FIT",
"display" : "Type for FHIR Identifiers",
"definition" : "Identifier type for athenahealth resource Identifiers"
},
{
"code" : "AUTHZIT",
"display" : "Type for authorization Identifiers",
"definition" : "Identifier type for athenahealth authorization Identifiers"
},
{
"code" : "IDIT",
"display" : "Type for identity Identifiers",
"definition" : "Identifier type for athenahealth identity Identifiers"
},
{
"code" : "XLINK",
"display" : "Type for athenaOne cross-link Identifiers",
"definition" : "Identifier type for athenaOne cross-link Identifiers"
}
]
}