
This repo houses all EMR patient chart components for OpenMRS v3
The OpenMRS ESM Patient Chart is a robust frontend module designed for the OpenMRS Single Page Application (SPA), offering healthcare professionals an efficient tool for managing patient information. This innovative module incorporates a variety of microfrontends that collectively enhance the patient dashboard experience, making it easier to access and update critical patient data across several domains.
With a focus on modularity and ease of use, the OpenMRS ESM Patient Chart provides essential functionalities that streamline medical workflows, allowing healthcare providers to focus more on patient care instead of getting bogged down by technology.
Comprehensive Patient Dashboard: Access a range of widgets including Allergies, Medications, Tests, Vitals, and more, all within a single dashboard interface.
Microfrontend Architecture: The application is built with multiple microfrontends, promoting scalability and easier maintenance by allowing developers to work on individual components.
Cross-Cutting Concerns: Integrated features like Common lib and Patient chart help manage shared functionalities effectively across different microfrontends.
Developer-Friendly Setup: Uses Yarn for dependency management, making it straightforward for developers to set up their environments and run applications.
Flexible Testing Capabilities: Offers both unit and integration tests management, ensuring code integrity with options for running tests in watch mode or for specific packages.
Support for E2E Testing: Easy to run end-to-end tests against local or remote instances, ensuring that the front-end behavior meets expectations in various environments.
Interactive Test Management: Utilizing an intuitive Turbo UI for interactive test runs, helping developers engage more effectively with testing processes.
Coverage Reporting: Automatically generates coverage reports, providing insights into testing performance and areas that may require further attention.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.
Zod is a TypeScript-first schema declaration and validation library. It allows you to define schemas that can validate data at runtime while providing excellent TypeScript inference, making it perfect for API validation, form validation, and type-safe data handling.