@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/insurance-card/CodeSystem/cost-tier> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cost-tier"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cost-tier</b></p><a name=\"cost-tier\"> </a><a name=\"hccost-tier\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/insurance-card/CodeSystem/cost-tier</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\">value-choice<a name=\"cost-tier-value-choice\"> </a></td><td>Value Choice Provider</td><td>Cost sharing that applies when the service is delivered by a provider the plan has designated in its value or preferred-value tier</td></tr><tr><td style=\"white-space:nowrap\">standard<a name=\"cost-tier-standard\"> </a></td><td>Standard Provider</td><td>Cost sharing that applies when the service is delivered by an in-network provider without a special designation</td></tr><tr><td style=\"white-space:nowrap\">virtual<a name=\"cost-tier-virtual\"> </a></td><td>Virtual Visit</td><td>Cost sharing that applies when the service is delivered virtually (telehealth modality) rather than in person</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "claims"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "informative" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:canonical ;
           fhir:v "http://hl7.org/fhir/us/insurance-card/ImplementationGuide/hl7.fhir.us.insurance-card"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/us/insurance-card/ImplementationGuide/hl7.fhir.us.insurance-card>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/insurance-card/CodeSystem/cost-tier"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0"] ; # 
  fhir:name [ fhir:v "CostTierCS"] ; # 
  fhir:title [ fhir:v "Cost Tier Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-06-25T21:16:04+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/claims" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "pie@lists.HL7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Code system for cost-sharing tiers that distinguish multiple cost amounts for the same benefit and network status, based on provider designation or modality of care"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "US" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "value-choice" ] ;
     fhir:display [ fhir:v "Value Choice Provider" ] ;
     fhir:definition [ fhir:v "Cost sharing that applies when the service is delivered by a provider the plan has designated in its value or preferred-value tier" ]
  ] [
     fhir:code [ fhir:v "standard" ] ;
     fhir:display [ fhir:v "Standard Provider" ] ;
     fhir:definition [ fhir:v "Cost sharing that applies when the service is delivered by an in-network provider without a special designation" ]
  ] [
     fhir:code [ fhir:v "virtual" ] ;
     fhir:display [ fhir:v "Virtual Visit" ] ;
     fhir:definition [ fhir:v "Cost sharing that applies when the service is delivered virtually (telehealth modality) rather than in person" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

