This repository was archived by the owner on Jun 6, 2019. It is now read-only.

Description
We should really have some basic unit tests that we can use to validate:
- Connection to the Mongo Database
- Connection to the Postgres Database
- FHIR Resources are processed (unmarshalled, uploaded to Mongo) correctly
- Postgres statistics are updated correctly
The Mongo and Postgres databases could be mocked so the tests don't actually require either of those to be stood up. I would feel a lot better about this utility if we had at least some basic tests to validate its use.