FHIR Cross-Version Extensions package for FHIR R4 from FHIR R4B - Version 0.0.1-snapshot-2. See the Directory of published versions
| Page standards status: Informative | Maturity Level: 0 |
@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 -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "benefit-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system http://terminology.hl7.org/CodeSystem/benefit-type defines the following codes:</p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Display</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">benefit\n <a name=\"benefit-type-benefit\"> </a>\n </td>\n <td>Benefit</td>\n <td>Maximum benefit allowable.</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">deductible\n <a name=\"benefit-type-deductible\"> </a>\n </td>\n <td>Deductible</td>\n <td>Cost to be incurred before benefits are applied</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">visit\n <a name=\"benefit-type-visit\"> </a>\n </td>\n <td>Visit</td>\n <td>Service visit</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">room\n <a name=\"benefit-type-room\"> </a>\n </td>\n <td>Room</td>\n <td>Type of room</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">copay\n <a name=\"benefit-type-copay\"> </a>\n </td>\n <td>Copayment per service</td>\n <td>Copayment per service</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">copay-percent\n <a name=\"benefit-type-copay-percent\"> </a>\n </td>\n <td>Copayment Percent per service</td>\n <td>Copayment percentage per service</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">copay-maximum\n <a name=\"benefit-type-copay-maximum\"> </a>\n </td>\n <td>Copayment maximum per service</td>\n <td>Copayment maximum per service</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">vision-exam\n <a name=\"benefit-type-vision-exam\"> </a>\n </td>\n <td>Vision Exam</td>\n <td>Vision Exam</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">vision-glasses\n <a name=\"benefit-type-vision-glasses\"> </a>\n </td>\n <td>Vision Glasses</td>\n <td>Frames and lenses</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">vision-contacts\n <a name=\"benefit-type-vision-contacts\"> </a>\n </td>\n <td>Vision Contacts Coverage</td>\n <td>Contact Lenses</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">medical-primarycare\n <a name=\"benefit-type-medical-primarycare\"> </a>\n </td>\n <td>Medical Primary Health Coverage</td>\n <td>Medical Primary Health Coverage</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">pharmacy-dispense\n <a name=\"benefit-type-pharmacy-dispense\"> </a>\n </td>\n <td>Pharmacy Dispense Coverage</td>\n <td>Pharmacy Dispense Coverage</td>\n </tr>\n </table>\n </div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r4b.r4" ] ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "fm" ]
] ) ; #
fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/benefit-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "4.3.0"] ; #
fhir:name [ fhir:v "BenefitTypeCodes"] ; #
fhir:title [ fhir:v "Benefit Type Codes"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2025-09-13T16:38:45-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Financial Management"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Financial Management" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fm" ] ] )
] ) ; #
fhir:description [ fhir:v "This value set includes a smattering of Benefit type codes."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:copyright [ fhir:v "This is an example set."] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "benefit" ] ;
fhir:display [ fhir:v "Benefit" ] ;
fhir:definition [ fhir:v "Maximum benefit allowable." ]
] [
fhir:code [ fhir:v "deductible" ] ;
fhir:display [ fhir:v "Deductible" ] ;
fhir:definition [ fhir:v "Cost to be incurred before benefits are applied" ]
] [
fhir:code [ fhir:v "visit" ] ;
fhir:display [ fhir:v "Visit" ] ;
fhir:definition [ fhir:v "Service visit" ]
] [
fhir:code [ fhir:v "room" ] ;
fhir:display [ fhir:v "Room" ] ;
fhir:definition [ fhir:v "Type of room" ]
] [
fhir:code [ fhir:v "copay" ] ;
fhir:display [ fhir:v "Copayment per service" ] ;
fhir:definition [ fhir:v "Copayment per service" ]
] [
fhir:code [ fhir:v "copay-percent" ] ;
fhir:display [ fhir:v "Copayment Percent per service" ] ;
fhir:definition [ fhir:v "Copayment percentage per service" ]
] [
fhir:code [ fhir:v "copay-maximum" ] ;
fhir:display [ fhir:v "Copayment maximum per service" ] ;
fhir:definition [ fhir:v "Copayment maximum per service" ]
] [
fhir:code [ fhir:v "vision-exam" ] ;
fhir:display [ fhir:v "Vision Exam" ] ;
fhir:definition [ fhir:v "Vision Exam" ]
] [
fhir:code [ fhir:v "vision-glasses" ] ;
fhir:display [ fhir:v "Vision Glasses" ] ;
fhir:definition [ fhir:v "Frames and lenses" ]
] [
fhir:code [ fhir:v "vision-contacts" ] ;
fhir:display [ fhir:v "Vision Contacts Coverage" ] ;
fhir:definition [ fhir:v "Contact Lenses" ]
] [
fhir:code [ fhir:v "medical-primarycare" ] ;
fhir:display [ fhir:v "Medical Primary Health Coverage" ] ;
fhir:definition [ fhir:v "Medical Primary Health Coverage" ]
] [
fhir:code [ fhir:v "pharmacy-dispense" ] ;
fhir:display [ fhir:v "Pharmacy Dispense Coverage" ] ;
fhir:definition [ fhir:v "Pharmacy Dispense Coverage" ]
] ) . #
IG © 2025+ FHIR Infrastructure. Package hl7.fhir.uv.xver-r4b.r4#0.0.1-snapshot-2 based on FHIR 4.0.1. Generated 2025-09-13
Links: Table of Contents |
QA Report
| Version History |
|
History
