Deploying Australian FHIR Implementation Guides

This quick post should help understand some of the main FHIR Implementation guides in Australia, what they are for, how to deploy them, and some associated issues you might find in some production environments, and how UploadFIG can be leverages to ease deployment of externally referenced registry content (such as those hosted in the Australian … More Deploying Australian FHIR Implementation Guides

Extracting FHIR Data from completed SDC Forms

Using FHIR Questionnaires you can define a complete assessment or intake form which covers a wide variety of clinical data, this could be completed by an intake clerk or other administrative practitioner, or even by a patient at home before coming to a facility. The SDC extensions can lift the capabilities making data entry easier … More Extracting FHIR Data from completed SDC Forms

More FHIR with Azure Function Apps $extract

It seems that since my last post some things have changed… It seems that since my last post some things have changed… The approach that I’d taken there was with the Microsoft.NET.Sdk.Functions assembly and functions return via IActionResult (just like a regular web project), however that is an older approach that only works in-process, and … More More FHIR with Azure Function Apps $extract