google / fhir-data-pipes

A collection of tools for extracting FHIR resources and analytics services on top of that data.
https://google.github.io/fhir-data-pipes/
Apache License 2.0
151 stars 84 forks source link

adds uuid to the list of primitive types #937

Closed bashir2 closed 8 months ago

bashir2 commented 8 months ago

Description of what I changed

Fixes #912 The error was that uuid was properly added in TYPE_TO_CONVERT map but missing from list of PRIMITIVE_TYPES. This PR also adds a unit-test to prevent similar discrepancies in the future.

E2E test

TESTED:

Relied on the added unit tests and e2e tests.

Checklist: I completed these to help reviewers :)