File tree 1 file changed +9
-9
lines changed
src/lib/resource-templates
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ Text:
14
14
<br />
15
15
-->
16
16
17
- Category:
17
+ < b > Category:</ b >
18
18
{#if resource .category && resource .category [0 ] && resource .category [0 ].coding && resource .category [0 ].coding [0 ]}
19
19
{resource .category [0 ].coding [0 ].display } (LOINC {resource .category [0 ].coding [0 ].code })
20
20
{/if }
21
21
<br />
22
- Type:
22
+ < b > Type:</ b >
23
23
<!-- 42348-3 is for "Advance Directive"; per cthon, it's presence here is redundant w/ category above. -->
24
24
{#if resource .type && resource .type .coding && resource .type .coding [0 ] && resource .type .coding [0 ].code != ' 42348-3' }
25
25
{resource .type .coding [0 ].display } (LOINC {resource .type .coding [0 ].code })
@@ -28,32 +28,32 @@ Type:
28
28
{resource .type .coding [1 ].display } (LOINC {resource .type .coding [1 ].code }).
29
29
{/if }
30
30
<br />
31
- Description:
31
+ < b > Description:</ b >
32
32
{#if resource .description }
33
33
{resource .description }
34
34
{/if }
35
35
<br />
36
- setId:
36
+ < b > setId:</ b >
37
37
{#if resource .identifier && resource .identifier [0 ] && resource .identifier [0 ].system && resource .identifier [0 ].system == ' https://mydirectives.com/standards/terminology/namingSystem/setId' }
38
38
{resource .identifier [0 ].value }
39
39
{/if }
40
40
<br />
41
- Version number:
41
+ < b > Version number:</ b >
42
42
{#if resource .extension && resource .extension [0 ] && resource .extension [0 ].url && resource .extension [0 ].url == ' http://hl7.org/fhir/us/ccda/StructureDefinition/VersionNumber' }
43
43
{resource .extension [0 ].valueInteger }
44
44
{/if }
45
45
<br />
46
- Date:
46
+ < b > Date:</ b >
47
47
{#if resource .date }
48
48
{resource .date }
49
49
{/if }
50
50
<br />
51
- Status:
51
+ < b > Status:</ b >
52
52
{#if resource .status }
53
53
{resource .status }
54
54
{/if }
55
55
<br />
56
- docStatus:
56
+ < b > docStatus:</ b >
57
57
{#if resource .docStatus }
58
58
{resource .docStatus }
59
59
{/if }
@@ -65,7 +65,7 @@ docStatus:
65
65
{#if resource .content }
66
66
{#each resource .content as content }
67
67
{#if content .attachment && content .attachment .data }
68
- PDF present: <a href ={" data:application/pdf;base64," + content .attachment .data } target =" _blank" rel =" noopener noreferrer" >View</a >
68
+ < b > PDF present:</ b > <a href ={" data:application/pdf;base64," + content .attachment .data } target =" _blank" rel =" noopener noreferrer" >View</a >
69
69
{/if }
70
70
{/each }
71
71
{/if }
You can’t perform that action at this time.
0 commit comments