We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be02e34 commit 30f3086Copy full SHA for 30f3086
src/lib/resource-templates/AdvanceDirective.svelte
@@ -33,6 +33,11 @@ Description:
33
{resource.description}
34
{/if}
35
<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 />
41
Date:
42
{#if resource.date}
43
{resource.date}
0 commit comments