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

: Claim Supporting Info Type Codes - JSON Representation

Active as of 2022-11-10

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "claim-supporting-info-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/claim-supporting-info-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\">acquired-condition-indicator<a name=\"claim-supporting-info-type-acquired-condition-indicator\"> </a></td><td>Acquired Condition Indicator</td><td>An indicator if the patient on the  claim has a Health Care Acquired Condition</td></tr><tr><td style=\"white-space:nowrap\">admission-hour<a name=\"claim-supporting-info-type-admission-hour\"> </a></td><td>Admission hour</td><td>Hour of medical facility admission, expressed in military time (00-23)</td></tr><tr><td style=\"white-space:nowrap\">capitated-claim-indicator<a name=\"claim-supporting-info-type-capitated-claim-indicator\"> </a></td><td>Capitated claim indicator</td><td>An indicator that all services on the claim were capitated services</td></tr><tr><td style=\"white-space:nowrap\">capitated-service-indicator<a name=\"claim-supporting-info-type-capitated-service-indicator\"> </a></td><td>Capitated service indicator</td><td>An indicator that this service (encounter record) was capitated</td></tr><tr><td style=\"white-space:nowrap\">compound-indicator<a name=\"claim-supporting-info-type-compound-indicator\"> </a></td><td>Drug compound indicator</td><td/></tr><tr><td style=\"white-space:nowrap\">days-long-term-care-recipient-on-leave<a name=\"claim-supporting-info-type-days-long-term-care-recipient-on-leave\"> </a></td><td>Days longterm care recipient on leave</td><td/></tr><tr><td style=\"white-space:nowrap\">days-count<a name=\"claim-supporting-info-type-days-count\"> </a></td><td>Days count</td><td>The number of inpatient days for the facility Claim</td></tr><tr><td style=\"white-space:nowrap\">days-covered<a name=\"claim-supporting-info-type-days-covered\"> </a></td><td>Days covered</td><td/></tr><tr><td style=\"white-space:nowrap\">days-not-covered<a name=\"claim-supporting-info-type-days-not-covered\"> </a></td><td>Days not covered</td><td/></tr><tr><td style=\"white-space:nowrap\">discharge-hour<a name=\"claim-supporting-info-type-discharge-hour\"> </a></td><td>Discharge hour</td><td>Hour of medical facility discharge, expressed in military time (00-23)</td></tr><tr><td style=\"white-space:nowrap\">network-provider-indicator<a name=\"claim-supporting-info-type-network-provider-indicator\"> </a></td><td>Network provider indicator</td><td>Indicates if the servicing provider participates in the network to which the patient belongs</td></tr><tr><td style=\"white-space:nowrap\">newborn-length-of-stay<a name=\"claim-supporting-info-type-newborn-length-of-stay\"> </a></td><td>Newbord length of stay</td><td/></tr><tr><td style=\"white-space:nowrap\">refill-number<a name=\"claim-supporting-info-type-refill-number\"> </a></td><td>Refill number</td><td>A number indicating the original prescription or the refill number. This is the refill number, not the number of refills remaining.</td></tr></table></div>"
  },
  "url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/claim-supporting-info-type",
  "version" : "8.0.0",
  "name" : "ClaimSupportingInfoTypeCodeSystem",
  "title" : "Claim Supporting Info Type Codes",
  "status" : "active",
  "date" : "2022-11-10T16:00:46+00:00",
  "publisher" : "LinuxForHealth Team",
  "description" : "Supporting information type codes for claims",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 13,
  "concept" : [
    {
      "code" : "acquired-condition-indicator",
      "display" : "Acquired Condition Indicator",
      "definition" : "An indicator if the patient on the  claim has a Health Care Acquired Condition"
    },
    {
      "code" : "admission-hour",
      "display" : "Admission hour",
      "definition" : "Hour of medical facility admission, expressed in military time (00-23)"
    },
    {
      "code" : "capitated-claim-indicator",
      "display" : "Capitated claim indicator",
      "definition" : "An indicator that all services on the claim were capitated services"
    },
    {
      "code" : "capitated-service-indicator",
      "display" : "Capitated service indicator",
      "definition" : "An indicator that this service (encounter record) was capitated"
    },
    {
      "code" : "compound-indicator",
      "display" : "Drug compound indicator"
    },
    {
      "code" : "days-long-term-care-recipient-on-leave",
      "display" : "Days longterm care recipient on leave"
    },
    {
      "code" : "days-count",
      "display" : "Days count",
      "definition" : "The number of inpatient days for the facility Claim"
    },
    {
      "code" : "days-covered",
      "display" : "Days covered"
    },
    {
      "code" : "days-not-covered",
      "display" : "Days not covered"
    },
    {
      "code" : "discharge-hour",
      "display" : "Discharge hour",
      "definition" : "Hour of medical facility discharge, expressed in military time (00-23)"
    },
    {
      "code" : "network-provider-indicator",
      "display" : "Network provider indicator",
      "definition" : "Indicates if the servicing provider participates in the network to which the patient belongs"
    },
    {
      "code" : "newborn-length-of-stay",
      "display" : "Newbord length of stay"
    },
    {
      "code" : "refill-number",
      "display" : "Refill number",
      "definition" : "A number indicating the original prescription or the refill number. This is the refill number, not the number of refills remaining."
    }
  ]
}