Skip to content

Tags: google/fhir

Tags

go/protopath/v0.7.4

Factor out protopath as its own Go module.

A following change will pin the `fhir/go` module to a specific version of `fhir/go/protopath` as soon as this change is submitted and we are able to create a GitHub tag. The replace directive will then be removed in go/go.mod.

PiperOrigin-RevId: 628467321

v0.7.4

Generate Proto messages in stable, alphabetical ordering by message n…

…ame.

For new profiles whose names don't name match existing resources, this can result in a change in ordering of resources in ContainedResources when generating protos.

PiperOrigin-RevId: 466443054

go/v0.7.4

Generate Proto messages in stable, alphabetical ordering by message n…

…ame.

For new profiles whose names don't name match existing resources, this can result in a change in ordering of resources in ContainedResources when generating protos.

PiperOrigin-RevId: 466443054

v0.7.3

Update ValidationOutcome.subject to be optional.

This is because we may need to validate FHIR resources that do not have an ID set. In this case, we can't set ValidationOutcome.subject to something meaningful, but still would like to produce a ValidationOutcome (e.g. from APIs like Validate() [1]).

In batch settings, producing ValidationOutcomes that can't point to a resource may be meaningless--but for other uses of the Validate API this isn't the case so having this as optional will still be useful.

PiperOrigin-RevId: 394257563

v0.7.2

Fixes bug in C++ parser where empty contained resources would print w…

…ith incorrect trailing comma. See #25

PiperOrigin-RevId: 380668911

v0.7.1

Bump `setup.py` to 0.7.1.

PiperOrigin-RevId: 373806516

v0.7.0

Bumps google-fhir distribtuion to 0.7.0.

PiperOrigin-RevId: 345333201

v0.6.3

Add .sh script and Dockerfile for building and testing distribution a…

…rtifacts.

Distribution artifacts can be built locally on Linux host systems or otherwise can be built using Docker (the latter is encouraged for a more hermetically-sealed environment).

PiperOrigin-RevId: 343316668

v0.6.2

Ensure PEP0561 compliance for proto stubs.

PiperOrigin-RevId: 339362317

v0.6.1

Bump version to 0.6.1 to incorporate Python performance fix.

PiperOrigin-RevId: 335691368