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

: Insurance Plan Cost Category 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 "insurance-plan-cost-category"];
  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/insurance-plan-cost-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">drug<a name=\"insurance-plan-cost-category-drug\"> </a></td><td>Drug</td></tr><tr><td style=\"white-space:nowrap\">medical<a name=\"insurance-plan-cost-category-medical\"> </a></td><td>Medical</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"insurance-plan-cost-category-other\"> </a></td><td>Other</td></tr><tr><td style=\"white-space:nowrap\">dental<a name=\"insurance-plan-cost-category-dental\"> </a></td><td>Dental</td></tr><tr><td style=\"white-space:nowrap\">mental<a name=\"insurance-plan-cost-category-mental\"> </a></td><td>Mental</td></tr><tr><td style=\"white-space:nowrap\">subst-ab<a name=\"insurance-plan-cost-category-subst-ab\"> </a></td><td>Substance Abuse</td></tr><tr><td style=\"white-space:nowrap\">vision<a name=\"insurance-plan-cost-category-vision\"> </a></td><td>Vision</td></tr><tr><td style=\"white-space:nowrap\">short-term<a name=\"insurance-plan-cost-category-short-term\"> </a></td><td>Short Term Disability</td></tr><tr><td style=\"white-space:nowrap\">long-term<a name=\"insurance-plan-cost-category-long-term\"> </a></td><td>Long Term Disability</td></tr><tr><td style=\"white-space:nowrap\">hospice<a name=\"insurance-plan-cost-category-hospice\"> </a></td><td>Hospice</td></tr><tr><td style=\"white-space:nowrap\">home<a name=\"insurance-plan-cost-category-home\"> </a></td><td>Home Health</td></tr><tr><td style=\"white-space:nowrap\">hearing<a name=\"insurance-plan-cost-category-hearing\"> </a></td><td>Hearing</td></tr><tr><td style=\"white-space:nowrap\">lifeins<a name=\"insurance-plan-cost-category-lifeins\"> </a></td><td>Life Insurance</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/insurance-plan-cost-category"];
  fhir:CodeSystem.version [ fhir:value "8.0.0"];
  fhir:CodeSystem.name [ fhir:value "InsurancePlanCostCategoryCodeSystem"];
  fhir:CodeSystem.title [ fhir:value "Insurance Plan Cost Category 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 "The codes that indicates the specific benefit categories a member may have (medical, dental, vision, etc) based on benefit election."];
  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 "drug" ];
     fhir:CodeSystem.concept.display [ fhir:value "Drug" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "medical" ];
     fhir:CodeSystem.concept.display [ fhir:value "Medical" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "other" ];
     fhir:CodeSystem.concept.display [ fhir:value "Other" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "dental" ];
     fhir:CodeSystem.concept.display [ fhir:value "Dental" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "mental" ];
     fhir:CodeSystem.concept.display [ fhir:value "Mental" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "subst-ab" ];
     fhir:CodeSystem.concept.display [ fhir:value "Substance Abuse" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "vision" ];
     fhir:CodeSystem.concept.display [ fhir:value "Vision" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "short-term" ];
     fhir:CodeSystem.concept.display [ fhir:value "Short Term Disability" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "long-term" ];
     fhir:CodeSystem.concept.display [ fhir:value "Long Term Disability" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "hospice" ];
     fhir:CodeSystem.concept.display [ fhir:value "Hospice" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "home" ];
     fhir:CodeSystem.concept.display [ fhir:value "Home Health" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "hearing" ];
     fhir:CodeSystem.concept.display [ fhir:value "Hearing" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "lifeins" ];
     fhir:CodeSystem.concept.display [ fhir:value "Life Insurance" ]
  ].

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

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