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 CodeSystem - 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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "laboratory-service-reimbursability"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2020-03-18T09:55:00Z"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>Laboratory services compendium</h2>\n      <div>\n        <p>This CodeSystem provides  coded concepts to represent the coarse categories of reimbursement that may affect a laboratory service</p>\n      </div>\n      <ul>\n        <li>\n          <p>Contains:</p>\n          <table class=\"none\">\n            <tr>\n              <td>\n                <b> Code</b>\n              </td>\n              <td>\n                <b> Display</b>\n              </td>\n             </tr>\n            <tr>\n              <td>none</td>\n              <td>no reimbursement provided for the service in general</td>\n            </tr>\n            <tr>\n              <td>normal</td>\n              <td>normal reimbursement dispositions applicable to the service</td>\n            </tr>\n            <tr>\n              <td>conditional</td>\n              <td>reimbursement of service subject to conditions</td>\n            </tr>\n            <tr>\n              <td>partial</td>\n              <td>normal reimbursement limited to a part of the service</td>\n            </tr>\n            <tr>\n              <td>partial-conditional</td>\n              <td>reimbursement limited to a part of the service and subject to conditions</td>\n            </tr>\n           </table>\n        </li>\n      </ul>\n    </div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-reimbursability"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "current"] ; # 
  fhir:name [ fhir:v "LaboratoryServiceReimbursability"] ; # 
  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 CodeSystem resource provides the concepts representing coarse categories of reimbursement dispositions for laboratory services"] ; # 
  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:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "none" ] ;
fhir:display [ fhir:v "no reimbursement provided for the service in general" ] ;
fhir:definition [ fhir:v "The service is usually not covered by insurance plans, and charged to the paying party" ]
  ] [
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "normal reimbursement dispositions applicable to the service" ] ;
fhir:definition [ fhir:v "The service is usually  reimbursed (partially or totally) under general dispositions defined in insurance plans, independently of the service" ]
  ] [
fhir:code [ fhir:v "conditional" ] ;
fhir:display [ fhir:v "reimbursement of service subject to conditions" ] ;
fhir:definition [ fhir:v "The service reimbursement is conditioned by the clinical context of the order" ]
  ] [
fhir:code [ fhir:v "partial" ] ;
fhir:display [ fhir:v "normal reimbursement limited to a part of the service" ] ;
fhir:definition [ fhir:v "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" ]
  ] [
fhir:code [ fhir:v "conditional-partial" ] ;
fhir:display [ fhir:v "reimbursement limited to a part of the service and subject to conditions" ] ;
fhir:definition [ fhir:v "The service is composed of a part that is  reimbursable depending on the clinical context, and of a part that is non-reimbursable" ]
  ] ) . #