diff --git a/go/google/fhir_examples/parse/parse_patients.go b/go/google/fhir_examples/parse/parse_patients.go index ac7f54b..40cd121 100644 --- a/go/google/fhir_examples/parse/parse_patients.go +++ b/go/google/fhir_examples/parse/parse_patients.go @@ -73,7 +73,7 @@ func main() { fmt.Printf("%s %s was born on %d", firstName, familyName, birthDate) // Uncomment to see the first record converted back to FHIR JSON form. - // m, err := jsonformat.NewPrettyMarshaller(jsonformat.R4) + // m, err := jsonformat.NewPrettyMarshaller(fhirversion.R4) // if err != nil { // log.Fatalf("Failed to create marshaller %v", err) // }