# FHIR **Repository Path**: zhaoyingwei_java/FHIR ## Basic Information - **Project Name**: FHIR - **Description**: FHIR —— 谷歌开源的 FHIR 标准的协议缓冲区工具,基于快速医疗保健互操作性资源(FHIR)格式的患者 EHR 原始记录,然后可利用机器学习预测医疗事件 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2019-03-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://bazel.build/), 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](./examples/): * [Querying with BigQuery](./examples/bigquery/README.md) * [Converting FHIR json to proto](./java/src/main/java/com/google/fhir/examples/JsonToProtoMain.java) This is still an early version and subject to change. For some background, please see our [blog post](https://research.googleblog.com/2018/03/making-healthcare-data-work-better-with.html). Support for C++, Go, and Python is coming soon. You can post questions and feedback in this [web forum](https://groups.google.com/forum/#!forum/fhir-protobuf).