We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b572415 commit 38b3969Copy full SHA for 38b3969
src/lib/resource-templates/AdvanceDirective.svelte
@@ -33,6 +33,11 @@ Text:
33
{resource.description}
34
{/if}
35
<br />
36
+<b>Author:</b>
37
+{#if resource.author && resource.author[0] && resource.author[0].display}
38
+ {resource.author[0].display}
39
+{/if}
40
+<br />
41
<b>setId:</b>
42
{#if resource.identifier && resource.identifier[0] && resource.identifier[0].system && resource.identifier[0].system == 'https://mydirectives.com/standards/terminology/namingSystem/setId'}
43
{resource.identifier[0].value}
0 commit comments