FHIR IG analytics| Package | hl7.fhir.cz.terminology |
| Resource Type | ValueSet |
| Id | ValueSet-cz-coverage-type.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7-cz/terminology/ValueSet-cz-coverage-type.html |
| URL | https://ncez.mzcr.cz/terminology/ValueSet/cz-coverage-type |
| Version | 0.2.0 |
| Status | active |
| Date | 2025-01-01 |
| Name | CZ_CoverageType |
| Title | Číselník typů úhrady |
| Realm | cz |
| Authority | hl7 |
| Description | Číselník typů úhrady zdravotní péče. |
| StructureDefinition | |
| cz-coverage | Coverage (CZ) |
| CodeSystem | |
| coverage-selfpay | Coverage SelfPay Codes |
| v3-ActCode | ActCode |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet cz-coverage-type
Language: cs
This ValueSet requires the Code system Supplements Coverage SelfPay Codes (CZ supplement) and v3 Code System ActCode.
This value set includes codes based on the following rules:
http://terminology.hl7.org/CodeSystem/v3-ActCode version 📍9.0.0| Code | Display | Definition |
HIP | zdravotní pojištění | **Definition:** A health insurance policy that covers healthcare benefits by protecting covered parties from medical expenses arising from health conditions, sickness, or accidental injury as well as preventive care. Health insurance policies explicitly exclude coverage for losses insured under a disability policy, workers' compensation program, liability insurance (including automobile insurance); or for medical expenses, coverage for on-site medical clinics or for limited dental or vision benefits when these are provided under a separate policy. *Discussion:* Health insurance policies are offered by health insurance plans that typically reimburse providers for covered services on a fee-for-service basis, that is, a fee that is the allowable amount that a provider may charge. This is in contrast to managed care plans, which typically prepay providers a per-member/per-month amount or capitation as reimbursement for all covered services rendered. Health insurance plans include indemnity and healthcare services plans. |
http://terminology.hl7.org/CodeSystem/coverage-selfpay version 📍1.0.1| Code | Display | Definition |
pay | samoplátce | An individual or organization is paying directly for goods and services. |
{
"resourceType": "ValueSet",
"id": "cz-coverage-type",
"language": "cs",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
"valueCanonical": "https://hl7.cz/terminology/CodeSystem/coverage-selfpay-cz"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
"valueCanonical": "https://hl7.cz/terminology/CodeSystem/v3-ActCode-cz"
}
],
"url": "https://ncez.mzcr.cz/terminology/ValueSet/cz-coverage-type",
"version": "0.2.0",
"name": "CZ_CoverageType",
"title": "Číselník typů úhrady",
"status": "active",
"experimental": false,
"date": "2025-01-01",
"publisher": "HL7 Czech Republic",
"contact": [
{
"name": "HL7 Czech Republic",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.cz/"
}
]
}
],
"description": "Číselník typů úhrady zdravotní péče.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CZ",
"display": "Czechia"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"version": "9.0.0",
"concept": [
{
"code": "HIP",
"display": "zdravotní pojištění"
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/coverage-selfpay",
"version": "1.0.1",
"concept": [
{
"code": "pay",
"display": "samoplátce"
}
]
}
]
}
}