Order Catalog Implementation Guide
current - CI Build International flag

Order Catalog Implementation Guide, published by HL7 International - Orders and Observations Work Group. This is not an authorized publication; it is the continuous build for version current). This version is based on the current content of https://github.com/HL7/fhir-order-catalog/ and changes regularly. See the Directory of published versions

: Laboratory service reimbursability categories ValueSet - TTL Representation

Active as of 2020-03-20

Raw ttl | Download


@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:id [ fhir:v "laboratory-service-reimbursability-vs"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-03-20T09:55:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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><td><b>Definition</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:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/ValueSet/laboratory-service-reimbursability-vs"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "current"] ; # 
  fhir:name [ fhir:v "LaboratoryServiceReimbursabilityVS"] ; # 
  fhir:title [ fhir:v "Kinds of reibursability coarse categories for a laboratory service"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2020-03-20"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International - Orders and Observations Work Group"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/orders" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This value set provides codes summarizing the reimbursement dispositions that can affect a laboratory service"] ; # 
  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:immutable [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-reimbursability"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "none" ] ;
fhir:display [ fhir:v "no reimbursement provided for the service in general" ]       ] [
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "normal reimbursement dispositions applicable to the service" ]       ] [
fhir:code [ fhir:v "conditional" ] ;
fhir:display [ fhir:v "reimbursement of service subject to conditions" ]       ] [
fhir:code [ fhir:v "partial" ] ;
fhir:display [ fhir:v "normal reimbursement limited to a part of the service" ]       ] [
fhir:code [ fhir:v "conditional-partial" ] ;
fhir:display [ fhir:v "reimbursement limited to a part of the service and subject to conditions" ]       ] )     ] )
  ] . #