Recent Blog ArticlesNewest TopicsMost LikesTagged:TagKeyboard Accessibility With Microsoft Surface Adaptive Kit Unfamiliar keyboards present unique challenges for people who have poor vision (for example from aging, heredity, injury, or disability). Even proficient typists can have difficulty accura...Host Static Web Sites for Free in Azure Have a simple site that’s just html, css, javascript and other static content? You can host it for free in Azure. Not only is it free to host it is much easier to maintain than most o...Calling REST APIs From the IDE Developers use a lot of URLs: your app’s URLs, URLs for consumed services, etc. These URLs, and sometimes their payloads may differ per environment. And as a dev you’re going to constantly...Graphir: Access FHIR with GraphQL GraphQL has been used in rich SPA and mobile apps for years. Healthcare developers were limited to REST for accessing HL7 FHIR data. Graphir is a starting point to fix that. With Graphir developers ...Which .NET GraphQL Clients Should Your App Use? Developing a .NET app with a GraphQL backend you’re presented with a challenge: how will you make calls to the backend GraphQL? This article walks you through options with examples, and a workflo...A Reusable Search Control for FHIR Searching a FHIR resource is simple. But what if you want to create a highly reusable search form? In this article we walk through a highly reusable search control. Tackling Recursion in FHIR Using Blazor Components In this post (FHIR + Blazor + Recursion = Rendering a Questionnaire ) we showed a method to render objects with complex nesting: using Dynamic Fragments. This article shows an alternative method: u...HL7 FHIR Objects in Blazor HL7 FHIR Objects are complex and you might be tempted to use helper classes to create or edit them. In this article we will walk you through directly binding these classes- saving you tons of time a...Creating Your First SMART on FHIR Application In part 2 of my series on SMART on FHIR apps I’ll walk you through writing a basic SMART on FHIR app. Our app will Accept a SMART launcher link Read a Patient resource from a FHIR backen...Launching a SMART App Demystified Launching a SMART App was once exclusively done in an EMR. But healthcare devs are increasingly writing scenario-specific apps. Rather than implement every little thing- run those same SMART apps r...