Powered by OPF
OPF WIKI STATIC ARCHIVE
2,681 pages · 153 spaces · 776 tags · 4,025 history records · 96.2% of the original wiki recovered
Archived copy. This page was recovered from the Internet Archive snapshot of /pages/viewpage.action?pageId=59834373 taken on 2021-01-23. The original wiki at wiki.opf-labs.org is being decommissioned.

Evaluation of the number of abnormal results in laboratory examinations for a given disease codes in a given period

Added by Tomasz Hoffmann · last edited by Tomasz Hoffmann · on Jul 24, 2014

Evaluator(s)

Tomasz Hofmann (PSNC)

Evaluation points

Assessment of measurable points
Metric Description Metric baseline Metric goal July 21, 2014 [Test 1] July 23, 2014 [Test 2]
number of objects per second the number of HL7 files parsed in one second - - 69.60 [obj/s]
1136 [obj/s]

Note:  *as an object we proposed to use one HL7 file

Metrics must be registered in the metrics catalogue

   

Technical details

Test 1*

**test on HDFS (map-reduce task)

Test 2**

**test on local file system (emulation of map-reduce task)

Evaluation notes

Workflow

The experiment is composed of the following steps (accordingly to the MapReduce schema):

  1. the map task,
    1. for each HL7 file saved on HDFS do:
      1. parse document in order to find out abnormal laboratory results - count them and next add into the context the following pair: Key=icd10 code, Value=the count of the abnormal results 
  2. the reduce task:
    1. for each icd10 code accumulate the count of the abnormal results
    2. produce the result pair Key=icd10 code, Value=the number of abnormal results