Is US Core 6.1.0 supported? #1460
jasonhalljax
started this conversation in
General
Replies: 1 comment
-
Support for 6.1.0 was only just recently added a couple weeks ago. Can you confirm you have the latest version of Synthea? You may need to do a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There seems to be a conflict on whether US Core 6.1.0 is supported currently. This page:
https://github.com/synthetichealth/synthea/wiki/HL7-FHIR
specifically says that 6.1.0 is supported, but runs specifying this version are returning errors (below). Is 6.1.0 supported?
java.lang.NullPointerException: Cannot invoke "com.google.common.collect.Table.get(Object, Object)" because "org.mitre.synthea.export.FhirR4.US_CORE_MAPPING" is null at org.mitre.synthea.export.FhirR4.observation(FhirR4.java:1873) at org.mitre.synthea.export.FhirR4.convertToFHIR(FhirR4.java:432) at org.mitre.synthea.export.Exporter.exportRecord(Exporter.java:279) at org.mitre.synthea.export.Exporter.export(Exporter.java:208) at org.mitre.synthea.engine.Generator.generatePerson(Generator.java:531) at org.mitre.synthea.engine.Generator.lambda$run$3(Generator.java:377) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) at java.base/java.lang.Thread.run(Thread.java:842)
Beta Was this translation helpful? Give feedback.
All reactions