The build path of ```bazel build cc:ParsePatients``` should be updated as ```bazel build //cc/google/fhir_examples:ParsePatients``` in the `README.md`. The thing is similar for `bazel-bin/ParsePatients $WORKSPACE` which I found eventually working as: ``` bazel-bin/cc/google/fhir_examples/ParsePatients.runfiles/com_google_fhir_examples/cc/google/fhir_examples/ParsePatients $WORKSPACE ```
The build path of
bazel build cc:ParsePatientsshould be updated asbazel build //cc/google/fhir_examples:ParsePatientsin theREADME.md.The thing is similar for
bazel-bin/ParsePatients $WORKSPACEwhich I found eventually working as: