Skip to content

How do you generate FHIR4 patient records with ICD-10 diagnosis codes instead of SNOMED codes? #1533

Answered by hadleynet
telljmc asked this question in Q&A
Discussion options

You must be logged in to vote

What you are looking to do should work with the latest master branch code (since this PR was merged: #1521). A couple of things to check:

  1. In synthea.properties uncomment the line exporter.code_map.icd10-cm=export/anti_amyloid_code_map.json and change the mapping file name to whatever you are using.
  2. Make sure the mapping file is in src/main/resources/export - the export path in the synthea.properties file is relative to src/main/resources

You can find a couple of sample code mapping files in src/test/resources/export.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@telljmc
Comment options

Answer selected by telljmc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants