Tags: google/fhir
Tags
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
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
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
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
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
PreviousNext