openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Type of benefit (Coverage) - TTL Representation

Active as of 2022-05-31

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 "coverage-item-benefit-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/coverage-item-benefit-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">admissions_left<a name=\"coverage-item-benefit-type-admissions_left\"> </a></td><td>total_admissions</td></tr><tr><td style=\"white-space:nowrap\">visits_left<a name=\"coverage-item-benefit-type-visits_left\"> </a></td><td>total_visits</td></tr><tr><td style=\"white-space:nowrap\">consultations_left<a name=\"coverage-item-benefit-type-consultations_left\"> </a></td><td>total_consultations</td></tr><tr><td style=\"white-space:nowrap\">surgeries_left<a name=\"coverage-item-benefit-type-surgeries_left\"> </a></td><td>total_surgeries</td></tr><tr><td style=\"white-space:nowrap\">deliveries_left<a name=\"coverage-item-benefit-type-deliveries_left\"> </a></td><td>total_deliveries</td></tr><tr><td style=\"white-space:nowrap\">antenatal_left<a name=\"coverage-item-benefit-type-antenatal_left\"> </a></td><td>total_antenatal</td></tr><tr><td style=\"white-space:nowrap\">consultation_amount<a name=\"coverage-item-benefit-type-consultation_amount\"> </a></td><td>consultation_amount</td></tr><tr><td style=\"white-space:nowrap\">surgery_amount<a name=\"coverage-item-benefit-type-surgery_amount\"> </a></td><td>surgery_amount</td></tr><tr><td style=\"white-space:nowrap\">delivery_amount<a name=\"coverage-item-benefit-type-delivery_amount\"> </a></td><td>delivery_amount</td></tr><tr><td style=\"white-space:nowrap\">hospitalization_amount<a name=\"coverage-item-benefit-type-hospitalization_amount\"> </a></td><td>hospitalization_amount</td></tr><tr><td style=\"white-space:nowrap\">antenatal_amount<a name=\"coverage-item-benefit-type-antenatal_amount\"> </a></td><td>antenatal_amount</td></tr><tr><td style=\"white-space:nowrap\">total_deduction<a name=\"coverage-item-benefit-type-total_deduction\"> </a></td><td>total_deduction</td></tr><tr><td style=\"white-space:nowrap\">hospital_deduction<a name=\"coverage-item-benefit-type-hospital_deduction\"> </a></td><td>hospital_deduction</td></tr><tr><td style=\"white-space:nowrap\">non_hospital_deduction<a name=\"coverage-item-benefit-type-non_hospital_deduction\"> </a></td><td>non_hospital_deduction</td></tr><tr><td style=\"white-space:nowrap\">total_ceiling<a name=\"coverage-item-benefit-type-total_ceiling\"> </a></td><td>total_ceiling</td></tr><tr><td style=\"white-space:nowrap\">hospital_ceiling<a name=\"coverage-item-benefit-type-hospital_ceiling\"> </a></td><td>hospital_ceiling</td></tr><tr><td style=\"white-space:nowrap\">non_hospital_ceiling<a name=\"coverage-item-benefit-type-non_hospital_ceiling\"> </a></td><td>non_hospital_ceiling</td></tr><tr><td style=\"white-space:nowrap\">item_left<a name=\"coverage-item-benefit-type-item_left\"> </a></td><td>Items left</td></tr><tr><td style=\"white-space:nowrap\">min_date_item<a name=\"coverage-item-benefit-type-min_date_item\"> </a></td><td>Mininum date</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/coverage-item-benefit-type"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "CoverageItemBenefitTypeCS"];
  fhir:CodeSystem.title [ fhir:value "Type of benefit (Coverage)"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2022-05-31T10:56:28+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "openIMIS Initiative"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "openIMIS Initiative" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.openimis.org" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Dragos Dobre" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "[email protected]" ];
       fhir:ContactPoint.use [ fhir:value "work" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Indicates the type of benefit under a Coverage. Values defined by openIMIS. Can not be extended."];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "19"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "admissions_left" ];
     fhir:CodeSystem.concept.display [ fhir:value "total_admissions" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "visits_left" ];
     fhir:CodeSystem.concept.display [ fhir:value "total_visits" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "consultations_left" ];
     fhir:CodeSystem.concept.display [ fhir:value "total_consultations" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "surgeries_left" ];
     fhir:CodeSystem.concept.display [ fhir:value "total_surgeries" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "deliveries_left" ];
     fhir:CodeSystem.concept.display [ fhir:value "total_deliveries" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "antenatal_left" ];
     fhir:CodeSystem.concept.display [ fhir:value "total_antenatal" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "consultation_amount" ];
     fhir:CodeSystem.concept.display [ fhir:value "consultation_amount" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "surgery_amount" ];
     fhir:CodeSystem.concept.display [ fhir:value "surgery_amount" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "delivery_amount" ];
     fhir:CodeSystem.concept.display [ fhir:value "delivery_amount" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "hospitalization_amount" ];
     fhir:CodeSystem.concept.display [ fhir:value "hospitalization_amount" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "antenatal_amount" ];
     fhir:CodeSystem.concept.display [ fhir:value "antenatal_amount" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "total_deduction" ];
     fhir:CodeSystem.concept.display [ fhir:value "total_deduction" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "hospital_deduction" ];
     fhir:CodeSystem.concept.display [ fhir:value "hospital_deduction" ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.concept.code [ fhir:value "non_hospital_deduction" ];
     fhir:CodeSystem.concept.display [ fhir:value "non_hospital_deduction" ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.concept.code [ fhir:value "total_ceiling" ];
     fhir:CodeSystem.concept.display [ fhir:value "total_ceiling" ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.concept.code [ fhir:value "hospital_ceiling" ];
     fhir:CodeSystem.concept.display [ fhir:value "hospital_ceiling" ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.concept.code [ fhir:value "non_hospital_ceiling" ];
     fhir:CodeSystem.concept.display [ fhir:value "non_hospital_ceiling" ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.concept.code [ fhir:value "item_left" ];
     fhir:CodeSystem.concept.display [ fhir:value "Items left" ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.concept.code [ fhir:value "min_date_item" ];
     fhir:CodeSystem.concept.display [ fhir:value "Mininum date" ]
  ].

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

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