From 63f2944440a37db1cbdf29c8617f97b900fb3cac Mon Sep 17 00:00:00 2001 From: Carlton Duffett Date: Wed, 8 Feb 2017 22:38:15 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b4fb224..412857e3 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Intervention Engine FHIR Server [![Build Status](https://travis-ci.org/intervent This project provides [HL7 FHIR DSTU2](http://hl7.org/fhir/DSTU2/index.html) models and server components implemented in Go and using MongoDB as storage. Other versions of FHIR are also supported on other branches within this repository: -* [stu3_jan2017](https://github.com/intervention-engine/fhir/tree/stu3_jan2017) - FHIR 1.8 (San Antonio) -* [stu3_aug2016](https://github.com/intervention-engine/fhir/tree/stu3_aug2016) - FHIR 1.6 (Baltimore) -* [stu3_mar2016](https://github.com/intervention-engine/fhir/tree/stu3_mar2016) - FHIR 1.4 (Montreal) +* [`stu3_jan2017`](https://github.com/intervention-engine/fhir/tree/stu3_jan2017) - FHIR 1.8 (San Antonio) +* [`stu3_aug2016`](https://github.com/intervention-engine/fhir/tree/stu3_aug2016) - FHIR 1.6 (Baltimore) +* [`stu3_mar2016`](https://github.com/intervention-engine/fhir/tree/stu3_mar2016) - FHIR 1.4 (Montreal) This is a library that can be embedded into other server applications. The library is not a complete implementation of FHIR, as features that are selected are driven by the [Intervention Engine](https://github.com/intervention-engine/ie), [eCQM Engine](https://github.com/mitre/ecqm), [Patient Matching Test Harness](https://github.com/mitre/ptmatch)