Skip to content

Commit 30f3086

Browse files
committed
Adds DocumentReference.setId to display, since that's our unique AD ID.
1 parent be02e34 commit 30f3086

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lib/resource-templates/AdvanceDirective.svelte

+5
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ Description:
3333
{resource.description}
3434
{/if}
3535
<br />
36+
setId:
37+
{#if resource.identifier && resource.identifier[0] && resource.identifier[0].system && resource.identifier[0].system == 'https://mydirectives.com/standards/terminology/namingSystem/setId'}
38+
{resource.identifier[0].value}
39+
{/if}
40+
<br />
3641
Date:
3742
{#if resource.date}
3843
{resource.date}

0 commit comments

Comments
 (0)