Giter VIP home page Giter VIP logo

fhirdevvideonotes's Introduction

FHIR for Developers

Video tutorial series with information for developers new to FHIR.

YouTube Playlist

Latest

Video Readme Repo Description
FHIR Databases - Creating a WebAPI 11 - C# Database Exploration FHIR C# Databases Creating a FHIR WebAPI project

Specification Videos

Video Readme Repo Description
Getting Started 01-Intro - Introductory video (What is FHIR?, Navigating the Spec)
FHIR via HTTP 02-FHIR-HTTP - How to interact with a FHIR server via HTTP and the RESTful API.
Getting SMART: Authorization Overview 03-Getting SMART - Overview of SMART Authorization / App Launch Framework.
FHIR Profiles - An Introduction An overview of FHIR Profiles
Subscriptions Overview Connectathon 28 - State of Subscriptions in August 2021
Subscriptions Specification Walkthrough Connectathon 28 - Walkthrough of the IG and new Resources (August 2021)
FHIR Search - An Introduction Search An overview of FHIR Search
FHIR Search - Types, Modifiers, and Prefixes Search Search data types and search modifiers and prefixes
FHIR Search - Result Parameters Search Search result parameters
FHIR Search - Chaining and Including Search Using links between resources as criteria and/or returning additional resources.

C#

Video Readme Repo Description
C# Tutorial 01 Part 01 04-C# Project 01 Part 01 FHIR C# Tutorial 01 A basic .Net Core CLI application in C# to connect to an open FHIR server.
C# Tutorial 01 Part 02 05-C# Project 01 Part 02 FHIR C# Tutorial 01 Continuing C# intro with refactoring and additional operations.
SMART C# - Local Server Part 01 06-C# SMART (local server) FHIR C# SMART with Local Server Scope and Setup
SMART C# - Local Server Part 02 06-C# SMART (local server) FHIR C# SMART with Local Server Discovering SMART
SMART C# - Local Server Part 03 06-C# SMART (local server) FHIR C# SMART with Local Server Setting up a Local webserver
SMART C# - Local Server Part 04 06-C# SMART (local server) FHIR C# SMART with Local Server Completing a flow
SMART C# - Local Server Part 05 06-C# SMART (local server) FHIR C# SMART with Local Server Using a token
SMART C# - URI Scheme Part 01 07-C# SMART (URI scheme) FHIR C# SMART with URI Handler Setup and URI Registration (Windows)
SMART C# - URI Scheme Part 02 07-C# SMART (URI scheme) FHIR C# SMART with URI Handler Connecting our Handler
Profiles and Validation in C# Part 01 08 - C# Profiles and Validation FHIR C# Profiles and Validation Getting started with Profiles in C#
Profiles and Validation in C# Part 02 08 - C# Profiles and Validation FHIR C# Profiles and Validation Making Profiles More Usable
Profiles and Validation in C# Part 03 08 - C# Profiles and Validation FHIR C# Profiles and Validation Complex Extensions
Profiles and Validation in C# Part 04 08 - C# Profiles and Validation FHIR C# Profiles and Validation Slicing, Inherited Profiles, and Factories
Profiles and Validation in C# Part 05 08 - C# Profiles and Validation FHIR C# Profiles and Validation Starting with Fluent Validation
Profiles and Validation in C# Part 06 08 - C# Profiles and Validation FHIR C# Profiles and Validation Continuing with Fluent Validation
C# REST Endpoint - Part 01 Connectathon 28 C# REST Endpoint Listening for FHIR Subscription notifications in C#
C# REST Endpoint - Part 02 Connectathon 28 C# REST Endpoint Public URL Tunnling for Dev/Testing
FHIR Databases - Creating a WebAPI 11 - C# Database Exploration FHIR C# Databases Creating a FHIR WebAPI project

Databases

Video Readme Repo Description
Overview Databases - Overview of FHIR and Databases
FHIR Databases - Creating a WebAPI 11 - C# Database Exploration FHIR C# Databases Creating a FHIR WebAPI project

Tooling

Video Readme Repo Description
Local Test Server - Azure Test Servers - Setting up a local Azure FHIR server for testing
Local Test Server - HAPI Test Servers - Setting up a local HAPI FHIR server for testing
Local Test Server - IBM Test Servers - Setting up a local IBM FHIR server for testing
Local Test Server - Spark Test Servers - Setting up a local IBM FHIR server for testing

Connectathon 28

