From 643cc19560182fb98d08b922dca999c28eb7be09 Mon Sep 17 00:00:00 2001 From: amuleke Date: Thu, 10 Oct 2019 17:00:38 +0300 Subject: [PATCH 1/2] Addition of implementation proposal --- proposals/proposal_am.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 proposals/proposal_am.md diff --git a/proposals/proposal_am.md b/proposals/proposal_am.md new file mode 100644 index 0000000..cf7136d --- /dev/null +++ b/proposals/proposal_am.md @@ -0,0 +1,15 @@ +# Implementation Proposal +This proposal outlines how Medhack can develop a simulator that will demonstrate how the different players in the medical industry affect the pricing of healthcare services. The proposal recommmends the following steps: +1.) Define the high level (Level 1) abstractions of the key stakeholders (company,industry,people) +2.) Define the attributes/properties of the entities defined in step 1 above. +3.) Define the sub-entities of each of the Level 1 entities and their attributes. +4.) Define the pay-offs of each stakeholder contextually. +5.) Define the linkage/connections between the different entities and attributes (Industries/Companies/People/Attributes) e.g: how drug pricing by pharmaceuticals affects the cost of medicare in hospitals. +6.) Develop the logic to implement the model (Using Game Theory) in code with the aim of demonstrating how equillibrium will be beneficial for all players rather than one/few players prefering the dominating stragey. +7.) Create a visualization layer to add an interface and interactivity to the implemented model. + +## Proposed Tools +* GoJS (Visualization) +* NodeJS/JavaScript (Backend Logic) +* SQL (Data Storage Management) +k \ No newline at end of file From 559949123d30862e924a678b7a752bc1a6a2f74b Mon Sep 17 00:00:00 2001 From: amuleke Date: Thu, 10 Oct 2019 17:03:13 +0300 Subject: [PATCH 2/2] Fixing alignment --- proposals/proposal_am.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/proposals/proposal_am.md b/proposals/proposal_am.md index cf7136d..b0c8672 100644 --- a/proposals/proposal_am.md +++ b/proposals/proposal_am.md @@ -1,15 +1,14 @@ # Implementation Proposal This proposal outlines how Medhack can develop a simulator that will demonstrate how the different players in the medical industry affect the pricing of healthcare services. The proposal recommmends the following steps: -1.) Define the high level (Level 1) abstractions of the key stakeholders (company,industry,people) -2.) Define the attributes/properties of the entities defined in step 1 above. -3.) Define the sub-entities of each of the Level 1 entities and their attributes. -4.) Define the pay-offs of each stakeholder contextually. -5.) Define the linkage/connections between the different entities and attributes (Industries/Companies/People/Attributes) e.g: how drug pricing by pharmaceuticals affects the cost of medicare in hospitals. -6.) Develop the logic to implement the model (Using Game Theory) in code with the aim of demonstrating how equillibrium will be beneficial for all players rather than one/few players prefering the dominating stragey. -7.) Create a visualization layer to add an interface and interactivity to the implemented model. +* Define the high level (Level 1) abstractions of the key stakeholders (company,industry,people) +* Define the attributes/properties of the entities defined in step 1 above. +* Define the sub-entities of each of the Level 1 entities and their attributes. +* Define the pay-offs of each stakeholder contextually. +* Define the linkage/connections between the different entities and attributes (Industries/Companies/People/Attributes) e.g: how drug pricing by pharmaceuticals affects the cost of medicare in hospitals. +* Develop the logic to implement the model (Using Game Theory) in code with the aim of demonstrating how equillibrium will be beneficial for all players rather than one/few players prefering the dominating stragey. +* Create a visualization layer to add an interface and interactivity to the implemented model. ## Proposed Tools * GoJS (Visualization) * NodeJS/JavaScript (Backend Logic) * SQL (Data Storage Management) -k \ No newline at end of file