Skip to content

Commit

Permalink
Minor README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sundberg committed Mar 2, 2018
1 parent 1e5a098 commit 1fd2d1a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# FHIR protocol buffers

This repository contains a google implementation of protocol buffers for
FHIR.
This repository contains a Google implementation of protocol buffers for
FHIR. This is not an officially supported Google product.

This is not an officially supported Google product.
To build this repository, install [bazel](https://bazel.build/), and then run

```
$ bazel test //...
```

For some ideas of how to use this code, see the [examples](./examples/):

* [querying with BigQuery](./examples/bigquery/README.md)
* [Converting FHIR json to proto](./java/src/main/java/com/google/fhir/examples/FhirToProtoMain.java)

This is still an early version, subject to change. For some background, please
see our blog post. Support for c++, go, and python is coming soon.
2 changes: 1 addition & 1 deletion examples/bigquery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To run:

```
./01-get-synthea.sh
./02-parse-into-protobuf
./02-parse-into-protobuf.sh
./03-upload-to-bq.sh
./04-run-queries.sh
```

0 comments on commit 1fd2d1a

Please sign in to comment.