HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

Example Diagnosis Type Codes - TTL Representation

(back to description)

Raw ttl

Source view

@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 "ex-diagnosistype"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-04-09T17:10:28.568-04: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            \n      <h2>Example Diagnosis Type Codes</h2>\n            \n      <div>\n              \n        <p>This value set includes example Diagnosis Type codes.</p>\n\n            \n      </div>\n            \n      <p>\n              \n        <b>Copyright Statement:</b> This is an example set.\n            \n      </p>\n            \n      <p>This code system http://terminology.hl7.org/CodeSystem/ex-diagnosistype defines the following codes:</p>\n            \n      <table class=\"codes\">\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">\n                  \n            <b>Code</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Display</b>\n                \n          </td>\n                \n          <td>\n                  \n            <b>Definition</b>\n                \n          </td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">admitting\n                  \n            <a name=\"ex-diagnosistype-admitting\"> </a>\n                \n          </td>\n                \n          <td>Admitting Diagnosis</td>\n                \n          <td>The diagnosis given as the reason why the patient was admitted to the hospital.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">clinical\n                  \n            <a name=\"ex-diagnosistype-clinical\"> </a>\n                \n          </td>\n                \n          <td>Clinical Diagnosis</td>\n                \n          <td>A diagnosis made on the basis of medical signs and patient-reported symptoms, rather than diagnostic tests.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">differential\n                  \n            <a name=\"ex-diagnosistype-differential\"> </a>\n                \n          </td>\n                \n          <td>Differential Diagnosis</td>\n                \n          <td>One of a set of the possible diagnoses that could be connected to the signs, symptoms, and lab findings.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">discharge\n                  \n            <a name=\"ex-diagnosistype-discharge\"> </a>\n                \n          </td>\n                \n          <td>Discharge Diagnosis</td>\n                \n          <td>The diagnosis given when the patient is discharged from the hospital.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">laboratory\n                  \n            <a name=\"ex-diagnosistype-laboratory\"> </a>\n                \n          </td>\n                \n          <td>Laboratory Diagnosis</td>\n                \n          <td>A diagnosis based significantly on laboratory reports or test results, rather than the physical examination of the patient.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">nursing\n                  \n            <a name=\"ex-diagnosistype-nursing\"> </a>\n                \n          </td>\n                \n          <td>Nursing Diagnosis</td>\n                \n          <td>A diagnosis which identifies people's responses to situations in their lives, such as a readiness to change or a willingness to accept assistance.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">prenatal\n                  \n            <a name=\"ex-diagnosistype-prenatal\"> </a>\n                \n          </td>\n                \n          <td>Prenatal Diagnosis</td>\n                \n          <td>A diagnosis determined prior to birth.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">principal\n                  \n            <a name=\"ex-diagnosistype-principal\"> </a>\n                \n          </td>\n                \n          <td>Principal Diagnosis</td>\n                \n          <td>The single medical diagnosis that is most relevant to the patient's chief complaint or need for treatment.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">radiology\n                  \n            <a name=\"ex-diagnosistype-radiology\"> </a>\n                \n          </td>\n                \n          <td>Radiology Diagnosis</td>\n                \n          <td>A diagnosis based primarily on the results from medical imaging studies.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">remote\n                  \n            <a name=\"ex-diagnosistype-remote\"> </a>\n                \n          </td>\n                \n          <td>Remote Diagnosis</td>\n                \n          <td>A diagnosis determined using telemedicine techniques.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">retrospective\n                  \n            <a name=\"ex-diagnosistype-retrospective\"> </a>\n                \n          </td>\n                \n          <td>Retrospective Diagnosis</td>\n                \n          <td>The labeling of an illness in a specific historical event using modern knowledge, methods and disease classifications.</td>\n              \n        </tr>\n              \n        <tr>\n                \n          <td style=\"white-space:nowrap\">self\n                  \n            <a name=\"ex-diagnosistype-self\"> </a>\n                \n          </td>\n                \n          <td>Self Diagnosis</td>\n                \n          <td>A diagnosis determined by the patient.</td>\n              \n        </tr>\n            \n      </table>\n          \n    </div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.valueCode [ fhir:value "fm" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.valueCode [ fhir:value "draft" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.valueInteger [ fhir:value "1"^^xsd:integer ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/ex-diagnosistype"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.1167" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.2.0"];
  fhir:CodeSystem.name [ fhir:value "ExampleDiagnosisTypeCodes"];
  fhir:CodeSystem.title [ fhir:value "Example Diagnosis Type Codes"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2020-05-09T12:49:00-04:00"^^xsd:dateTime];
  fhir:CodeSystem.publisher [ fhir:value "Financial Management"];
  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/fhir" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "This value set includes example Diagnosis Type codes."];
  fhir:CodeSystem.copyright [ fhir:value "This is an example set."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://terminology.hl7.org/ValueSet/ex-diagnosistype";
     fhir:link <http://terminology.hl7.org/ValueSet/ex-diagnosistype>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "admitting" ];
     fhir:CodeSystem.concept.display [ fhir:value "Admitting Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The diagnosis given as the reason why the patient was admitted to the hospital." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "clinical" ];
     fhir:CodeSystem.concept.display [ fhir:value "Clinical Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A diagnosis made on the basis of medical signs and patient-reported symptoms, rather than diagnostic tests." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "differential" ];
     fhir:CodeSystem.concept.display [ fhir:value "Differential Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "One of a set of the possible diagnoses that could be connected to the signs, symptoms, and lab findings." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "discharge" ];
     fhir:CodeSystem.concept.display [ fhir:value "Discharge Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The diagnosis given when the patient is discharged from the hospital." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "laboratory" ];
     fhir:CodeSystem.concept.display [ fhir:value "Laboratory Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A diagnosis based significantly on laboratory reports or test results, rather than the physical examination of the patient." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "nursing" ];
     fhir:CodeSystem.concept.display [ fhir:value "Nursing Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A diagnosis which identifies people's responses to situations in their lives, such as a readiness to change or a willingness to accept assistance." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "prenatal" ];
     fhir:CodeSystem.concept.display [ fhir:value "Prenatal Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A diagnosis determined prior to birth." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "principal" ];
     fhir:CodeSystem.concept.display [ fhir:value "Principal Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The single medical diagnosis that is most relevant to the patient's chief complaint or need for treatment." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "radiology" ];
     fhir:CodeSystem.concept.display [ fhir:value "Radiology Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A diagnosis based primarily on the results from medical imaging studies." ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "remote" ];
     fhir:CodeSystem.concept.display [ fhir:value "Remote Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A diagnosis determined using telemedicine techniques." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "retrospective" ];
     fhir:CodeSystem.concept.display [ fhir:value "Retrospective Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The labeling of an illness in a specific historical event using modern knowledge, methods and disease classifications." ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "self" ];
     fhir:CodeSystem.concept.display [ fhir:value "Self Diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "A diagnosis determined by the patient." ]
  ].

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

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