Explore >> Select a destination


You are here

hl7.org
| | fhirblog.com
19.0 parsecs away

Travel
| | We've talked aboutSMART and OAuth2 before, but it was a little while ago and it was in the context ofwhat SMART is about and how it worked (with the odd bit of samplecode thrown in). This post takes a slightly different perspective by looking at SMART from the perspective of an EHR (Electronic Health Record)...
| | fhirblog.com
15.8 parsecs away

Travel
| | Following on from the previous post about REST in general, let's dig in a bit more and start manipulating a single resource in FHIR. We'll read an existing resource, update it and create a new one. First task is to set up the tools we're going to need to experiment. There are at least 2...
| | brianpos.com
15.9 parsecs away

Travel
| | Not all servers have an easy way to load a FHIR Implementation Guide package and must be done manually. This is a walkthrough of a new dotnet tool UploadFIG (created by me) to download, extract, verify/cleanse and upload a pacakge to a server via it's FHIR API.
| | nodogmablog.bryanhogan.net
79.3 parsecs away

Travel
| This post shows how to use Polly with .NET 6 if you are taking advantage of top-level statements, minimal API endpoints, and the HttpClientFactory.