Skip to content

Instantly share code, notes, and snippets.

@magic-lantern
Last active November 6, 2018 17:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magic-lantern/b0bb81ee6e747581eecadc5f00897a2e to your computer and use it in GitHub Desktop.
Save magic-lantern/b0bb81ee6e747581eecadc5f00897a2e to your computer and use it in GitHub Desktop.
FHIR Introduction

Introduction

Fast Healthcare Interoperability Resources (http://hl7.org/fhir) - FHIR – is a standards framework created by Health Level 7 (HL7). FHIR combines the features of HL7's previous health data interchange standards including HL7 v2 , HL7 v3 and CDA. FHIR improves on previous standards by using more modern web standards for data exchange, supports many programming languages, and promostes human readability.

Documentation

Start by reading through this first: "FHIR Drills" https://fhir-drills.github.io/index.html

Client Libraries

Test Server

Base URL, web UI: http://fhiricu.ucdenver.pvt:8080/tester/

Base URL, FHIR API: http://fhiricu.ucdenver.pvt:8080/fhir/

Note: The GT-FHIR implementation URLs are case sensistive!

Example URLs

Get Patient with ID of 1: http://fhiricu.ucdenver.pvt:8080/fhir/Patient/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment