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

: Payer Indicator Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "payer-indicators",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-indicators</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\">Y<a name=\"payer-indicators-Y\"> </a></td><td>Yes</td><td>Positive indication</td></tr><tr><td style=\"white-space:nowrap\">N<a name=\"payer-indicators-N\"> </a></td><td>No</td><td>Negative indication</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"payer-indicators-E\"> </a></td><td>E</td><td>Unknown or exception indication. For example, Enrollment may not have any claims.</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-indicators",
  "version" : "8.0.0",
  "name" : "PayerIndicatorsCodeSystem",
  "title" : "Payer Indicator Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Payer indicator type code",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "Y",
      "display" : "Yes",
      "definition" : "Positive indication"
    },
    {
      "code" : "N",
      "display" : "No",
      "definition" : "Negative indication"
    },
    {
      "code" : "E",
      "display" : "E",
      "definition" : "Unknown or exception indication. For example, Enrollment may not have any claims."
    }
  ]
}