mertgencturk commited on
Commit
07a2edb
1 Parent(s): 96a21a0

Initial commit

Browse files
Files changed (2) hide show
  1. train.csv +124 -0
  2. validation.csv +13 -0
train.csv ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,text,fhirpath,topic
2
+ train_0,FHIR path expression for a name associated with the patient,Patient.name.given,Patient
3
+ train_1,FHIR path expression for an identifier of patient,Patient.identifier,Patient
4
+ train_2,FHIR path expression for administrative gender of patient,Patient.gender,Patient
5
+ train_3,FHIR path expression for active patient records,Patient.active,Patient
6
+ train_4,FHIR path expression for patient's date of birth,Patient.birthDate,Patient
7
+ train_5,FHIR path expression for patients marked as deceased,Patient.deceased.exists() and Patient.deceased != false,Patient
8
+ train_6,FHIR path expression for time of measurement,Observation.effectiveDateTime,Observation
9
+ train_7,FHIR path expression for systolic blood pressure value,Observation.component.where(code.coding.exists(system='http://loinc.org' and code='8480-6')).first().valueQuantity.value,Observation
10
+ train_8,FHIR path expression for diastolic blood pressure value,Observation.component.where(code.coding.exists(system='http://loinc.org' and code='8462-4')).first().valueQuantity.value,Observation
11
+ train_9,FHIR path expression for time of complication,AdverseEvent.date,AdverseEvent
12
+ train_10,FHIR path expression for SNOMED-CT code for the complication,AdverseEvent.event.coding.where(system='http://snomed.info/sct').first().code,AdverseEvent
13
+ train_11,FHIR path expression for unique identifier of the encounter that this complication occurs,AdverseEvent.encounter.reference,AdverseEvent
14
+ train_12,FHIR path expression for identifier of the surgery episode this phase is part of,AdverseEvent.extension('http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare').valueReference,AdverseEvent
15
+ train_13,FHIR path expression for condition onset date,Condition.onsetDateTime.toDate(),Condition
16
+ train_14,FHIR path expression for condition abatement date,Condition.abatementDateTime.toDate(),Condition
17
+ train_15,FHIR path expression for ICD-10 code for the condition,Condition.code.coding.where(system='http://hl7.org/fhir/sid/icd-10').code.first(),Condition
18
+ train_16,FHIR path expression for identifier of the encounter that this diagnosis is done,Condition.encounter.reference,Condition
19
+ train_17,FHIR path expression for episode start time,EpisodeOfCare.period.start,EpisodeOfCare
20
+ train_18,FHIR path expression for episode end time (Patient discharge),EpisodeOfCare.period.end,EpisodeOfCare
21
+ train_19,FHIR path expression for unique identifier for the main episode (OperationEpisode),EpisodeOfCare.id,EpisodeOfCare
22
+ train_20,FHIR path expression for pre operative diagnosis for the episode,EpisodeOfCare.diagnosis.where(role.coding.exists(code='pre-op')).select(condition.resolve().code.coding.where(system='http://hl7.org/fhir/sid/icd-10').first().code).distinct(),EpisodeOfCare
23
+ train_21,FHIR path expression for pre operative diagnosis for the episode,EpisodeOfCare.diagnosis.where(role.coding.exists(code='CM')).select(condition.resolve().code.coding.where(system='http://hl7.org/fhir/sid/icd-10').first().code).distinct(),EpisodeOfCare
24
+ train_22,FHIR path expression for encounter start time,Encounter.period.start,Encounter
25
+ train_23,FHIR path expression for encounter end time,Encounter.period.end,Encounter
26
+ train_24,FHIR path expression for encounter type,Encounter.type.coding.where(system='http://snomed.info/sct').code,Encounter
27
+ train_25,FHIR path expression for identifier of this encounter,Encounter.id,Encounter
28
+ train_26,FHIR path expression for unique identifier for the main episode (OperationEpisode) that this ICU stay takes place,Encounter.episodeOfCare,Encounter
29
+ train_27,FHIR path expression for unique id of the ICU or Ward Unit that this operation takes place,Encounter.location.location.identifier.value,Encounter
30
+ train_28,FHIR path expression for duration in hours in ICU or WARD,"utl:getPeriod(Encounter.period.start, Encounter.period.end, 'hours')",Encounter
31
+ train_29,FHIR path expression for unique id of the ICU Unit that this operation takes place,Encounter.location.location.identifier.value,Encounter
32
+ train_30,FHIR path expression for duration in hours in ICU,"utl:getPeriod(Encounter.period.start, Encounter.period.end, 'hours')",Encounter
33
+ train_31,FHIR path expression for time of measurement,Observation.effectiveDateTime,Observation
34
+ train_32,FHIR path expression for LOINC code for the lab test,Observation.code.coding.where(system='http://loinc.org').first().code,Observation
35
+ train_33,FHIR path expression for numeric lab result,Observation.valueQuantity.value,Observation
36
+ train_34,FHIR path expression for unit for the lab result,Observation.valueQuantity.code,Observation
37
+ train_35,FHIR path expression for interpretation of the lab result,Observation.interpretation.coding.where(system='http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation').code,Observation
38
+ train_36,FHIR path expression for identifier of the encounter that this assessment is done,Observation.encounter.reference,Observation
39
+ train_37,FHIR path expression for identifier of the surgery episode this phase is part of,Observation.extension('http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare').valueReference,Observation
40
+ train_38,FHIR path expression for time of assessment,MedicationAdministration.effectiveDateTime.nav:orElse(MedicationAdministration.effectivePeriod.start),MedicationAdministration
41
+ train_39,FHIR path expression for ATC or RxNorm code for the medication,MedicationAdministration.medicationCodeableConcept.coding.where(system='http://www.whocc.no/atc').first().code,MedicationAdministration
42
+ train_40,FHIR path expression for dose administered,MedicationAdministration.dosage.dose.value,MedicationAdministration
43
+ train_41,FHIR path expression for unit for the dose (UCUM code),MedicationAdministration.dosage.dose.code,MedicationAdministration
44
+ train_42,FHIR path expression for identifier of the surgery episode that this medication is given,MedicationAdministration.context.reference,MedicationAdministration
45
+ train_43,FHIR path expression for time of the procedure,Procedure.performedPeriod.start,Procedure
46
+ train_44,FHIR path expression for code for the performed procedure,Procedure.code.coding.where(system='http://hl7.org/fhir/sid/ex-icd-10-procedures').first().code,Procedure
47
+ train_45,FHIR path expression for category of the operation in terms of Clinical Classifications Software (CCS) for ICD-10-PCS,Procedure.category.coding.where(system='http://hl7.org/fhir/sid/ex-icd-10-procedures-ccs').first().code,Procedure
48
+ train_46,FHIR path expression for identifier of the surgery encounter this phase is part of,Procedure.encounter.reference,Procedure
49
+ train_47,FHIR path expression for identifier of the surgery episode this phase is part of,Procedure.extension('http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare').valueReference,Procedure
50
+ train_48,FHIR path expression for unique patient identifier,Patient.id,Patient
51
+ train_49,FHIR path expression for gender of the patient,Patient.gender,Patient
52
+ train_50,FHIR path expression for birth date of the patient,Patient.birthDate,Patient
53
+ train_51,FHIR path expression for whether patient is died or not,Patient.deceasedDateTime.exists() or Patient.deceasedBoolean,Patient
54
+ train_52,FHIR path expression for patient's date of death,Patient.deceasedDateTime,Patient
55
+ train_53,FHIR path expression for the age patient died,"utl:getPeriod(Patient.birthDate, Patient.deceasedDateTime, 'years')",Patient
56
+ train_54,FHIR path expression for city patient is living,Patient.address.where(use='home').city.first(),Patient
57
+ train_55,FHIR path expression for postal code of patient's home address,Patient.address.where(use='home').postalCode.first(),Patient
58
+ train_56,FHIR path expression for start time for surgery phase,Procedure.performedPeriod.start,Procedure
59
+ train_57,FHIR path expression for end time for surgery phase,Procedure.performedPeriod.end,Procedure
60
+ train_58,FHIR path expression for whether this is a main surgery or diagnostic procedure (catheterization or EPS),Procedure.encounter.resolve().serviceType.coding.exists(code='394603008' and system='http://snomed.info/sct'),Procedure
61
+ train_59,FHIR path expression for category of the operation in terms of Clinical Classifications Software (CCS) for ICD-10-PCS,Procedure.category.coding.where(system='http://hl7.org/fhir/sid/ex-icd-10-procedures-ccs').first().code,Procedure
62
+ train_60,FHIR path expression for code for the main procedure for the operation,Procedure.code.coding.where(system='http://hl7.org/fhir/sid/ex-icd-10-procedures').first().code,Procedure
63
+ train_61,FHIR path expression for identifier of the surgeons participated to the surgery,Procedure.performer.where(function.code.coding.exists(system='http://snomed.info/sct' and code='304292004')).actor,Procedure
64
+ train_62,FHIR path expression for identifier of nurses who takes in the surgery,Procedure.performer.where(function.code.coding.exists(system='http://snomed.info/sct' and code='224561008')).actor,Procedure
65
+ train_63,FHIR path expression for site of the surgery,Procedure.bodySite.coding.where(system='http://snomed.info/sct').first().code,Procedure
66
+ train_64,FHIR path expression for identifier of the surgery encounter this phase is part of,Procedure.encounter.reference,Procedure
67
+ train_65,FHIR path expression for identifier of the surgery episode this phase is part of,Procedure.extension('http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare').valueReference,Procedure
68
+ train_66,FHIR path expression for duration of surgical phase in minutes,"utl:getPeriod(Procedure.performedPeriod.start, Procedure.performedPeriod.end,'min').toInteger()",Procedure
69
+ train_67,FHIR path expression for Aristotle Score of the Surgical Procedure,Procedure.extension('https://aiccelerate.eu/fhir/StructureDefinition/aristotle-score').valueDecimal,Procedure
70
+ train_68,FHIR path expression for STAT risk score for congenital heart disease surgeries,Procedure.extension('https://aiccelerate.eu/fhir/StructureDefinition/sts-score').valueInteger,Procedure
71
+ train_69,FHIR path expression for RACHS-1 risk score for congenital heart disease surgeries,Procedure.extension('https://aiccelerate.eu/fhir/StructureDefinition/rachs1-score').valueInteger,Procedure
72
+ train_70,FHIR path expression for whether the patient was extubated in the operating room (true) or not (false). This only applies to surgeries,%includes.where(Procedure.partOf.reference = 'Procedure/' & %context.id).where(code.coding.exists(code='271280005' and system='http://snomed.info/sct')).status.first(),Procedure
73
+ train_71,FHIR path expression for whether the patient needed to be defibrillated during the surgery or not,%includes.where(Procedure.partOf.reference = 'Procedure/' & %context.id).where(code.coding.exists(code='308842001' and system='http://snomed.info/sct')).status.first(),Procedure
74
+ train_72,FHIR path expression for minimum temperature of the patient during surgery,%includes.where(Observation.partOf.reference = 'Procedure/' & %context.id).where(code.coding.exists(code='276885007' and system='http://snomed.info/sct')).select(valueQuantity.value).first(),Procedure
75
+ train_73,FHIR path expression for time of extracorporeal circulation in minutes,"%includes.where(Procedure.partOf.reference = 'Procedure/' & %context.id).where(code.coding.exists(code='182744004' and system='http://snomed.info/sct')).select(utl:getPeriod($this.performedPeriod.start, $this.performedPeriod.end, 'min')).first()",Procedure
76
+ train_74,FHIR path expression for clamp time in minutes within surgery,"%includes.where(Procedure.partOf.reference = 'Procedure/' & %context.id).where(code.coding.exists(code='301881006' and system='http://snomed.info/sct')).select(utl:getPeriod($this.performedPeriod.start, $this.performedPeriod.end, 'min')).first()",Procedure
77
+ train_75,FHIR path expression for circulatory arrest time in minutes within surgery,"%includes.where(Procedure.partOf.reference = 'Procedure/' & %context.id).where(code.coding.exists(code='1197761000' and system='http://snomed.info/sct')).select(utl:getPeriod($this.performedPeriod.start, $this.performedPeriod.end, 'min')).first()",Procedure
78
+ train_76,FHIR path expression for encounter time (Patient enrollment time),Encounter.period.start,Encounter
79
+ train_77,FHIR path expression for encounter end time (Patient out of operation room),Encounter.period.end,Encounter
80
+ train_78,FHIR path expression for SNOMED-CT code for Surgical operation category e.g. 394603008 -> Cardiac Surgery or 41976001 -> Catheterization etc.,Encounter.serviceType.coding.where(system='http://snomed.info/sct').first().code,Encounter
81
+ train_79,FHIR path expression for SNOMED-CT code for surgical priority e.g. 274075007 -> Elective surgery,Encounter.priority.coding.where(system='http://snomed.info/sct').first().code,Encounter
82
+ train_80,FHIR path expression for identifier of this encounter,Encounter.id,Encounter
83
+ train_81,FHIR path expression for unique identifier for the main episode (OperationEpisode) that this surgery takes place,Encounter.episodeOfCare,Encounter
84
+ train_82,FHIR path expression for unique id of the operating room that this operation takes place,Encounter.location.location.identifier.value,Encounter
85
+ train_83,FHIR path expression for duration in minutes between entry and exit to/from the operation room,Encounter.length.value,Encounter
86
+ train_84,FHIR path expression for time of measurement,Observation.effectiveDateTime,Observation
87
+ train_85,FHIR path expression for LOINC code for the vital-sign,Observation.code.coding.where(system='http://loinc.org').first().code,Observation
88
+ train_86,FHIR path expression for name of the lab test,Observation.code.text,Observation
89
+ train_87,FHIR path expression for numeric lab result,Observation.valueQuantity.value,Observation
90
+ train_88,FHIR path expression for unit for the lab result,Observation.valueQuantity.code,Observation
91
+ train_89,FHIR path expression for identifier of the encounter that this assessment is done,Observation.encounter.reference,Observation
92
+ train_90,FHIR path expression for identifier of the surgery episode this phase is part of,Observation.extension('http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare').valueReference,Observation
93
+ train_91,FHIR path expression for time patient arrives operation room,procedure.performedPeriod.start,Procedure
94
+ train_92,FHIR path expression for time when anesthesia procedure is completed,Procedure.performedPeriod.end,Procedure
95
+ train_93,FHIR path expression for type of anesthesia applied,Procedure.code.coding.where(system='http://snomed.info/sct').first().code,Procedure
96
+ train_94,FHIR path expression for detailed procedure code for anesthesia,Procedure.code.coding.where(system != 'http://snomed.info/sct').first().code,Procedure
97
+ train_95,FHIR path expression for identifier of the anesthesiologist,Procedure.performer.where(function.coding.exists(system='http://snomed.info/sct' and code='88189002')).actor.reference,Procedure
98
+ train_96,FHIR path expression for identifier of the surgery episode this phase is part of,Procedure.extension('http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare').valueReference,Procedure
99
+ train_97,FHIR path expression for identifier of the surgery encounter this phase is part of,Procedure.encounter,Procedure
100
+ train_98,FHIR path expression for duration of anesthesia phase in minutes,"utl:getPeriod(Procedure.performedPeriod.start, Procedure.performedPeriod.end,'min').toInteger()",Procedure
101
+ train_99,FHIR path expression for time of assessment,Observation.effectiveDateTime,Observation
102
+ train_100,FHIR path expression for SNOMED-CT code indicating the assessment result,Observation.valueCodeableConcept.coding.where(system='http://snomed.info/sct').first().code,Observation
103
+ train_101,FHIR path expression for identifier of the encounter that this assessment is done,Observation.encounter,Observation
104
+ train_102,FHIR path expression for code for the condition (ICD-10 or SNOMED-CT),Condition.code.coding.where(system='http://hl7.org/fhir/sid/icd-10' or system='http://snomed.info/sct').code.first(),Condition
105
+ train_103,FHIR path expression for certainty of diagnosis,Condition.verificationStatus.coding.where(system='http://terminology.hl7.org/CodeSystem/condition-ver-status').code.first(),Condition
106
+ train_104,FHIR path expression for whether condition is patient reported,Condition.asserter.reference.startsWith('Patient/'),Condition
107
+ train_105,FHIR path expression for identifier of the encounter that this diagnosis is done,Condition.encounter.reference,Condition
108
+ train_106,FHIR path expression for medication start date,MedicationStatement.effectivePeriod.start,MedicationStatement
109
+ train_107,FHIR path expression for medication end date,MedicationStatement.effectivePeriod.end,MedicationStatement
110
+ train_108,FHIR path expression for ATC code for the medication,MedicationStatement.medicationCodeableConcept.coding.where(system='http://www.whocc.no/atc').code,MedicationStatement
111
+ train_109,FHIR path expression for how many times per day the medication is taken,MedicationStatement.dosage.timing.repeat.frequency,MedicationStatement
112
+ train_110,FHIR path expression for dose per usage,MedicationStatement.dosage.doseAndRate.doseQuantity.value,MedicationStatement
113
+ train_111,FHIR path expression for unit of dose,MedicationStatement.dosage.doseAndRate.doseQuantity.unit,MedicationStatement
114
+ train_112,FHIR path expression for SNOMED-CT code indicating the pregnancy status,Observation.valueCodeableConcept.coding.where(system='http://snomed.info/sct').first().code,Observation
115
+ train_113,FHIR path expression for start time for the risk,Observation.effectivePeriod.start,Observation
116
+ train_114,FHIR path expression for end time of the risk if it is no longer valid,Observation.effectivePeriod.end,Observation
117
+ train_115,FHIR path expression for code indicating the type of the risk,Observation.code.coding.where(system='http://snomed.info/sct').first().code,Observation
118
+ train_116,FHIR path expression for whether patient has the risk or not,Observation.valueBoolean,Observation
119
+ train_117,FHIR path expression for if risk is critical or not,Observation.component.where(code.coding.exists(system='http://snomed.info/sct' and code='246112005')).valueBoolean,Observation
120
+ train_119,FHIR path expression for if risk is permanent or not,Observation.component.where(code.coding.exists(system='http://snomed.info/sct' and code='260868000')).valueBoolean,Observation
121
+ train_120,FHIR path expression for certainty of risk,Observation.component.where(code.coding.exists(system='http://snomed.info/sct' and code='246103008')).valueCodeableConcept.coding.code.first(),Observation
122
+ train_121,FHIR path expression for identifier of the encounter that this assessment is done,Observation.encounter.reference,Observation
123
+ train_122,FHIR path expression for SNOMED-CT code indicating the symptom,Observation.code.coding.where(system='http://snomed.info/sct').first().code,Observation
124
+ train_123,FHIR path expression for whether symptom seen,Observation.valueBoolean,Observation
validation.csv ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ id,text,fhirpath,topic
2
+ dev_0,FHIR path expression for time of observation,Observation.effectiveDateTime,Observation
3
+ dev_1,FHIR path expression for BMI in kg/m2,Observation.valueQuantity.value,Observation
4
+ dev_2,FHIR path expression for identifier of the encounter that this assessment is done,Observation.encounter,Observation
5
+ dev_3,FHIR path expression for time that this behavioral information is taken or valid,Observation.effectiveDateTime.nav:orElse(Observation.effectivePeriod.start),Observation
6
+ dev_4,FHIR path expression for LOINC code indicating the behavior,Observation.code.coding.where(system='http://loinc.org').first().code,Observation
7
+ dev_5,FHIR path expression for SNOMED-CT or LOINC code indicating the behavior frequency,Observation.valueCodeableConcept.coding.where(system='http://loinc.org' or system='http://snomed.info/sct').first().code,Observation
8
+ dev_6,FHIR path expression for time of the evaluation,Condition.recordedDate,Condition
9
+ dev_7,FHIR path expression for SNOMED-CT code for the condition,Condition.code.coding.where(system='http://snomed.info/sct').code.first(),Condition
10
+ dev_8,FHIR path expression for identifier of the encounter that this diagnosis is done,Condition.encounter,Condition
11
+ dev_9,FHIR path expression for medication start date,MedicationStatement.effectivePeriod.start,MedicationStatement
12
+ dev_10,FHIR path expression for medication end date,MedicationStatement.effectivePeriod.end,MedicationStatement
13
+ dev_11,FHIR path expression for ATC code for the medication,MedicationStatement.medicationCodeableConcept.coding.where(system='http://www.whocc.no/atc').code,MedicationStatement