This page is part of the Validated Healthcare Directory FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR v3.5.0. . For a full list of available versions, see the Directory of published versions
Turtle Format: ValueSet-valueset-insuranceplanbenefitcosttype
Raw ttl
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "valueset-insuranceplanbenefitcosttype"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>VhDir Insurance Plan Benefit Cost Type</h2><div><p>This value set defines a set of codes that indicate the cost for a particular benefit on a plan.</p>\n</div><p>This value set includes codes from the following code systems:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-codesystem-insuranceplan.html\"><code>http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-insuranceplan</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-copay\">copay</a></td><td>Copay</td><td>Copay</td></tr><tr><td><a href=\"CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-individualcap\">individualcap</a></td><td>Individual cap</td><td>Individual cap</td></tr><tr><td><a href=\"CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-familycap\">familycap</a></td><td>Family cap</td><td>Family cap</td></tr><tr><td><a href=\"CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-coinsurance\">coinsurance</a></td><td>Coinsurance</td><td>Coinsurance</td></tr><tr><td><a href=\"CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-deductible\">deductible</a></td><td>Deductible</td><td>Deductible</td></tr><tr><td><a href=\"CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-in-network\">in-network</a></td><td>In-network</td><td>In-network</td></tr><tr><td><a href=\"CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-out-of-network\">out-of-network</a></td><td>Out-of-network</td><td>Out-of-network</td></tr><tr><td><a href=\"CodeSystem-codesystem-insuranceplan.html#codesystem-insuranceplan-other\">other</a></td><td>Other</td><td>Other</td></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/vhdir/ValueSet/valueset-insuranceplanbenefitcosttype"]; fhir:ValueSet.version [ fhir:value "0.2.0"]; fhir:ValueSet.name [ fhir:value "VhDirInsPlanBenefitCostType"]; fhir:ValueSet.title [ fhir:value "VhDir Insurance Plan Benefit Cost Type"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.date [ fhir:value "2018-02-21"^^xsd:date]; fhir:ValueSet.publisher [ fhir:value "HL7 International"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:ValueSet.description [ fhir:value "This value set defines a set of codes that indicate the cost for a particular benefit on a plan."]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/uv/vhdir/CodeSystem/codesystem-insuranceplan" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "copay" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "individualcap" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "familycap" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "coinsurance" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "deductible" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "in-network" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "out-of-network" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "other" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.