FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

CHFCodes

Formats: Narrative, XML, JSON, Turtle

Raw ttl


@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 "chf-codes"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-publishablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-publishablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/uv/cpg/CodeSystem/chf-codes 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\">body-weight-change<a name=\"chf-codes-body-weight-change\"> </a></td><td>Body weight change</td><td>The change in body weight between two body weight measurements, in kg. Typically captured daily.</td></tr><tr><td style=\"white-space:nowrap\">net-intake-output<a name=\"chf-codes-net-intake-output\"> </a></td><td>Net intake/output</td><td>The net intake and output, in Liters per day. Typically captured daily.</td></tr><tr><td style=\"white-space:nowrap\">measure-jvp<a name=\"chf-codes-measure-jvp\"> </a></td><td>Measure jugular venous pressure</td><td>Measure jugular venous pressure in cmH2O</td></tr><tr><td style=\"white-space:nowrap\">jvp<a name=\"chf-codes-jvp\"> </a></td><td>Jugular venous pressure</td><td>Jugular venous pressure in cmH2O. May be loinc#8595-1?</td></tr><tr><td style=\"white-space:nowrap\">egfr<a name=\"chf-codes-egfr\"> </a></td><td>eGFR result</td><td>eGFR result in mol/mm/m2. Too many codes to choose from, needs clinical/terminological SME input</td></tr><tr><td style=\"white-space:nowrap\">measure-egfr<a name=\"chf-codes-measure-egfr\"> </a></td><td>Measure eGFR</td><td>Measure eGFR, could not identify SNOMED code for this</td></tr><tr><td style=\"white-space:nowrap\">lasix-iv<a name=\"chf-codes-lasix-iv\"> </a></td><td>LASIX IV</td><td>LASIX IV</td></tr><tr><td style=\"white-space:nowrap\">lasix-po<a name=\"chf-codes-lasix-po\"> </a></td><td>LASIX PO</td><td>LASIX PO</td></tr><tr><td style=\"white-space:nowrap\">cardiology-consultation<a name=\"chf-codes-cardiology-consultation\"> </a></td><td>Cardiology Consultation</td><td>Cardiology consultation</td></tr></table></div>"
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" ];
     fhir:Extension.valueCode [ fhir:value "shareable" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" ];
     fhir:Extension.valueCode [ fhir:value "computable" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" ];
     fhir:Extension.valueCode [ fhir:value "publishable" ]
  ], [
     fhir:index 3;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel" ];
     fhir:Extension.valueCode [ fhir:value "structured" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/cpg/CodeSystem/chf-codes"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "CHFCodes"];
  fhir:CodeSystem.title [ fhir:value "CHF Codes"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-05-08"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "Health Level 7 International - Clinical Decision Support WG"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/dss/index.cfm" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Codes used in the congestive heart failure pathway. Ideally these shouldn't exist, but where I couldn't find an appropriate code in a standard terminology, I defined codes here."];
  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:Coding.display [ fhir:value "World" ]     ]
  ];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "body-weight-change" ];
     fhir:CodeSystem.concept.display [ fhir:value "Body weight change" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The change in body weight between two body weight measurements, in kg. Typically captured daily." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "net-intake-output" ];
     fhir:CodeSystem.concept.display [ fhir:value "Net intake/output" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The net intake and output, in Liters per day. Typically captured daily." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "measure-jvp" ];
     fhir:CodeSystem.concept.display [ fhir:value "Measure jugular venous pressure" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Measure jugular venous pressure in cmH2O" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "jvp" ];
     fhir:CodeSystem.concept.display [ fhir:value "Jugular venous pressure" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Jugular venous pressure in cmH2O. May be loinc#8595-1?" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "egfr" ];
     fhir:CodeSystem.concept.display [ fhir:value "eGFR result" ];
     fhir:CodeSystem.concept.definition [ fhir:value "eGFR result in mol/mm/m2. Too many codes to choose from, needs clinical/terminological SME input" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "measure-egfr" ];
     fhir:CodeSystem.concept.display [ fhir:value "Measure eGFR" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Measure eGFR, could not identify SNOMED code for this" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "lasix-iv" ];
     fhir:CodeSystem.concept.display [ fhir:value "LASIX IV" ];
     fhir:CodeSystem.concept.definition [ fhir:value "LASIX IV" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "lasix-po" ];
     fhir:CodeSystem.concept.display [ fhir:value "LASIX PO" ];
     fhir:CodeSystem.concept.definition [ fhir:value "LASIX PO" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "cardiology-consultation" ];
     fhir:CodeSystem.concept.display [ fhir:value "Cardiology Consultation" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Cardiology consultation" ]
  ].

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

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