Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update correct SNOMED code for “Fiberoptic bronchoscopy” #1414

Closed
darthcav opened this issue Jan 22, 2024 · 0 comments · Fixed by #1455
Closed

Update correct SNOMED code for “Fiberoptic bronchoscopy” #1414

darthcav opened this issue Jan 22, 2024 · 0 comments · Fixed by #1455

Comments

@darthcav
Copy link

Requested Feature

Please see the patch below to create the correct fiberoptic bronchoscopy SNOMED code.

Subject: [PATCH] Update correct SNOMED code for “Fiberoptic bronchoscopy”
---
Index: src/main/resources/costs/procedures.csv
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/src/main/resources/costs/procedures.csv b/src/main/resources/costs/procedures.csv
--- a/src/main/resources/costs/procedures.csv	(revision 16ee9bcb6d983c35fc4c9399fd5c464a2760029a)
+++ b/src/main/resources/costs/procedures.csv	(revision c11db57ca71ca44b966f28b328cd4c9c7c9ee24f)
@@ -36,7 +36,7 @@
 167995008,3048.51,6097.0171,12194.03,Sputum microscopy (procedure)
 91602002,7753.63,15507.25552,31014.51,Thoracentesis (procedure)
 432231006,7753.63,15507.25552,31014.51,Fine needle aspiration biopsy of lung (procedure)
-173160006,4245.28,8490.5551,16981.11,Diagnostic fiberoptic bronchoscopy (procedure)
+85765000,4245.28,8490.5551,16981.11,Fiberoptic bronchoscopy (procedure)
 698354004,5103.68,10207.35977,20414.72,Magnetic resonance imaging for measurement of brain volume (procedure)
 430193006,250.00,500,1000.00,Medication Reconciliation (procedure)
 180030006,10671.22,21342.44596,42684.89,Amputation of right foot
Index: src/main/resources/modules/lung_cancer.json
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/src/main/resources/modules/lung_cancer.json b/src/main/resources/modules/lung_cancer.json
--- a/src/main/resources/modules/lung_cancer.json	(revision 16ee9bcb6d983c35fc4c9399fd5c464a2760029a)
+++ b/src/main/resources/modules/lung_cancer.json	(revision c11db57ca71ca44b966f28b328cd4c9c7c9ee24f)
@@ -409,8 +409,8 @@
       "codes": [
         {
           "system": "SNOMED-CT",
-          "code": "173160006",
-          "display": "Diagnostic fiberoptic bronchoscopy (procedure)"
+          "code": "85765000",
+          "display": "Fiberoptic bronchoscopy (procedure)"
         }
       ],
       "direct_transition": "End_Diagnosis_Encounter_III"
Index: src/main/resources/modules/veteran_lung_cancer.json
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/src/main/resources/modules/veteran_lung_cancer.json b/src/main/resources/modules/veteran_lung_cancer.json
--- a/src/main/resources/modules/veteran_lung_cancer.json	(revision 16ee9bcb6d983c35fc4c9399fd5c464a2760029a)
+++ b/src/main/resources/modules/veteran_lung_cancer.json	(revision c11db57ca71ca44b966f28b328cd4c9c7c9ee24f)
@@ -309,8 +309,8 @@
       "codes": [
         {
           "system": "SNOMED-CT",
-          "code": "173160006",
-          "display": "Diagnostic fiberoptic bronchoscopy (procedure)"
+          "code": "85765000",
+          "display": "Fiberoptic bronchoscopy (procedure)"
         }
       ],
       "direct_transition": "End_Diagnosis_Encounter_III"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant