Skip to content

Commit

Permalink
Merge pull request #16 from aidh-ms/issue/69-rework-eicu
Browse files Browse the repository at this point in the history
Rework EICU
  • Loading branch information
Paul-B98 authored Oct 7, 2024
2 parents a180646 + 345c761 commit 9d024eb
Show file tree
Hide file tree
Showing 18 changed files with 110 additions and 12 deletions.
2 changes: 1 addition & 1 deletion concepts/Adrenaline_dosage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ identifiers:
snomed: ''
lower_limit: ''
mapper:
- klass: MimicObservationMapper
- klass: MimicDosageMapper
params:
constraints:
itemid: '221289'
Expand Down
8 changes: 8 additions & 0 deletions concepts/Age.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ mapper:
table: age
source: mimiciv
unit: year
- klass: EICUPationObservationMapper
params:
fields:
value: age
schema: eicu_crd
table: patient
source: eicu
unit: year
name: Age
unit: year
upper_limit: '130'
8 changes: 8 additions & 0 deletions concepts/BodyHeight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ mapper:
table: chartevents
source: mimiciv
unit: cm
- klass: EICUPationObservationMapper
params:
fields:
value: admissionheight
schema: eicu_crd
table: patient
source: eicu
unit: cm
name: BodyHeight
unit: cm
upper_limit: '300'
8 changes: 8 additions & 0 deletions concepts/BodyTemperature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ mapper:
table: chartevents
source: mimiciv
unit: °C
- klass: EICUObservationMapper
params:
fields:
value: temperature
schema: eicu_crd
table: vitalperiodic
source: eicu
unit: °C
name: BodyTemperature
unit: °C
upper_limit: '45'
6 changes: 3 additions & 3 deletions concepts/Creatinine_absolute_serum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ mapper:
params:
constraints:
itemid: '220615'
schema: mimic_hosp
table: labevents
schema: mimiciv_icu
table: chartevents
source: mimiciv
unit: ''
unit: 'mg/dl'
name: Creatinine_absolute_serum
unit: mg/dl
upper_limit: '1000000'
8 changes: 8 additions & 0 deletions concepts/DiastolicBloodPressue_Arterial_Invasive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ mapper:
table: chartevents
source: mimiciv
unit: mmHg
- klass: EICUObservationMapper
params:
fields:
value: systemicdiastolic
schema: eicu_crd
table: vitalperiodic
source: eicu
unit: mmHg
name: DiastolicBloodPressue_Arterial_Invasive
unit: mmHg
upper_limit: '200'
8 changes: 8 additions & 0 deletions concepts/DiastolicBloodPressue_Arterial_noninvasive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ mapper:
table: chartevents
source: mimiciv
unit: mmHg
- klass: EICUObservationMapper
params:
fields:
value: noninvasivediasystolic
schema: eicu_crd
table: vitalaperiodic
source: eicu
unit: mmHg
name: DiastolicBloodPressue_Arterial_noninvasive
unit: mmHg
upper_limit: '200'
2 changes: 1 addition & 1 deletion concepts/Dobutamine_dosage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ identifiers:
snomed: ''
lower_limit: ''
mapper:
- klass: MimicObservationMapper
- klass: MimicDosageMapper
params:
constraints:
itemid: '221653'
Expand Down
18 changes: 14 additions & 4 deletions concepts/Gender.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,22 @@ lower_limit: ''
mapper:
- klass: MimicObservationMapper
params:
constraints:
itemid: '226228'
schema: mimiciv_icu
table: chartevents
fields:
value: gender
timestamp: anchor_year
constraints: {}
schema: mimiciv_hosp
table: patients
source: mimiciv
unit: ''
- klass: EICUPationObservationMapper
params:
fields:
value: gender
schema: eicu_crd
table: patient
source: eicu
unit: ''
name: Gender
unit: ''
upper_limit: ''
8 changes: 8 additions & 0 deletions concepts/HeartRate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ mapper:
table: chartevents
source: mimiciv
unit: bpm
- klass: EICUObservationMapper
params:
fields:
value: heartrate
schema: eicu_crd
table: vitalperiodic
source: eicu
unit: bpm
name: HeartRate
unit: bpm
upper_limit: '300'
8 changes: 8 additions & 0 deletions concepts/MeanBloodPressue_Arterial_Invasive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ mapper:
table: chartevents
source: mimiciv
unit: mmHg
- klass: EICUObservationMapper
params:
fields:
value: systemicmean
schema: eicu_crd
table: vitalperiodic
source: eicu
unit: mmHg
name: MeanBloodPressue_Arterial_Invasive
unit: mmHg
upper_limit: '200'
8 changes: 8 additions & 0 deletions concepts/MeanBloodPressue_Arterial_Noninvasive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ mapper:
table: chartevents
source: mimiciv
unit: mmHg
- klass: EICUObservationMapper
params:
fields:
value: noninvasivemean
schema: eicu_crd
table: vitalaperiodic
source: eicu
unit: mmHg
name: MeanBloodPressue_Arterial_Noninvasive
unit: mmHg
upper_limit: '200'
2 changes: 1 addition & 1 deletion concepts/Norepinephrine_dosage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ identifiers:
snomed: ''
lower_limit: ''
mapper:
- klass: MimicObservationMapper
- klass: MimicDosageMapper
params:
constraints:
itemid: '221906'
Expand Down
8 changes: 8 additions & 0 deletions concepts/OxygenSaturation_Peripheral.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ mapper:
table: chartevents
source: mimiciv
unit: '%'
- klass: EICUObservationMapper
params:
fields:
value: sao2
schema: eicu_crd
table: vitalperiodic
source: eicu
unit: '%'
name: OxygenSaturation_Peripheral
unit: '%'
upper_limit: '100'
8 changes: 8 additions & 0 deletions concepts/SystolicBloodPressure_Arterial_Invasive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ mapper:
table: chartevents
source: mimiciv
unit: mmHg
- klass: EICUObservationMapper
params:
fields:
value: systemicsystolic
schema: eicu_crd
table: vitalperiodic
source: eicu
unit: mmHg
name: SystolicBloodPressure_Arterial_Invasive
unit: mmHg
upper_limit: '300'
8 changes: 8 additions & 0 deletions concepts/SystolicBloodPressure_Arterial_noninvasive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ mapper:
table: chartevents
source: mimiciv
unit: mmHg
- klass: EICUObservationMapper
params:
fields:
value: noninvasivesystolic
schema: eicu_crd
table: vitalaperiodic
source: eicu
unit: mmHg
name: SystolicBloodPressure_Arterial_noninvasive
unit: mmHg
upper_limit: '200'
2 changes: 1 addition & 1 deletion concepts/Vancomycine_dosage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ identifiers:
snomed: ''
lower_limit: ''
mapper:
- klass: MimicObservationMapper
- klass: MimicDosageMapper
params:
constraints:
itemid: '225798'
Expand Down
2 changes: 1 addition & 1 deletion concepts/Vasopressine_dosage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ identifiers:
snomed: ''
lower_limit: ''
mapper:
- klass: MimicObservationMapper
- klass: MimicDosageMapper
params:
constraints:
itemid: '222315'
Expand Down

0 comments on commit 9d024eb

Please sign in to comment.