Pathogens: Difference between revisions

From CCMDB Wiki
Jump to navigation Jump to search
m Text replacement - "[[Category: " to "[[Category:"
 
(138 intermediate revisions by 12 users not shown)
Line 1: Line 1:
The '''pathogens''' are a list of possible entries that make up the sub-code for diagnoses categorizes as [[Infections]].
The [[ICD10 Diagnosis List]] contains specific codes for a number of different bacteria, viruses, fungi/yeast, mycobacteria and miscellaneous types of organisms. The entire list can be found in category and subcategories:
{{subcat collapsible|supercategory = Pathogens}}


== Pathogen Table ==
Pathogens are coded as their own diagnosis codes:
For an up-to-date list of pathogens, see your PDA. This is the list as of May 08 and for orientation only.
{{ListICD10Category | categoryName = Pathogens}}
===Bacteria===
*Acinetobacter --  R
*Actinobacillus actinomycetemcomitans --  C-B
*Bacteriods fragilis --  R
*Campylobacter --  R
*Citrobacter diversus --  R
*Citrobacter feundii --  R
*Clostridium botulinum +  R
*Clostridium difficle +  R
*Clostridium perfingens +  R
*Clostridium tentani +  R
*Corynebacterium diphtheriae +  R
*E Coli --  R
*Enterobacter --  R
*Enterococcus faecalis +  C
*Haemophlilus  influenzae --  R  C  B
*Haemophilus ducreyi --  R
*Haemophilus  parainfluenzae --  R
*Kebsiella pneumoniae --  R
*Legionella sp – legionella pneumophilia     R
*Listeria monocytogenes +  R
*Moraxella catarrhalis --  R
*Morganella morganii --  R
*Mycoplasma pneumoniae
*Neisseria gonorrhoeae --  C
*Proteus mirabilis --  R
*Pseudomonas aeruginosa --  R
*Salmonella --  R
*Serratia --  R
*Shigella --  R
*Staphylococcus aureus +  C
*Staphylococcus epidermidis +  C
*Streptococcus agalactiae  Group B +  C
*Streptococcus pneumoniae +  C
*Streptococcus pyogenes  Group A +  C
*Streptococcus viridans +  C


===Fungi===
They are always entered as [[Combined ICD10 codes]] with an [[Infections in ICD10|infection]], but not all infections require pathogens. See [[Template:ICD10 Guideline Infection]], [[Infections in ICD10]] for more info.
Aspergillus species
Blastomyces
Candia
Crytococcus
Histoplasma


===Virus===
Information about pathogens can be found in the patient's chart's [[Lab and culture reports]]; see that page for specific use instructions.
Adenoviruses
Cytomegaloviruses
Epstein- Barr virus
Herpes simplex
Herpes zoster


===Parasites===
== NOS pathogens ==
Cryptosporidium
*In each of those categories there are a number of specific bugs with their own codes (e.g. B95.3 is Strep pneumoniae)
Giardia Lamblia
*But obviously we can't list every bug of any type, so for each of those categories there is also a "wastebasket" code for "NOS".  For example, if the bug is a specific bacteria but it's not in our list, then use [[Bacteria, NOS]], etc.  These are:
Malaria
**[[Bacteria, NOS]]
Pneumocystis carinii (PCP)
**[[Virus, NOS]]
Toxoplasma gondii
**[[Fungus or yeast, NOS]]
**[[Nontuberculous mycobacteria]]
**[[Other type of infectious organism, NOS]]


== Data Integrity Rules==
=== NOS vs Unknown in the context of pathogens  ===
Needs cleanup...
*We must distinguish '''NOS''' from '''unknown'''.
'   infection without pathogen
**''NOS'' means that we do know the bug, but it's not in our list of specific pathogens
    If isInfection And path_s = "" Then
**''[[Infectious organism, unknown]]'' means we assume that there IS in fact a pathogen, but we have no idea about it's actual identity.
        MsgBox ("The Diagnosis '" & Dx_s & "' for patient " & Form_View.Pat_ID & " is an infection, but no pathogen is listed for it. Please enter a pathogen.")
        uncheck Form_View.Diag_Complete
        Form_View.Label_Diagnosis_check.BackColor = abnormal
    End If


'  non-infection with pathogen
=== Special Codes ===
    If (Not isInfection) And path_s > "" Then
* [[Not an Infection (ICD10 pathogen alternative)]] - included for [[cross check]]s when entering [[:Category:Potential infection]]s
        MsgBox ("The Diagnosis '" & Dx_s & "' for patient " & Form_View.Pat_ID & " is not an infection, but the pathogen '" & path_s & "' is listed for it. Please remove the pathogen.")
* [[Infectious organism, unknown]] - eg for negative culture
        Form_View.Label_Diagnosis_check.BackColor = abnormal
        uncheck Form_View.Diag_Complete
    End If


{{Discussion}}
{{Data Integrity Check List}}
== Discussion ==
* fix integrity section --[[User:Ttenbergen|Ttenbergen]]
* definition needs to be fixed --[[User:Ttenbergen|Ttenbergen]]
* how do we capture neuro syphyllis???  The pathogen that causes syphyllis treponema pallidum is not on the available pathogen list.  59990 was used as an alternative.  please help--[[User:JHutton|JHutton]] 14:38, 12 June 2008 (CDT)


== Related Articles ==
{{Related Articles}}


{{stub}}
[[Category:ICD10]]
[[Category:Data_Collection_Guide]]
[[Category:Pathogens| *]]
[[Category:Data Integrity Rules]]
[[Category:Infectious disease| *]]

Latest revision as of 11:56, 30 July 2025

The ICD10 Diagnosis List contains specific codes for a number of different bacteria, viruses, fungi/yeast, mycobacteria and miscellaneous types of organisms. The entire list can be found in category and subcategories:

Pathogens are coded as their own diagnosis codes:

Pathogens codes:

They are always entered as Combined ICD10 codes with an infection, but not all infections require pathogens. See Template:ICD10 Guideline Infection, Infections in ICD10 for more info.

Information about pathogens can be found in the patient's chart's Lab and culture reports; see that page for specific use instructions.

NOS pathogens

NOS vs Unknown in the context of pathogens

  • We must distinguish NOS from unknown.
    • NOS means that we do know the bug, but it's not in our list of specific pathogens
    • Infectious organism, unknown means we assume that there IS in fact a pathogen, but we have no idea about it's actual identity.

Special Codes

Data Integrity Checks (automatic list)

 AppStatus
Query check ICD10 Inf Potential Infection must have pathogen or altCCMDB.accdbdeclined
Check Inf Antibiotic resistance must have pathogen or Infection with implied pathogenCCMDB.accdbimplemented
Check Inf Infection with implied pathogen must not have a pathogen combined codeCCMDB.accdbimplemented
Query check ICD10 Inf Infection req Pathogen must have oneCCMDB.accdbimplemented
Query Check Inf Pathogens must have Infection requiring pathogen or Potential InfectionCCMDB.accdbimplemented

Related Articles

Related articles: