FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.insurance-card
Resource TypeCodeSystem
IdCodeSystem-cost-tier.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/carin-digital-insurance-card/CodeSystem-cost-tier.html
URLhttp://hl7.org/fhir/us/insurance-card/CodeSystem/cost-tier
Version2.0.0
Statusdraft
Date2026-06-25T21:16:04+00:00
NameCostTierCS
TitleCost Tier Code System
Realmus
Authorityhl7
DescriptionCode 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
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.us.insurance-card#currentcost-tierCost Tier Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem cost-tier

This case-sensitive code system http://hl7.org/fhir/us/insurance-card/CodeSystem/cost-tier defines the following codes:

CodeDisplayDefinition
value-choice Value Choice ProviderCost sharing that applies when the service is delivered by a provider the plan has designated in its value or preferred-value tier
standard Standard ProviderCost sharing that applies when the service is delivered by an in-network provider without a special designation
virtual Virtual VisitCost sharing that applies when the service is delivered virtually (telehealth modality) rather than in person

Source1

{
  "resourceType": "CodeSystem",
  "id": "cost-tier",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "claims"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/insurance-card/ImplementationGuide/hl7.fhir.us.insurance-card"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/insurance-card/CodeSystem/cost-tier",
  "version": "2.0.0",
  "name": "CostTierCS",
  "title": "Cost Tier Code System",
  "status": "draft",
  "experimental": true,
  "date": "2026-06-25T21:16:04+00:00",
  "publisher": "HL7 International / Payer/Provider Information Exchange Work Group",
  "contact": [
    {
      "name": "HL7 International / Payer/Provider Information Exchange Work Group",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/claims"
        },
        {
          "system": "email",
          "value": "pie@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "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",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "value-choice",
      "display": "Value Choice Provider",
      "definition": "Cost sharing that applies when the service is delivered by a provider the plan has designated in its value or preferred-value tier"
    },
    {
      "code": "standard",
      "display": "Standard Provider",
      "definition": "Cost sharing that applies when the service is delivered by an in-network provider without a special designation"
    },
    {
      "code": "virtual",
      "display": "Virtual Visit",
      "definition": "Cost sharing that applies when the service is delivered virtually (telehealth modality) rather than in person"
    }
  ]
}