Skip to content

Commit

Permalink
Fix bug in template.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaseastewart committed Jan 20, 2024
1 parent 6692dcc commit 8d8246e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% include 'Reference/Encounter/Subject' ID: encounterId, REF: fullPatientId -%}

{% if entry.encounter.performer.assignedEntity -%}
{% assign practitionerId = entry.encounter.performer.assignedEntity | to_json_string | generate_uuid -%}
{% evaluate practitionerId using 'Utils/GenerateId' obj: entry.encounter.performer.assignedEntity -%}
{% include 'Resource/Practitioner' practitioner: entry.encounter.performer.assignedEntity, ID: practitionerId -%}
{% assign fullPractitionerId = practitionerId | prepend: 'Practitioner/' -%}
{% include 'Reference/Encounter/Participant_Individual' ID: encounterId, REF: fullPractitionerId -%}
Expand Down

0 comments on commit 8d8246e

Please sign in to comment.