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 - TTL Representation

Active as of 2022-11-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "claim-supporting-info-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/claim-supporting-info-type"];
  fhir:CodeSystem.version [ fhir:value "8.0.0"];
  fhir:CodeSystem.name [ fhir:value "ClaimSupportingInfoTypeCodeSystem"];
  fhir:CodeSystem.title [ fhir:value "Claim Supporting Info Type Codes"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2022-11-10T16:00:46+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "LinuxForHealth Team"];
  fhir:CodeSystem.description [ fhir:value "Supporting information type codes for claims"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "13"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "acquired-condition-indicator" ];
     fhir:CodeSystem.concept.display [ fhir:value "Acquired Condition Indicator" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indicator if the patient on the  claim has a Health Care Acquired Condition" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "admission-hour" ];
     fhir:CodeSystem.concept.display [ fhir:value "Admission hour" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Hour of medical facility admission, expressed in military time (00-23)" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "capitated-claim-indicator" ];
     fhir:CodeSystem.concept.display [ fhir:value "Capitated claim indicator" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indicator that all services on the claim were capitated services" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "capitated-service-indicator" ];
     fhir:CodeSystem.concept.display [ fhir:value "Capitated service indicator" ];
     fhir:CodeSystem.concept.definition [ fhir:value "An indicator that this service (encounter record) was capitated" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "compound-indicator" ];
     fhir:CodeSystem.concept.display [ fhir:value "Drug compound indicator" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "days-long-term-care-recipient-on-leave" ];
     fhir:CodeSystem.concept.display [ fhir:value "Days longterm care recipient on leave" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "days-count" ];
     fhir:CodeSystem.concept.display [ fhir:value "Days count" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The number of inpatient days for the facility Claim" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "days-covered" ];
     fhir:CodeSystem.concept.display [ fhir:value "Days covered" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "days-not-covered" ];
     fhir:CodeSystem.concept.display [ fhir:value "Days not covered" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "discharge-hour" ];
     fhir:CodeSystem.concept.display [ fhir:value "Discharge hour" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Hour of medical facility discharge, expressed in military time (00-23)" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "network-provider-indicator" ];
     fhir:CodeSystem.concept.display [ fhir:value "Network provider indicator" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Indicates if the servicing provider participates in the network to which the patient belongs" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "newborn-length-of-stay" ];
     fhir:CodeSystem.concept.display [ fhir:value "Newbord length of stay" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "refill-number" ];
     fhir:CodeSystem.concept.display [ fhir:value "Refill number" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A number indicating the original prescription or the refill number. This is the refill number, not the number of refills remaining." ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.