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

FHIR IG analytics

Packagehl7.fhir.us.insurance-card
Resource TypeCodeSystem
IdCodeSystem-sbc-plan-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/carin-digital-insurance-card/CodeSystem-sbc-plan-type.html
URLhttp://hl7.org/fhir/us/insurance-card/CodeSystem/sbc-plan-type
Version2.0.0
Statusdraft
Date2026-02-03T01:43:53+00:00
NameSBCPlanTypeCS
TitleSBC Plan Type Code System
Realmus
Authorityhl7
DescriptionCode system for health insurance plan types displayed in Summary of Benefits and Coverage documents
Contentcomplete

Resources that use this resource

ValueSet
sbc-plan-typeSBC Plan Type Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem sbc-plan-type

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

CodeDisplayDefinition
HMO Health Maintenance Organization (HMO)A type of health insurance plan that requires members to get health care services from doctors and hospitals in the plan's network, except in an emergency
PPO Preferred Provider Organization (PPO)A type of health insurance plan where members pay less if they use providers in the plan's network, but can use out-of-network providers at higher cost
POS Point of Service (POS)A type of health insurance plan where members pay less if they use doctors and hospitals in the plan's network and choose a primary care doctor to coordinate care
EPO Exclusive Provider Organization (EPO)A type of health insurance plan where services are covered only if members use doctors and providers in the plan's network, except in an emergency
HDHP High Deductible Health Plan (HDHP)A health insurance plan with a higher deductible than traditional plans, often paired with a Health Savings Account
INDEMNITY Indemnity PlanA type of health insurance that allows members to see any doctor or hospital and pays a portion of the bill

Source1

{
  "resourceType": "CodeSystem",
  "id": "sbc-plan-type",
  "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/sbc-plan-type",
  "version": "2.0.0",
  "name": "SBCPlanTypeCS",
  "title": "SBC Plan Type Code System",
  "status": "draft",
  "experimental": true,
  "date": "2026-02-03T01:43:53+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 health insurance plan types displayed in Summary of Benefits and Coverage documents",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "HMO",
      "display": "Health Maintenance Organization (HMO)",
      "definition": "A type of health insurance plan that requires members to get health care services from doctors and hospitals in the plan's network, except in an emergency"
    },
    {
      "code": "PPO",
      "display": "Preferred Provider Organization (PPO)",
      "definition": "A type of health insurance plan where members pay less if they use providers in the plan's network, but can use out-of-network providers at higher cost"
    },
    {
      "code": "POS",
      "display": "Point of Service (POS)",
      "definition": "A type of health insurance plan where members pay less if they use doctors and hospitals in the plan's network and choose a primary care doctor to coordinate care"
    },
    {
      "code": "EPO",
      "display": "Exclusive Provider Organization (EPO)",
      "definition": "A type of health insurance plan where services are covered only if members use doctors and providers in the plan's network, except in an emergency"
    },
    {
      "code": "HDHP",
      "display": "High Deductible Health Plan (HDHP)",
      "definition": "A health insurance plan with a higher deductible than traditional plans, often paired with a Health Savings Account"
    },
    {
      "code": "INDEMNITY",
      "display": "Indemnity Plan",
      "definition": "A type of health insurance that allows members to see any doctor or hospital and pays a portion of the bill"
    }
  ]
}