Andy Gregorowicz

Results 12 issues of Andy Gregorowicz

When converting timestamps into LocalDates, the code was using the local system timezone, when it should be using UTC. This was an issue for some fixed records with a birthdate...

Adds a `specialty` property on the `Encounter` state in GMF. This will require the encounter to happen at a Provider that offers that specialty. The preferred provider infrastructure has been...

This PR bumps dependencies to eliminate some transitive dependencies on libraries with known vulnerabilities. It also eliminates the dependency on the Spring Framework (!) which was being used solely for...

### Requested Feature Height and weight simulation under age 20 in Synthea is dependent on the CDC growth charts. To perform the simulation, steps often depend on converting an actual...

### Requested Feature Synthea currently allows users to specify a reference time, using the `-r` argument. This argument currently takes a date in YYYYMMDD format. If this argument is being...

### What happened? The EncounterModule in Synthea has code that, based on a person's symptoms, will potentially trigger an emergency visits (ER, urgent care or PCP, depending on symptom severity)....

bug

### What happened? Clinical notes generated for encounters can contain information that happens later in the simulation. An example of this is a clinical note generated for a well child...

bug

### Requested Feature Synthea should add features to remove data from output and supply a [data-absent-reason](http://hl7.org/fhir/extensions/StructureDefinition-data-absent-reason.html). Potential use cases: * Creating faux anonymized data sets by omitting things like first...

Steps to reproduce: 1. Create a new module 2. Create a new DiagnosticReport state 3. Add two observations 4. Remove the first observation 5. Look at the GMF JSON You...

See synthetichealth/synthea#1047 for details.