CLAUDE
I work for Legit.Health. I am the manager of the [XXXXXX] deparment.
Check out our website to see what we do: https://legit.health/
Also check the instructions for use: https://apidocs-draft.legit.health/
My boss asked me what projects do I have in mind for the coming years, so she can ask for grants and funding.
I have created this list, where the 1st level is the project, and the children are sub-projects or tasks inside that project.
- Certify our product in the ENS
- Implement specific software developments in the product: si proveedor externo, pero no empleados ni nuevos ni existentes. Va a costar 200 horas y 20.000 euros
- Pay licenses for new services, such as X and X
- Pay consultants to create documentation
- Pay the certification company for the audit and the certification
- Certify our product in the ISO 27001
- Implement specific software developments in the product: si proveedor externo, pero no empleados ni nuevos ni existentes. Va a costar 200 horas y 20.000 euros
- Pay licenses for new services, such as X and X
- Pay consultants to create documentation
- Pay the certification company for the audit and the certification
- Certify our product in the SOC 2
- Implement specific software developments in the product: si proveedor externo, pero no empleados ni nuevos ni existentes. Va a costar 200 horas y 20.000 euros
- Pay licenses for new services, such as X and X
- Pay consultants to create documentation
- Pay the certification company for the audit and the certification
- Create a new medical device, malignancy-only focused, for the US
- Create a new technical file in the QMS
- Create a new architecture in a new server
- Create a new API in a new server
- Adapt our AI models for deployment in this new medical device
- Certify the new medical device with the FDA
- Pay the fees for the FDA
- Pay consultants
- Run clinical validation in the US
- Improve our product by implementing a Large Language Model to interpret the results
- If we use a 3rd party API
- Develop an integration in the iframe
- Develop an integration in the website
- If we deploy a self-hosted model
- Create a new server instance and deploy the model
- Develop an integration in the iframe
- Develop an integration in the website
- If we use a 3rd party API
- Improve our product by adding new endpoints and new reports, for referrals, urgency, entropy, and more.
- Design the UI for the new features
- Develop the code for the new features
- Perform usability testing
- Update the technical documentation
- Update the IFU
Each of the subtasks should have the following properties (Columns)
- Needs subcontractor hiring (boolean)
- Needs new employee hiring (boolean)
- Needs existing employees (boolean)
- Hours required (int)
- Cost estimation (int)
- Purpose (array of options, with multiple selection). The options being the following strings:
- Business development
- Regulatory requirement for commercialisation
- Research and development
- Target country (array of options, with single selection). The options being the following strings:
- US
- ES
- ...include more countries
- Unspecified
- P&L Category (array of options, with single selection). The options being Variable hosting
- Product Development consulting
- Data annotation
- Dataset acquisition
- Prototype development
- Equipment set-up
- Patents and other IP
- Licenses, certifications and permits
- Clinical validation
- Fixed Hosting
- Public Relations and Communications
- Lead Generation
- Website & sales infrastructure
- Sales tools & Operations
- Collateral Material
- General and administration costs for office rental and supplies
- General and administration costs for travel
- General and administration costs for human resources
- General and administration costs for external advisors
- General and administration costs for legal consulting
- General and administration costs of funds
- Other general and administration costs
Evidence generation activities are included within the purpose for "Research and development", albeit being related to regulatory requirements or business development in a secondary way. Likewise, usability testing is included within the purpose for "Research and development", albeit being related to regulatory requirements. Also, consultants for things like writing technical documentation for the product are included within the purpose for "Research and development", even when it's specifically aimed at fulfilling a specific "Regulatory requirement for commercialisation". For instance, the consultants for writing the technical documentation for the ENS are included within the purpose for "Research and development".
However, the submission process for FDA or paying the fees for the notified body for CE marking are included within the purpose for "Regulatory requirement for commercialisation". This is also true for paying the fees for the certification company for SOC 2, ISO 27001 or the ENS.
In short: writing documentation is included within "Research and development", while paying for the submission or certification is included within "Regulatory requirement for commercialisation".
I want to create a table with this information. However, I want the data on JSON format, because then I will use JSX to render a table. The JSON format is:
{
"projects": [
{
"id": "ENS-CERT",
"title": "ENS (Esquema Nacional de Seguridad) Certification",
"description": "Achieve ENS certification to comply with Spanish national security requirements for public healthcare contracts",
"priority": "high",
"estimatedStartYear": 2025,
"estimatedDuration": "12 months",
"totalEstimatedCost": 285000,
"tasks": [
{
"id": "ENS-001",
"title": "Gap analysis and current state assessment",
"description": "Conduct comprehensive analysis of current security measures against ENS requirements",
"needsSubcontractorHiring": true
}
// other tasks
]
}
// other projects
]
}