Skip to content

Commit

Permalink
simple fhir example link
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenrich committed Mar 24, 2021
1 parent 465513a commit 5f9e100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/working_with_fhir/working_with_fhir.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5f9e100

Please sign in to comment.