Order Catalog Implementation Guide
0.1.0 - STU Ballot 1

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

: Laboratory service reimbursability categories CodeSystem - TTL Representation

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:Resource.id [ fhir:value "laboratory-service-reimbursability"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-03-18T09:55:00.000+00:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.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:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/order-catalog/CodeSystem/laboratory-service-reimbursability"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "LaboratoryServiceReimbursability"];
  fhir:CodeSystem.title [ fhir:value "Kinds of reibursability coarse categories for a laboratory service"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-03-20"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Orders and Observations Work Group"];
  fhir:CodeSystem.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:CodeSystem.description [ fhir:value "This CodeSystem resource provides the concepts representing coarse categories of reimbursement dispositions for laboratory services"];
  fhir:CodeSystem.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:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "none" ];
     fhir:CodeSystem.concept.display [ fhir:value "no reimbursement provided for the service in general" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The service is usually not covered by insurance plans, and charged to the paying party" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "normal" ];
     fhir:CodeSystem.concept.display [ fhir:value "normal reimbursement dispositions applicable to the service" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The service is usually  reimbursed (partially or totally) under general dispositions defined in insurance plans, independently of the service" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "conditional" ];
     fhir:CodeSystem.concept.display [ fhir:value "reimbursement of service subject to conditions" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The service reimbursement is conditioned by the clinical context of the order" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "partial" ];
     fhir:CodeSystem.concept.display [ fhir:value "normal reimbursement limited to a part of the service" ];
     fhir:CodeSystem.concept.definition [ fhir:value "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:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "conditional-partial" ];
     fhir:CodeSystem.concept.display [ fhir:value "reimbursement limited to a part of the service and subject to conditions" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The service is composed of a part that is  reimbursable depending on the clinical context, and of a part that is non-reimbursable" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.