There’s a new request for comment on the O3 framework, specifically around whether and how we should support data-driven preconditions for extension rendering. The narrow target for the RFC is things like the “deceased” tag rendered in the patient banner. Currently, this extension must be loaded, mounted, and then fire a request, only to return an empty DOM. The idea would be to provide a mechanism that can fire the request first and, if the extension doesn’t need to be rendered, we can skip loading and mounting it. There are a few directions things could go (see the PR) and any comments on the mechanism or other provisions we should make in thinking through this feature are welcome!
1 Like