Hi Community, Enjoy watching the next video by @Ron.Sweeney1582 on [InterSystems Developers YouTube](https://www.youtube.com/c/InterSystemsDevelopers):

⏯ Putting a match to FHIR with Postman Newman

➡️ To begin, check out [this post](https://community.intersystems.com/post/hello-newman-stoking-fhiris%C2%AE-postmannewman). Hello Newman So given the STAR method on how to explain this effort, here it goes. SITUATION Production implementation of a FHIR® Resource Server, fronted with a robust API Manager for speed and profit. TASK Considering the implementation required all types of optimizations for the Web Onion serving the requests, make sure the API doesn't go "Casters Up" for general use.  ACTION Build out a repeatable process for checking your implementation work, pay attention to two parts:  * Latency between the layer of the onion leading up to the durable persisted store, do they look comparable? * An auto-scale group is in use, and some load balancing is going on. Can we identify a breaking point where we throw 502's, more importantly, make sure we don't get any of these. RESULT Wrote a Postman collection that can be run interactively for Infrastructure Engineers to tune the Web Onion and run the same thing in CI/CD pipelines against a FHIR resource server. Enjoy watching this video and a big applause for @Ron.Sweeney1582! 👏🏼 Stay tuned!