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 Cross-Link Clinical Provider - JSON Representation

Active as of 2023-06-13

Raw json | Download

{
  "resourceType" : "NamingSystem",
  "id" : "ah-crosslink-clinicalprovider",
  "meta" : {
    "source" : "athenacoreext"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem ah-crosslink-clinicalprovider</b></p><a name=\"ah-crosslink-clinicalprovider\"> </a><a name=\"hcah-crosslink-clinicalprovider\"> </a><a name=\"ah-crosslink-clinicalprovider-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><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>https://fhir.athena.io/NamingSystem/ah-crosslink-clinicalprovider</td></tr><tr><td>Version</td><td>4.2.0</td></tr><tr><td>Name</td><td>AthenaCrossLinkClinicalProvider</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>Represents the Identifier.system for an athenaOne cross-linked Clinical Provider</p>\n</div></td></tr><tr><td>Publisher</td><td>athenahealth</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Comment</b></td></tr><tr><td>URI</td><td>urn:athenahealth:athenanet:clinicalprovider:&lt;CONTEXT_ID&gt;</td><td>URN to identify an athenaOne cross-link identifier for Clinical Provider where &lt;CONTEXT_ID&gt; is the athena context/practice ID.</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
      "valueUri" : "https://fhir.athena.io/NamingSystem/ah-crosslink-clinicalprovider"
    },
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version",
      "valueString" : "4.2.0"
    }
  ],
  "name" : "AthenaCrossLinkClinicalProvider",
  "status" : "active",
  "kind" : "identifier",
  "date" : "2023-06-13",
  "publisher" : "athenahealth",
  "contact" : [
    {
      "name" : "FHIR Enablement Team",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:fhir-enablement@athenahealth.com"
        }
      ]
    }
  ],
  "responsible" : "athenahealth FHIR Enablement Team",
  "type" : {
    "coding" : [
      {
        "system" : "https://fhir.athena.io/CodeSystem/ah-identifier-type",
        "code" : "XLINK",
        "display" : "Type for athenaOne cross-link Identifiers"
      }
    ]
  },
  "description" : "Represents the Identifier.system for an athenaOne cross-linked Clinical Provider",
  "usage" : "Used to specify an athenaOne cross-link identifier",
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "urn:athenahealth:athenanet:clinicalprovider:<CONTEXT_ID>",
      "comment" : "URN to identify an athenaOne cross-link identifier for Clinical Provider where <CONTEXT_ID> is the athena context/practice ID."
    }
  ]
}