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 Product Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "attribution-product",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-product</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\">advantage<a name=\"attribution-product-advantage\"> </a></td><td>Advantage Suite</td><td>Primary care physician imputed by the Advantage pipeline</td></tr><tr><td style=\"white-space:nowrap\">engagement<a name=\"attribution-product-engagement\"> </a></td><td>Engagement</td><td>Practitioner attributed by the Engagement pipeline</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/attribution-product",
  "version" : "8.0.0",
  "name" : "AttributionProductCodeSystem",
  "title" : "Attribution Product Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Product that associate a patient to a practitioner",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "advantage",
      "display" : "Advantage Suite",
      "definition" : "Primary care physician imputed by the Advantage pipeline"
    },
    {
      "code" : "engagement",
      "display" : "Engagement",
      "definition" : "Practitioner attributed by the Engagement pipeline"
    }
  ]
}