LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Attribution Source Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "attribution-source",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-source</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\">client-emr<a name=\"attribution-source-client-emr\"> </a></td><td>Client EMR</td><td>Practitioner attribution recorded in a client's PMS or EMR system</td></tr><tr><td style=\"white-space:nowrap\">enrollment<a name=\"attribution-source-enrollment\"> </a></td><td>Enrollment</td><td>Practitioner provided on the eligibility record</td></tr><tr><td style=\"white-space:nowrap\">imputed<a name=\"attribution-source-imputed\"> </a></td><td>Imputed</td><td>Practitioner attribution derived from attribution models</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-source",
  "version" : "8.0.0",
  "name" : "AttributionSourceCodeSystem",
  "title" : "Attribution Source Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Sources of attribution used to associate a patient to a practitioner",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "client-emr",
      "display" : "Client EMR",
      "definition" : "Practitioner attribution recorded in a client's PMS or EMR system"
    },
    {
      "code" : "enrollment",
      "display" : "Enrollment",
      "definition" : "Practitioner provided on the eligibility record"
    },
    {
      "code" : "imputed",
      "display" : "Imputed",
      "definition" : "Practitioner attribution derived from attribution models"
    }
  ]
}