SAUMILDHANKAR / fhir

FHIR Protocol Buffers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FHIR protocol buffers

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

To build this repository, install bazel, and necessary dependencies (we recommend you to run this from an virtual env):

$ pip install -r bazel/requirements.txt

Then run:

$ bazel test //...

For some ideas of how to use this code, see the examples:

This is still an early version and subject to change. For some background, please see our blog post. Support for C++, Go, and Python is coming soon. You can post questions and feedback in this web forum.

About

FHIR Protocol Buffers

License:Apache License 2.0


Languages

Language:C++ 43.6%Language:Java 39.5%Language:Python 16.6%Language:Shell 0.3%