Video Readme Repo Description
Subscriptions Overview Connectathon 28 - State of Subscriptions in August 2021
Specification Walkthrough Connectathon 28 - Walkthrough of the IG and new Resources (August 2021)
Reference Implementation Tour Connectathon 28 Proxy Server - Client - UI Tour of the Reference Implementation (August 2021)
RI Updates Connectathon 28 Addition of the Patient+REST Endpoint Scenario
Manual Request Tour Connectathon 28 Subscriptions Test Scripts How to make manual Subscriptions requests (Sept 2021)
C# REST Endpoint - Part 01 Connectathon 28 C# REST Endpoint Listening for FHIR Subscription notifications in C#
C# REST Endpoint - Part 02 Connectathon 28 C# REST Endpoint Public URL Tunnling for Dev/Testing

All Videos

Video Readme Repo Description
Getting Started 01-Intro - Introductory video (What is FHIR?, Navigating the Spec)
FHIR via HTTP 02-FHIR-HTTP - How to interact with a FHIR server via HTTP and the RESTful API.
Getting SMART: Authorization Overview 03-Getting SMART - Overview of SMART Authorization / App Launch Framework.
C# Tutorial 01 Part 01 04-C# Project 01 Part 01 FHIR C# Tutorial 01 A basic .Net Core CLI application in C# to connect to an open FHIR server.
C# Tutorial 01 Part 02 05-C# Project 01 Part 02 FHIR C# Tutorial 01 Continuing C# intro with refactoring and additional operations.
SMART C# - Local Server Part 01 06-C# SMART (local server) FHIR C# SMART with Local Server Scope and Setup
SMART C# - Local Server Part 02 06-C# SMART (local server) FHIR C# SMART with Local Server Discovering SMART
SMART C# - Local Server Part 03 06-C# SMART (local server) FHIR C# SMART with Local Server Setting up a Local webserver
SMART C# - Local Server Part 04 06-C# SMART (local server) FHIR C# SMART with Local Server Completing a flow
SMART C# - Local Server Part 05 06-C# SMART (local server) FHIR C# SMART with Local Server Using a token
SMART C# - URI Scheme Part 01 07-C# SMART (URI scheme) FHIR C# SMART with URI Handler Setup and URI Registration (Windows)
SMART C# - URI Scheme Part 02 07-C# SMART (URI scheme) FHIR C# SMART with URI Handler Connecting our Handler
FHIR Profiles - An Introduction An overview of FHIR Profiles
Profiles and Validation in C# Part 01 08 - C# Profiles and Validation FHIR C# Profiles and Validation Getting started with Profiles in C#
Profiles and Validation in C# Part 02 08 - C# Profiles and Validation FHIR C# Profiles and Validation Making Profiles More Usable
Profiles and Validation in C# Part 03 08 - C# Profiles and Validation FHIR C# Profiles and Validation Complex Extensions
Profiles and Validation in C# Part 04 08 - C# Profiles and Validation FHIR C# Profiles and Validation Slicing, Inherited Profiles, and Factories
Profiles and Validation in C# Part 05 08 - C# Profiles and Validation FHIR C# Profiles and Validation Starting with Fluent Validation
Profiles and Validation in C# Part 06 08 - C# Profiles and Validation FHIR C# Profiles and Validation Continuing with Fluent Validation
- -
Local Test Server - Azure Test Servers - Setting up a local Azure FHIR server for testing
Local Test Server - HAPI Test Servers - Setting up a local HAPI FHIR server for testing
Local Test Server - IBM Test Servers - Setting up a local IBM FHIR server for testing
Local Test Server - Spark Test Servers - Setting up a local IBM FHIR server for testing
- -
Subscriptions Overview Connectathon 28 - State of Subscriptions in August 2021
Specification Walkthrough Connectathon 28 - Walkthrough of the IG and new Resources (August 2021)
Reference Implementation Tour Connectathon 28 Proxy Server - Client - UI Tour of the Reference Implementation (August 2021)
RI Updates Connectathon 28 Addition of the Patient+REST Endpoint Scenario
Manual Request Tour Connectathon 28 Subscriptions Test Scripts How to make manual Subscriptions requests (Sept 2021)
C# REST Endpoint - Part 01 Connectathon 28 C# REST Endpoint Listening for FHIR Subscription notifications in C#
C# REST Endpoint - Part 02 Connectathon 28 C# REST Endpoint Public URL Tunnling for Dev/Testing
- -
FHIR Search - An Introduction Search An overview of FHIR Search
FHIR Search - Types, Modifiers, and Prefixes Search Search data types and search modifiers and prefixes
FHIR Search - Result Parameters Search Search result parameters
FHIR Search - Chaining and Including Search Using links between resources as criteria and/or returning additional resources.
- -
Overview 11 - C# Database Exploration - Overview of FHIR and Databases
FHIR Databases - Creating a WebAPI 11 - C# Database Exploration FHIR C# Databases Creating a FHIR WebAPI project

fhirdevvideonotes's People

Contributors

ginocanessa avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.