From 5f9e100a1413575e3f255c94a68c1b2f3600a8d1 Mon Sep 17 00:00:00 2001 From: Richard Stanley <2528387+citizenrich@users.noreply.github.com> Date: Wed, 24 Mar 2021 09:16:48 -0400 Subject: [PATCH] simple fhir example link --- docs/working_with_fhir/working_with_fhir.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/working_with_fhir/working_with_fhir.md b/docs/working_with_fhir/working_with_fhir.md index c0d1f88ed..2c2c5da68 100644 --- a/docs/working_with_fhir/working_with_fhir.md +++ b/docs/working_with_fhir/working_with_fhir.md @@ -7,7 +7,7 @@ FHIR describes both a REST API based on common requests/queries and more than 13 ## Simple FHIR example -As a simple introduction, consider the following snippet. Here are the key takeaways: +As a simple introduction, consider the following snippet from [here](https://www.hl7.org/fhir/location-examples-general.json.html). Here are the key takeaways: * Its `resourceType` is bundle, meaning it can contain multiple resources, and of different types. This bundle is of type collection, meaning it just for reference. * It has two entries, meaning individual resources, both of `resourceType` is location.