FHIR IG analytics| Package | sbc-fhir-ig |
| Resource Type | CodeSystem |
| Id | CodeSystem-sbc-plan-type.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/jdjkelly/fhir-sbc/CodeSystem-sbc-plan-type.html |
| URL | http://flexpa.com/fhir/sbc/CodeSystem/sbc-plan-type |
| Version | 0.1.0 |
| Status | draft |
| Date | 2025-11-10T22:33:16+00:00 |
| Name | SBCPlanType |
| Title | SBC Plan Type Code System |
| Realm | us |
| Description | Code system for health insurance plan types displayed in Summary of Benefits and Coverage documents |
| Content | complete |
| ValueSet | |
| sbc-plan-type | SBC Plan Type Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem sbc-plan-type
This case-sensitive code system http://flexpa.com/fhir/sbc/CodeSystem/sbc-plan-type defines the following codes:
{
"resourceType": "CodeSystem",
"id": "sbc-plan-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://flexpa.com/fhir/sbc/CodeSystem/sbc-plan-type",
"version": "0.1.0",
"name": "SBCPlanType",
"title": "SBC Plan Type Code System",
"status": "draft",
"experimental": false,
"date": "2025-11-10T22:33:16+00:00",
"publisher": "SBC FHIR Project",
"contact": [
{
"name": "SBC FHIR Project",
"telecom": [
{
"system": "url",
"value": "http://flexpa.com"
},
{
"system": "email",
"value": "contact@flexpa.com"
}
]
}
],
"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"
}
]
}