microsoft / FHIR-Converter

Conversion utility to translate legacy data formats into FHIR
MIT License
396 stars 172 forks source link

Only Patient resource is in bundle V2 converter #57

Closed camila8 closed 4 years ago

camila8 commented 4 years ago

Describe the bug I think PID fix broke the other resources. I only see the Patient resource in the FHIR bundle. I no longer see the encounter and procedure ones and others.

To Reproduce Steps to reproduce the behavior:

  1. Go to FHIR Converter
  2. Load A01.hbs template and any ADT message
  3. Scroll down to FHIR bundle
  4. See only patient resource

Expected behavior I expect to see many other FHIR resources in the bundle

Screenshots image

camila8 commented 4 years ago

If you move line 7 to line 12 it temp fixes it. image

image

ranvijaykumar commented 4 years ago

I am unable to repro the issue. Please compare your templates with the version in github to ensure those are not inadvertently changed.

camila8 commented 4 years ago

there was an extra }, at the end of my patient.hbs