How to use randomCode Functions with Flexporter #1424
-
I want to use ValuesetURL to load code, system and display into Flexporter fields using the provided randomCode function. When I try to use this I get Error or NullPointerException. Can anyone help me to fix this issue. |
Beta Was this translation helpful? Give feedback.
Answered by
dehall
Mar 12, 2024
Replies: 1 comment 2 replies
-
Can you share the mapping file that you're using? I can take a look and see where it's going wrong. The flexporter is still very experimental so it's possible the feature may need to be improved |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ah ok thanks, that all looks like it should work but as I debug this I see some ways we need to improve our documentation and could potentially make some things simpler.
The short version is, you will need to make sure the
generate.terminology_service_url
setting is set, either by uncommenting it insrc/main/resources/synthea.properties
or by providing the argument on the command line--generate.terminology_service_url "https://r4.ontoserver.csiro.au/fhir"
, and then use the following mapping: