Skip to content

Example client for connecting to a FHIR REST API and generating a timeline

License

Notifications You must be signed in to change notification settings

nagyistoce/PatientTimelineFhir

 
 

Repository files navigation

Patient Timeline using FHIR

Example client for connecting to a FHIR REST API that creates a timeline of patient interaction.

The sample code provides a basic MVC UI that allows you to:

  • Enter a patient's given and family name
  • Retrieve the patient's timeline

Th timeline is made up of Encounter and Alert Resources from this Test API.

This uses the Hl7.Fhir NuGet package provided by Ewout Kramer (See here for a good introduction to using FHIR)

Dependencies

  • ASP.NET C# MVC 4.5
  • NuGet
    • Hl7.Fhir
    • Newtonsoft.Json
    • MVC 4.5 standard dependencies

About

Example client for connecting to a FHIR REST API and generating a timeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 92.2%
  • CSS 5.2%
  • JavaScript 2.2%
  • Classic ASP 0.4%