LinuxForHealth FHIR Implementation Guide
8.0.0 - draft United States of America flag

LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions

: Payer Medicare Coverage Codes - TTL Representation

Active as of 2022-11-10

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 "payer-medicare-coverage"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-medicare-coverage</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"payer-medicare-coverage-2\"> </a></td><td>Both Parts A and B</td><td>Both Parts A and B</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"payer-medicare-coverage-3\"> </a></td><td>Parts A, B and D</td><td>Parts A, B and D</td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"payer-medicare-coverage-A\"> </a></td><td>Medicare Part A</td><td>Medicare Part A</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"payer-medicare-coverage-B\"> </a></td><td>Medicare Part B</td><td>Medicare Part B</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"payer-medicare-coverage-D\"> </a></td><td>Medicare Part D</td><td>Medicare Part D</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"payer-medicare-coverage-E\"> </a></td><td>Parts A and D</td><td>Parts A and D</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"payer-medicare-coverage-F\"> </a></td><td>Parts B and D</td><td>Parts B and D</td></tr><tr><td style=\"white-space:nowrap\">N<a name=\"payer-medicare-coverage-N\"> </a></td><td>Not Eligible for Medicare</td><td>Not Eligible for Medicare</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-medicare-coverage"];
  fhir:CodeSystem.version [ fhir:value "8.0.0"];
  fhir:CodeSystem.name [ fhir:value "PayerMedicareCoverageCodeSystem"];
  fhir:CodeSystem.title [ fhir:value "Payer Medicare Coverage Codes"];
  fhir:CodeSystem.status [ fhir:value "active"];
  fhir:CodeSystem.date [ fhir:value "2022-11-10T16:00:46+00:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "LinuxForHealth Team"];
  fhir:CodeSystem.description [ fhir:value "Payer codes for the type of Medicare coverage, if any, for the person"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Both Parts A and B" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Both Parts A and B" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "3" ];
     fhir:CodeSystem.concept.display [ fhir:value "Parts A, B and D" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Parts A, B and D" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "A" ];
     fhir:CodeSystem.concept.display [ fhir:value "Medicare Part A" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Medicare Part A" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "B" ];
     fhir:CodeSystem.concept.display [ fhir:value "Medicare Part B" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Medicare Part B" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "D" ];
     fhir:CodeSystem.concept.display [ fhir:value "Medicare Part D" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Medicare Part D" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "E" ];
     fhir:CodeSystem.concept.display [ fhir:value "Parts A and D" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Parts A and D" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "F" ];
     fhir:CodeSystem.concept.display [ fhir:value "Parts B and D" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Parts B and D" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "N" ];
     fhir:CodeSystem.concept.display [ fhir:value "Not Eligible for Medicare" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Not Eligible for Medicare" ]
  ].

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

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