Skip to content

Commit

Permalink
add eicu dosage concepts
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-B98 committed Oct 27, 2024
1 parent 1488e30 commit 12ceccf
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 10 deletions.
20 changes: 18 additions & 2 deletions conceptbase/concepts/Adrenaline_dosage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Adrenaline_dosage
unit: ug/kg/min
unit: mcg # TODO Fix
description: ''
identifiers:
loinc: ''
Expand All @@ -15,4 +15,20 @@ mapper:
schema: mimiciv_icu
table: inputevents
source: mimiciv
unit: mg/time
unit: mcg # TODO Fix should be ml
- klass: EICUInfusionDosageMapper
params:
constraints:
drugname: EPINEPHrine(Adrenalin)STD 4 mg Sodium Chloride 0.9% 250 ml (mcg/min)
schema: eicu_crd
table: infusiondrug
source: eicu
unit: mcg
- klass: EICUInfusionDosageMapper
params:
constraints:
drugname: EPINEPHrine(Adrenalin)MAX 30 mg Sodium Chloride 0.9% 250 ml (mcg/min
schema: eicu_crd
table: infusiondrug
source: eicu
unit: mcg
12 changes: 10 additions & 2 deletions conceptbase/concepts/Dobutamine_dosage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Dobutamine_dosage
unit: ug/kg/min
unit: mcg # TODO Fix
description: ''
identifiers:
loinc: ''
Expand All @@ -15,4 +15,12 @@ mapper:
schema: mimiciv_icu
table: inputevents
source: mimiciv
unit: mg/time
unit: mcg # TODO Fix
- klass: EICUInfusionDosageMapper
params:
constraints:
drugname: Dobutamine (mcg/kg/min
schema: eicu_crd
table: infusiondrug
source: eicu
unit: mcg
12 changes: 10 additions & 2 deletions conceptbase/concepts/Norepinephrine_dosage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Norepinephrine_dosage
unit: ug/kg/min
unit: mcg # TODO Fix
description: ''
identifiers:
loinc: ''
Expand All @@ -15,4 +15,12 @@ mapper:
schema: mimiciv_icu
table: inputevents
source: mimiciv
unit: mg/time
unit: mcg # TODO Fix
- klass: EICUInfusionDosageMapper
params:
constraints:
drugname: Norepinephrine (mcg/min)
schema: eicu_crd
table: infusiondrug
source: eicu
unit: mcg
12 changes: 10 additions & 2 deletions conceptbase/concepts/Vancomycine_dosage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Vancomycine_dosage
unit: mg
unit: mcg # TODO Fix
description: ''
identifiers:
loinc: ''
Expand All @@ -15,4 +15,12 @@ mapper:
schema: mimiciv_icu
table: inputevents
source: mimiciv
unit: mg
unit: mcg # TODO Fix
- klass: EICUInfusionDosageMapper
params:
constraints:
drugname: Vancomycin (ml/hr)
schema: eicu_crd
table: infusiondrug
source: eicu
unit: mcg
12 changes: 10 additions & 2 deletions conceptbase/concepts/Vasopressine_dosage.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Vasopressine_dosage
unit: IE/kg/min
unit: unit # TODO Fix
description: ''
identifiers:
loinc: ''
Expand All @@ -15,4 +15,12 @@ mapper:
schema: mimiciv_icu
table: inputevents
source: mimiciv
unit: IE/time
unit: unit # TODO Fix
- klass: EICUInfusionDosageMapper
params:
constraints:
drugname: Vasopressin (units/min)
schema: eicu_crd
table: infusiondrug
source: eicu
unit: unit

0 comments on commit 12ceccf

Please sign in to comment.