From 2c6b080b5ee416dbe54c897baf8b5482c9b6d624 Mon Sep 17 00:00:00 2001 From: Dan Lazewatsky Date: Wed, 29 Jun 2022 11:43:21 -0400 Subject: [PATCH] Fix fhir-examples link fhir-example -> fhir-examples in link --- USERGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USERGUIDE.md b/USERGUIDE.md index 9be823f..85d9f81 100644 --- a/USERGUIDE.md +++ b/USERGUIDE.md @@ -7,7 +7,7 @@ FhirProto is Google’s implementation of the [FHIR Standard](http://hl7.org/fhi # Using this Guide -This guide describes how to use the FhirProto github repository at [https://github.com/google/fhir/](https://github.com/google/fhir/). However, unless you want to actively tweak the implementation of FhirProto, you don’t need to clone this repository, and instead should include it as an external dependency. To demonstrate how this works, this guide makes use of a separate repository, [https://github.com/google/fhir-example](https://github.com/google/fhir-example). This repo contains a script for using [Synthea](https://github.com/synthetichealth/synthea) to create a synthetic FHIR JSON dataset, and then shows some examples of parsing, printing, validating, profiling and querying. Some of these examples are left intentionally incomplete, to leave exercises to go along with this guide. +This guide describes how to use the FhirProto github repository at [https://github.com/google/fhir/](https://github.com/google/fhir/). However, unless you want to actively tweak the implementation of FhirProto, you don’t need to clone this repository, and instead should include it as an external dependency. To demonstrate how this works, this guide makes use of a separate repository, [https://github.com/google/fhir-examples](https://github.com/google/fhir-example). This repo contains a script for using [Synthea](https://github.com/synthetichealth/synthea) to create a synthetic FHIR JSON dataset, and then shows some examples of parsing, printing, validating, profiling and querying. Some of these examples are left intentionally incomplete, to leave exercises to go along with this guide. This guide represents a reference with in-depth descriptions of different concepts, but if you just want to jump in and try working with FHIR, head over to the [Examples](https://github.com/google/fhir-examples/blob/master/EXAMPLES.md) document.