from flask import Flask, request, jsonify app = Flask(__name__) @app.route('/convert-summary-to-cpt', methods=['POST']) def convert_summary_to_cpt(): # Get the medical visit summary from the request body summary = request.json['summary'] # TODO: Implement your logic to parse the summary and extract relevant information # You may need to use natural language processing techniques to extract meaningful data from the summary text # TODO: Implement your logic to map the extracted information to the appropriate CPT codes # This could involve using predefined mappings or leveraging a medical coding database # Generate a list of CPT codes based on the summary cpt_codes = ['CPT_Code1', 'CPT_Code2', 'CPT_Code3'] # Return the list of CPT codes as the API response return jsonify({'cpt_codes': cpt_codes}) if __name__ == '__main__': app.run() Meet the Members | Mysite from flask import Flask, request, jsonify app = Flask(__name__) @app.route('/convert-summary-to-cpt', methods=['POST']) def convert_summary_to_cpt(): # Get the medical visit summary from the request body summary = request.json['summary'] # TODO: Implement your logic to parse the summary and extract relevant information # You may need to use natural language processing techniques to extract meaningful data from the summary text # TODO: Implement your logic to map the extracted information to the appropriate CPT codes # This could involve using predefined mappings or leveraging a medical coding database # Generate a list of CPT codes based on the summary cpt_codes = ['CPT_Code1', 'CPT_Code2', 'CPT_Code3'] # Return the list of CPT codes as the API response return jsonify({'cpt_codes': cpt_codes}) if __name__ == '__main__': app.run()
top of page

Meet the Members

Rojeen Cohan

Rojeen Cohan is our leading property manager. She aims to create welcoming homes across the five boroughs. Graduating from New York University College of Arts and Science and College of Dentistry with Distinction, she has lived in New York from a young age and understands the way the city functions. She believes in communication and efficiency in order to create a positive and quick resolution to any matter. 

IMG_2931.JPG

Michael Cohan 

Michael Cohan is our client liaison. He facilitates open ended dialogue between vendors, tenants and our team. He aims to create fast and easy communication in order to have harmonious relationships between different people. Michael is a native New Yorker that was born in Brooklyn and graduate Summa Cum Laude from Saint John's Law School. He is passionate about giving back to the community and creating opportunity and growth

mike pic.webp
bottom of page