Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Commit a180646

Browse files
author
Michael Fujarski
committed
remove blank space in cmH2O. Renamed years to year.
1 parent 4fc9609 commit a180646

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

concepts/Age.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
description: Patient's age
22
identifiers:
3-
loinc: ''
4-
snomed: ''
3+
loinc: '30525-0'
4+
snomed: '397669002'
55
lower_limit: '0'
66
mapper:
77
- klass: MimicObservationMapper
88
params:
9-
constraints:
10-
itemid: ''
9+
fields:
10+
value: age
11+
timestamp: admittime
12+
constraints: {}
1113
schema: mimiciv_derived
1214
table: age
1315
source: mimiciv
14-
unit: years
16+
unit: year
1517
name: Age
16-
unit: years
18+
unit: year
1719
upper_limit: '130'

concepts/PEEP.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mapper:
1111
schema: mimiciv_icu
1212
table: chartevents
1313
source: mimiciv
14-
unit: cm H2O
14+
unit: cmH2O
1515
name: PEEP
16-
unit: cm H2O
16+
unit: cmH2O
1717
upper_limit: '40'

concepts/SystolicBloodPressure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ identifiers:
99
schema: FHIRObservation
1010
mapper:
1111
- klass: MimicObservationMapper
12-
source: mimic
12+
source: mimiciv
1313
unit: mmHg
1414
params:
1515
schema: mimiciv_icu

main_mapping.csv

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ UrineVolume,Urine Volume measured at a certain point in time,TRUE,ml,10000,0,,,F
1212
BodyTemperature,"Temperature of a patient's body, irrespective of site",TRUE,°C,45,20,,386725007 |Body temperature (observable entity)|,FHIRObservation,,,MimicObservationMapper,mimiciv_icu,chartevents,223762,°C,,,,,
1313
OxygenSaturation_Peripheral,"Oxygen Saturation, irrespective of sample site",TRUE,%,100,0,,103228002 |Hemoglobin saturation with oxygen (observable entity)|,FHIRObservation,,,MimicObservationMapper,mimiciv_icu,chartevents,220227,%,,,,,
1414
Gender,Patient's gender,TRUE,,,,,263495000 |Gender (observable entity)|,FHIRObservation,,,MimicObservationMapper,mimiciv_icu,chartevents,226228,,,,,,
15-
Age,Patient's age,TRUE,years,130,0,,424144002 |Current chronological age (observable entity)|,FHIRObservation,,,MimicObservationMapper,mimiciv_derived,age,,years,,,,,
15+
Age,Patient's age,TRUE,year,130,0,,424144002 |Current chronological age (observable entity)|,FHIRObservation,,,MimicObservationMapper,mimiciv_derived,age,,year,,,,,
1616
FiO2,Inspired oxygen concentration of a patient,TRUE,%,100,0,,250774007 |Inspired oxygen concentration (observable entity)|,FHIRObservation,,,MimicObservationMapper,mimiciv_icu,chartevents,223835,%,,,,,
17-
PEEP,Positive end-expiratory pressure,TRUE,cm H2O,40,0,,250854009 |Positive end expiratory pressure (observable entity)|,FHIRObservation,,,MimicObservationMapper,mimiciv_icu,chartevents,224700,cm H2O,,,,,
17+
PEEP,Positive end-expiratory pressure,TRUE,cmH2O,40,0,,250854009 |Positive end expiratory pressure (observable entity)|,FHIRObservation,,,MimicObservationMapper,mimiciv_icu,chartevents,224700,cmH2O,,,,,
1818
BreathingRate,Actual breathing rate of patient,TRUE,1/min,100,0,,86290005 |Respiratory rate (observable entity)|,FHIRObservation,,,MimicObservationMapper,mimiciv_icu,chartevents,224690,1/min,,,,,
1919
TidalVolume,Actual tidal volume of a patient,TRUE,ml,10000,0,,13621006 |Tidal volume (observable entity)|,FHIRObservation,,,MimicObservationMapper,mimiciv_icu,chartevents,224685,ml,,,,,
2020
AirwayPlateauPressure,Airway Plateau Pressure of a patient,TRUE,mmHg,100,0,,698822002 |Airway plateau pressure (observable entity)|,FHIRObservation,,,MimicObservationMapper,mimiciv_icu,chartevents,224696,mmHg,,,,,

0 commit comments

Comments
 (0)