7/15/23, 12:39 PM Niro - Tech Hire Assignment The Niro way of doing things We integrate with the LIS system of diagnostic labs using REST APIs. 1) LIS sends patient data as a JSON to NirogGyan's API endpoint. Here's a sample JSON, containing all details : https://pastebin.com/0u4XdeAE 2) Javascript & HTML/CSS : Niro's software parses JSON, maps with internal test dictionary, generates cards for each test (a collection of tests is called a 'profile'), and (after adding some cosmetic elements) arranges them in a particular order to render the HTML PDF 3) Node JS : Asynchronously, NirogGyan sends the PDF files as HTTP POST to LIS' endpoint → What you are supposed to create Like Smart Test Reports, NirogGyan wants to make Smart Rx -user-friendly prescriptions. As the final output of this exercise, you have to recreate this design as a website : https://bit.ly/3ivMz98 Steps to follow 1) Create a JSON structure for Smart Rx, similar to the one shared above, and fill all the parameters & data that you deem fit 2) Write the code that transforms the JSON in step 1 to the desired HTML output, using appropriate logic & icons (you can use SVGs from flaticon.com) where necessary 3) Submit your assignment to us as a public Github project Thank you and all the best !! 2 https://www.canva.com/design/DAEJ1lS9qHk/uw2jvjBq5mSyjoF1XT8HKA/view#2 1/1