synthetichealth / synthea

Synthetic Patient Population Simulator

Home Page:https://synthetichealth.github.io/synthea

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update correct SNOMED code for “Fiberoptic bronchoscopy”

darthcav opened this issue · comments

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"