Skip to content

Latest commit

 

History

History
67 lines (54 loc) · 2.76 KB

README.md

File metadata and controls

67 lines (54 loc) · 2.76 KB

SMART with C#

This session begins the exploration of using SMART FHIR servers from C#.

Video Links

Notes

  • Part 1: Setup
    • Project goals
      • Access a SMART FHIR Server
      • Use a local web server for redirection
    • Create repo
    • Install NuGet Packages
  • Part 2: Discovering SMART
    • Via FHIR metadata
    • Via .well-known
  • Part 3: Setting up a webserver
    • Basic setup
    • Determining port
    • Running in the background
  • Part 4: Completing a flow
    • Launch authorization
    • Receive code
    • Exchange code for Token
  • Part 5: Using a Token
    • Parsing the SMART return
    • Using a Token with a FHIRClient

Tools

FHIR Links

Other Links

NuGet Packages