NHS problem, in simple English

Correct me if I am wrong

The NHS problem, in simple English, “Women who should have had appointments for a final scan after their 70th birthday were not sent letters requesting they confirm attendance”

Last few months we saw people losing track of money because bank (TSB) IT system goes down for a week, and now a simple IT calculation that might have caused 270 women dying prematurely as a consequence. 

IT systems putting companies/ organisation reputation on the line.

Hence let’s look whether NHS has an “Algorithm” problem OR "IF-ELSE" problem.

NHS is supposed to scan women every three years from Age of 50 till they are 70. Letters are not send as soon as you turn 50, it may be sent bit later OR you missed the appointment, then there will a reminder letter.

Now between 50 and 70, we can have 7 “three years steps”,

  • 50(+) – 53
  • 53(+) – 56
  • 56(+) – 59
  • 59(+) – 62
  • 62(+) – 65
  • 65(+) – 68
  • 68(+) – 71

So there are seven three year brackets. But the computer program only considers you if you are between 50 and 70 for automatic three yearly scan process.

Now if you are in final bracket of [68+ – 71 ], and before the computer considered you hit age of 70, then you will be discarded.

For example

  • You are supposed to get a final scan letter in April 2018
  • But you turned 70 in February 2018,
  • Then you will be discarded because you are 70, and hence not in 50- 70 range.

What if we considered age between 50 and 71, would it made it simpler to manage because now age and years brackets can be matched ?


要查看或添加评论,请登录

Satya ..的更多文章

  • Distributed System - Lessons Learned

    Distributed System - Lessons Learned

    A distributed system is a group of computers/nodes working together to achieve a common goal (e.g.

    1 条评论
  • Science - Pursuit of 'Objective Truth'

    Science - Pursuit of 'Objective Truth'

    I recently finished masterclass by Neil deGrasse Tyson. He is a cosmologist, astrophysicist, planetary scientist…

  • Microservices - prior to buzz

    Microservices - prior to buzz

    The global microservices architecture market size was valued at $2 billion in 2018, and is projected to reach $8…

  • After the Music Stopped ..?????? ..........

    After the Music Stopped ..?????? ..........

    1920 saw the start of “Jazz” age in United States. Jazz music went viral from small city of New Orleans to biggest…

    1 条评论
  • Prototyping: Let’s prioritise it!

    Prototyping: Let’s prioritise it!

    “If a picture is worth 1000 words, a prototype is worth 1000 meetings.” — Tom & David Kelley Often in software industry…

  • Mind the Swamp

    Mind the Swamp

    IDC predicts the average person will have nearly 5,000 digital interactions per day by 2025, up from the 700 to 800 or…

  • Entity Relationships To Event Streams

    Entity Relationships To Event Streams

    Historically data was mostly related to “Operational data” sitting nicely into a well structured database. Now most of…

  • 3 Dimensions of In-sourcing

    3 Dimensions of In-sourcing

    Many big companies that outsourced it's software development, usually set up layers of management that only acts for…

  • Agile (without hype)

    Agile (without hype)

    Dynamic systems development method (DSDM) Consortium in 1994 were trying to find an efficient way to handling…

  • Apply Agile Design Patterns In Object Oriented Programing

    Apply Agile Design Patterns In Object Oriented Programing

    Write Object-Oriented code (OO), not procedural code When I look back at code I wrote many years ago, I recognize how…

    2 条评论

社区洞察

其他会员也浏览了