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

Commit

Permalink
Adds FHIR STU3/R4 Python parsing/printing/validating.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 335512870
  • Loading branch information
Cam2337 authored and nickgeorge committed Oct 5, 2020
1 parent db8d414 commit 5962f5b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@ workspace(name = "com_google_fhir_examples")
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "com_google_fhir",
sha256 = "79c860b95bccc577997718ddd8ac2bf9a72475e2f1d9cf5dac86004a7e22a3ce",
strip_prefix = "fhir-f042f19de529ff42cc15a06f2cfcade502144037",
sha256 = "def823d697511f4f02dcba368fa99282588cd96b2d765657db8242301d0688df",
strip_prefix = "fhir-d7b450f1179f7b3fb6edec91511004dbc196f394",
urls = [
"https://github.com/google/fhir/archive/f042f19de529ff42cc15a06f2cfcade502144037.zip",
"https://github.com/google/fhir/archive/d7b450f1179f7b3fb6edec91511004dbc196f394.zip",
],
)

load("@com_google_fhir//bazel:dependencies.bzl", "fhirproto_dependencies")
fhirproto_dependencies()

load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()

load("@com_google_fhir//bazel:workspace.bzl", "fhirproto_workspace")
fhirproto_workspace()

Expand Down

0 comments on commit 5962f5b

Please sign in to comment.