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 Major Diagnostic Category 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-major-diagnostic-category"];
  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-major-diagnostic-category</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\">0<a name=\"payer-major-diagnostic-category-0\"> </a></td><td>Missing/Invalid Diagnosis</td><td>Missing/Invalid Diagnosis</td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"payer-major-diagnostic-category-1\"> </a></td><td>Nervous</td><td>Nervous</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"payer-major-diagnostic-category-2\"> </a></td><td>Eye</td><td>Eye</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"payer-major-diagnostic-category-3\"> </a></td><td>Ear, Nose, Mouth &amp; Throat</td><td>Ear, Nose, Mouth &amp; Throat</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"payer-major-diagnostic-category-4\"> </a></td><td>Respiratory</td><td>Respiratory</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"payer-major-diagnostic-category-5\"> </a></td><td>Circulatory</td><td>Circulatory</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"payer-major-diagnostic-category-6\"> </a></td><td>Digestive</td><td>Digestive</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"payer-major-diagnostic-category-7\"> </a></td><td>Liver, Pancreas</td><td>Liver, Pancreas</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"payer-major-diagnostic-category-8\"> </a></td><td>Musculoskeletal</td><td>Musculoskeletal</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"payer-major-diagnostic-category-9\"> </a></td><td>Skin, Breast</td><td>Skin, Breast</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"payer-major-diagnostic-category-10\"> </a></td><td>Metabolic</td><td>Metabolic</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"payer-major-diagnostic-category-11\"> </a></td><td>Kidney</td><td>Kidney</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"payer-major-diagnostic-category-12\"> </a></td><td>Male Reproductive</td><td>Male Reproductive</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"payer-major-diagnostic-category-13\"> </a></td><td>Female Reproductive</td><td>Female Reproductive</td></tr><tr><td style=\"white-space:nowrap\">14<a name=\"payer-major-diagnostic-category-14\"> </a></td><td>Pregnancy, Childbirth</td><td>Pregnancy, Childbirth</td></tr><tr><td style=\"white-space:nowrap\">15<a name=\"payer-major-diagnostic-category-15\"> </a></td><td>Newborns</td><td>Newborns</td></tr><tr><td style=\"white-space:nowrap\">16<a name=\"payer-major-diagnostic-category-16\"> </a></td><td>Blood</td><td>Blood</td></tr><tr><td style=\"white-space:nowrap\">17<a name=\"payer-major-diagnostic-category-17\"> </a></td><td>Myeloproliferative Diseases</td><td>Myeloproliferative Diseases</td></tr><tr><td style=\"white-space:nowrap\">18<a name=\"payer-major-diagnostic-category-18\"> </a></td><td>Infections</td><td>Infections</td></tr><tr><td style=\"white-space:nowrap\">19<a name=\"payer-major-diagnostic-category-19\"> </a></td><td>Mental</td><td>Mental</td></tr><tr><td style=\"white-space:nowrap\">20<a name=\"payer-major-diagnostic-category-20\"> </a></td><td>Alcohol/Drug Use</td><td>Alcohol/Drug Use</td></tr><tr><td style=\"white-space:nowrap\">21<a name=\"payer-major-diagnostic-category-21\"> </a></td><td>Injuries, Poisonings</td><td>Injuries, Poisonings</td></tr><tr><td style=\"white-space:nowrap\">22<a name=\"payer-major-diagnostic-category-22\"> </a></td><td>Burns</td><td>Burns</td></tr><tr><td style=\"white-space:nowrap\">23<a name=\"payer-major-diagnostic-category-23\"> </a></td><td>Health Status</td><td>Health Status</td></tr><tr><td style=\"white-space:nowrap\">24<a name=\"payer-major-diagnostic-category-24\"> </a></td><td>Multiple Trauma</td><td>Multiple Trauma</td></tr><tr><td style=\"white-space:nowrap\">25<a name=\"payer-major-diagnostic-category-25\"> </a></td><td>HIV Infections</td><td>HIV Infections</td></tr></table></div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://linuxforhealth.org/fhir/cdm/CodeSystem/payer-major-diagnostic-category"];
  fhir:CodeSystem.version [ fhir:value "8.0.0"];
  fhir:CodeSystem.name [ fhir:value "PayerMajorDiagnosticCategoryCodeSystem"];
  fhir:CodeSystem.title [ fhir:value "Payer Major Diagnostic Category 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 "Major diagnostic category codes for payers"];
  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 "26"^^xsd:nonNegativeInteger];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "0" ];
     fhir:CodeSystem.concept.display [ fhir:value "Missing/Invalid Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Missing/Invalid Diagnosis" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "1" ];
     fhir:CodeSystem.concept.display [ fhir:value "Nervous" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Nervous" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "2" ];
     fhir:CodeSystem.concept.display [ fhir:value "Eye" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Eye" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "3" ];
     fhir:CodeSystem.concept.display [ fhir:value "Ear, Nose, Mouth & Throat" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Ear, Nose, Mouth & Throat" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "4" ];
     fhir:CodeSystem.concept.display [ fhir:value "Respiratory" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Respiratory" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "5" ];
     fhir:CodeSystem.concept.display [ fhir:value "Circulatory" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Circulatory" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "6" ];
     fhir:CodeSystem.concept.display [ fhir:value "Digestive" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Digestive" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "7" ];
     fhir:CodeSystem.concept.display [ fhir:value "Liver, Pancreas" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Liver, Pancreas" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "8" ];
     fhir:CodeSystem.concept.display [ fhir:value "Musculoskeletal" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Musculoskeletal" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "9" ];
     fhir:CodeSystem.concept.display [ fhir:value "Skin, Breast" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Skin, Breast" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "10" ];
     fhir:CodeSystem.concept.display [ fhir:value "Metabolic" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Metabolic" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "11" ];
     fhir:CodeSystem.concept.display [ fhir:value "Kidney" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Kidney" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "12" ];
     fhir:CodeSystem.concept.display [ fhir:value "Male Reproductive" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Male Reproductive" ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.concept.code [ fhir:value "13" ];
     fhir:CodeSystem.concept.display [ fhir:value "Female Reproductive" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Female Reproductive" ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.concept.code [ fhir:value "14" ];
     fhir:CodeSystem.concept.display [ fhir:value "Pregnancy, Childbirth" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Pregnancy, Childbirth" ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.concept.code [ fhir:value "15" ];
     fhir:CodeSystem.concept.display [ fhir:value "Newborns" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Newborns" ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.concept.code [ fhir:value "16" ];
     fhir:CodeSystem.concept.display [ fhir:value "Blood" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Blood" ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.concept.code [ fhir:value "17" ];
     fhir:CodeSystem.concept.display [ fhir:value "Myeloproliferative Diseases" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Myeloproliferative Diseases" ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.concept.code [ fhir:value "18" ];
     fhir:CodeSystem.concept.display [ fhir:value "Infections" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Infections" ]
  ], [
     fhir:index 19;
     fhir:CodeSystem.concept.code [ fhir:value "19" ];
     fhir:CodeSystem.concept.display [ fhir:value "Mental" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Mental" ]
  ], [
     fhir:index 20;
     fhir:CodeSystem.concept.code [ fhir:value "20" ];
     fhir:CodeSystem.concept.display [ fhir:value "Alcohol/Drug Use" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Alcohol/Drug Use" ]
  ], [
     fhir:index 21;
     fhir:CodeSystem.concept.code [ fhir:value "21" ];
     fhir:CodeSystem.concept.display [ fhir:value "Injuries, Poisonings" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Injuries, Poisonings" ]
  ], [
     fhir:index 22;
     fhir:CodeSystem.concept.code [ fhir:value "22" ];
     fhir:CodeSystem.concept.display [ fhir:value "Burns" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Burns" ]
  ], [
     fhir:index 23;
     fhir:CodeSystem.concept.code [ fhir:value "23" ];
     fhir:CodeSystem.concept.display [ fhir:value "Health Status" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Health Status" ]
  ], [
     fhir:index 24;
     fhir:CodeSystem.concept.code [ fhir:value "24" ];
     fhir:CodeSystem.concept.display [ fhir:value "Multiple Trauma" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Multiple Trauma" ]
  ], [
     fhir:index 25;
     fhir:CodeSystem.concept.code [ fhir:value "25" ];
     fhir:CodeSystem.concept.display [ fhir:value "HIV Infections" ];
     fhir:CodeSystem.concept.definition [ fhir:value "HIV Infections" ]
  ].

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

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