WorldVistA / VistA-FHIR-Data-Loader

MUMPS/UI components for creating synthetic patient data from Synthea and loading the generated FHIR patient data to VistA EHR
Apache License 2.0
6 stars 7 forks source link

new reasonCode syntax is not recognized in encounters #37

Closed glilly closed 5 years ago

glilly commented 5 years ago

The latest version of Synthea uses "reasonCode" instead of "reason" to relate an encounter diagnosis. Probably a new feature of fhir4. SYNFENC only recognizes "reason" for this purpose, and so encounter diagnosis is not being recognized for some patients.

glilly commented 5 years ago

Added code to SYNFENC to recognize the new reasonCode syntax. Committed the change to the dev branch.