-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters