Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Updated link to EXAMPLES.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Usage Examples for FhirProto
This repository contains examples of how to use the __FhirProto__ platform at [github.com/google/fhir](github.com/google/fhir). This repo contains a `generate-synthea.sh` 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.

The rest of this README contains instructions for setting up an environment for working with __FhirProto__. For instructions on running the examples, check out [EXAMPLES.md](github.com/google/fhir-examples/blob/master/EXAMPLES.md).
The rest of this README contains instructions for setting up an environment for working with __FhirProto__. For instructions on running the examples, check out [EXAMPLES.md](EXAMPLES.md).

For a more comprehensive explanation of the platform, see the [**User Guide**](https://github.com/google/fhir/blob/master/USERGUIDE.md) at the main repo
## Setting Up Bazel
Expand Down Expand Up @@ -56,4 +56,4 @@ curl https://raw.githubusercontent.com/google/fhir/v0.5.0/bazel/generate_protos_
Finally, some examples show how to use [Analytic SQL-on-FHIR](https://github.com/FHIR/sql-on-fhir/blob/master/sql-on-fhir.md) with [BigQuery](https://cloud.google.com/bigquery/), which is free to set up and provides a [sandbox](https://cloud.google.com/bigquery/docs/sandbox) environment with pretty good quotas. There are some examples in [shell directory](https://github.com/google/fhir-examples/tree/master/shell) that show how to upload data to BigQuery using th [bq command line tool](https://cloud.google.com/bigquery/docs/bq-command-line-tool). Once it's there, you can either query it from the [Cloud Console](https://console.cloud.google.com/bigquery), or use the `bq` tool as is done in [run_queries.sh](https://github.com/google/fhir-examples/blob/master/shell/).

## Trademark
FHIR® is the registered trademark of HL7 and is used with the permission of HL7. Use of the FHIR trademark does not constitute endorsement of this product by HL7.
FHIR® is the registered trademark of HL7 and is used with the permission of HL7. Use of the FHIR trademark does not constitute endorsement of this product by HL7.