-
Notifications
You must be signed in to change notification settings - Fork 103
Encounter participant missing #154
Encounter participant missing #154
Conversation
blue-button#131: document 'title' can be helpful while dealing with multiple files
fixed tests
work: performer_phone | ||
}, | ||
address: performer_addr | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@anmolagar You're parsing data from encompassingEncounter/encounterParticipant
but you're not actually using any of those parsed fields – this just outputs the data that's coming out of documentationOf/performer
and is currently output in documentation_of
.
It looks like very few of the samples are using the encounterParticipant
field. Are you running into samples where this is important data?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, encounterParticipant
is important data in our use case.
3d01927
to
afca54f
Compare
@sankarravi |
@sankarravi |
@anmolagar There is only one NIST file used for the tests. The test you are failing is the |
afca54f
to
5dd8262
Compare
5dd8262
to
ff4719b
Compare
@sankarravi, even after adding code to ccda_template.ejs, i am getting test failure. |
@sankarravi |
@sankarravi Please consider merging this pull request against issue no #153