You are here |
www.hl7.org | ||
| | | |
fhirblog.com
|
|
| | | | So I was talking with one of my colleagues at Orion Health today - a clinician who has just joined us and wanted to understand what FHIR was - to a reasonable degree of detail. I thought I'd summarize our conversation here as it's useful to record what a clinician found interesting, and wanted to... | |
| | | |
fhirblog.com
|
|
| | | | In this post I'm going to talk a little about searching using the REST paradigm within FHIR. This is a large topic, and I certainly won't cover it in detail, but my intention is to provide enough detail for you to get started. (For the full details of searching (or queries) refer to the specification).... | |
| | | |
fhirblog.com
|
|
| | | | So, in the last post we talked about setting up a FHIR server, and populating it with some sample data. Let's turn our attention now to how we would interact with that server in the context of a 'Medication List', and we'll use the STU-3 release candidate (as used at the recent Baltimore connectathon) as... | |
| | | |
www.integralist.co.uk
|
|
| | This is a quick guide to Python's asyncio module and is based on Python version 3.8. Introduction Why focus on asyncio? A quick asyncio summary A quick concurrent.futures summary Green Threads? Event Loop Awaitables Coroutines Tasks Futures Running an asyncio program Running Async Code in the REPL Use another Event Loop Concurrent Functions Deprecated Functions Examples gather wait wait_for as_completed create_task Callbacks Pools Executors asyncio.Future vs concurrent.futures.Future asyncio.wrap_future ... |