@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "insuranceplan-plan-type"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CodeSystem insuranceplan-plan-type

Last updated: 2020-04-09 21:10:28+0000

Profile: Shareable CodeSystem

This case-sensitive code system http://terminology.hl7.org/CodeSystem/insuranceplan-plan-type defines the following codes:

CodeDisplayDefinition
platinum Platinum-QHPPlan with highest monthly premium and lowest costs when you need care. A Qualified Health Plan with the highest monthly premiums and smallest out-of-pocket costs for the member in comparison to other metal-category plans.
gold Gold-QHPPlan with high monthly premium and low costs when you need care. A Qualified Health Plan with the higher monthly premiums and smaller out-of-pocket costs for the member in comparison to other metal-category plans.
silver Silver-QHPPlan with moderate monthly premium and moderate costs when you need care. A Qualified Health Plan with the lower monthly premiums and larger out-of-pocket costs for the member in comparison to other metal-category plans.
bronze Bronze-QHPPlan with lowest monthly premium and highest costs when you need care. A Qualified Health Plan with the lowest monthly premiums and largest out-of-pocket costs for the member in comparison to other metal-category plans.
catastrophic Catastrophic-QHPA plan with low monthly premiums and very high deductibles and are available only to those under 30 or with certain special exemptions.
lowdeductible Low DeductibleA plan that requires the insured to pay out of pocket a smaller proportion of incurred health care costs than a traditional insurance plan.
highdeductible High DeductibleA plan that requires the insured to pay out of pocket a larger proportion of incurred health care costs than a traditional insurance plan.
catastrophicplan Catastrophic PlanA plan that requires the insured to pay out of pocket a much larger proportion of incurred health care costs than a traditional insurance plan.
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "pa" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "1"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/insuranceplan-plan-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "InsuranceplanPlanType"] ; # fhir:title [ fhir:v "Insuranceplan Plan Type"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2024-11-17T12:23:22-07:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "hq@HL7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "This code system defines a set of codes for Insuranceplan Plan Type."] ; # fhir:copyright [ fhir:v "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license"] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/insuranceplan-plan-type"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "platinum" ] ; fhir:display [ fhir:v "Platinum-QHP" ] ; fhir:definition [ fhir:v "Plan with highest monthly premium and lowest costs when you need care. A Qualified Health Plan with the highest monthly premiums and smallest out-of-pocket costs for the member in comparison to other metal-category plans." ] ] [ fhir:code [ fhir:v "gold" ] ; fhir:display [ fhir:v "Gold-QHP" ] ; fhir:definition [ fhir:v "Plan with high monthly premium and low costs when you need care. A Qualified Health Plan with the higher monthly premiums and smaller out-of-pocket costs for the member in comparison to other metal-category plans." ] ] [ fhir:code [ fhir:v "silver" ] ; fhir:display [ fhir:v "Silver-QHP" ] ; fhir:definition [ fhir:v "Plan with moderate monthly premium and moderate costs when you need care. A Qualified Health Plan with the lower monthly premiums and larger out-of-pocket costs for the member in comparison to other metal-category plans." ] ] [ fhir:code [ fhir:v "bronze" ] ; fhir:display [ fhir:v "Bronze-QHP" ] ; fhir:definition [ fhir:v "Plan with lowest monthly premium and highest costs when you need care. A Qualified Health Plan with the lowest monthly premiums and largest out-of-pocket costs for the member in comparison to other metal-category plans." ] ] [ fhir:code [ fhir:v "catastrophic" ] ; fhir:display [ fhir:v "Catastrophic-QHP" ] ; fhir:definition [ fhir:v "A plan with low monthly premiums and very high deductibles and are available only to those under 30 or with certain special exemptions." ] ] [ fhir:code [ fhir:v "lowdeductible" ] ; fhir:display [ fhir:v "Low Deductible" ] ; fhir:definition [ fhir:v "A plan that requires the insured to pay out of pocket a smaller proportion of incurred health care costs than a traditional insurance plan." ] ] [ fhir:code [ fhir:v "highdeductible" ] ; fhir:display [ fhir:v "High Deductible" ] ; fhir:definition [ fhir:v "A plan that requires the insured to pay out of pocket a larger proportion of incurred health care costs than a traditional insurance plan." ] ] [ fhir:code [ fhir:v "catastrophicplan" ] ; fhir:display [ fhir:v "Catastrophic Plan" ] ; fhir:definition [ fhir:v "A plan that requires the insured to pay out of pocket a much larger proportion of incurred health care costs than a traditional insurance plan." ] ] ) . # # -------------------------------------------------------------------------------------