This page is part of the Order Catalog Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
@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 "laboratory-service-reimbursability-vs"]; fhir:Resource.meta [ fhir:Meta.lastUpdated [ fhir:value "2020-03-20T09:55:00.000+00:00"^^xsd:dateTime ]; fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset"; fhir:index 0; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-laboratory-service-reimbursability.html\"><code>http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-reimbursability</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-laboratory-service-reimbursability.html#laboratory-service-reimbursability-none\">none</a></td><td>no reimbursement provided for the service in general</td><td>The service is usually not covered by insurance plans, and charged to the paying party</td></tr><tr><td><a href=\"CodeSystem-laboratory-service-reimbursability.html#laboratory-service-reimbursability-normal\">normal</a></td><td>normal reimbursement dispositions applicable to the service</td><td>The service is usually reimbursed (partially or totally) under general dispositions defined in insurance plans, independently of the service</td></tr><tr><td><a href=\"CodeSystem-laboratory-service-reimbursability.html#laboratory-service-reimbursability-conditional\">conditional</a></td><td>reimbursement of service subject to conditions</td><td>The service reimbursement is conditioned by the clinical context of the order</td></tr><tr><td><a href=\"CodeSystem-laboratory-service-reimbursability.html#laboratory-service-reimbursability-partial\">partial</a></td><td>normal reimbursement limited to a part of the service</td><td>The service is composed of a part that is usually reimbursed under general dispositions defined in insurance plans, and of a part that is non-reimbursable</td></tr><tr><td><a href=\"CodeSystem-laboratory-service-reimbursability.html#laboratory-service-reimbursability-conditional-partial\">conditional-partial</a></td><td>reimbursement limited to a part of the service and subject to conditions</td><td>The service is composed of a part that is reimbursable depending on the clinical context, and of a part that is non-reimbursable</td></tr></table></li></ul></div>" ]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/uv/order-catalog/ValueSet/laboratory-service-reimbursability-vs"]; fhir:ValueSet.version [ fhir:value "0.1.0"]; fhir:ValueSet.name [ fhir:value "LaboratoryServiceReimbursabilityVS"]; fhir:ValueSet.title [ fhir:value "Kinds of reibursability coarse categories for a laboratory service"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2020-03-20"^^xsd:date]; fhir:ValueSet.publisher [ fhir:value "HL7 International - Orders and Observations Work Group"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/orders" ] ] ]; fhir:ValueSet.description [ fhir:value "This value set provides codes summarizing the reimbursement dispositions that can affect a laboratory service"]; fhir:ValueSet.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "001" ] ] ]; fhir:ValueSet.immutable [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-reimbursability" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "none" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "no reimbursement provided for the service in general" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "normal" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "normal reimbursement dispositions applicable to the service" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "conditional" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "reimbursement of service subject to conditions" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "partial" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "normal reimbursement limited to a part of the service" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "conditional-partial" ]; fhir:ValueSet.compose.include.concept.display [ fhir:value "reimbursement limited to a part of the service and subject to conditions" ] ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.