Skip to content

Commit 9e141b1

Browse files
author
James Fuqian
authored
Merge pull request #41 from CMSgov/jfuqian/BB2-1891-Fix-Node-SDK-readme-supported-FHIR-ver-STU2-to-STU3
[BB2-1891] Fix Node SDK README.md: Change Supported FHIR versions. STU2 to STU3
2 parents 59869b8 + 6835025 commit 9e141b1

14 files changed

Lines changed: 607 additions & 348 deletions

docs/assets/highlight.css

Lines changed: 27 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
:root {
22
--light-hl-0: #000000;
33
--dark-hl-0: #d4d4d4;
4-
--light-hl-1: #a31515;
5-
--dark-hl-1: #ce9178;
6-
--light-hl-2: #001080;
7-
--dark-hl-2: #9cdcfe;
8-
--light-hl-3: #098658;
9-
--dark-hl-3: #b5cea8;
10-
--light-hl-4: #af00db;
11-
--dark-hl-4: #c586c0;
12-
--light-hl-5: #0000ff;
13-
--dark-hl-5: #569cd6;
14-
--light-hl-6: #0070c1;
15-
--dark-hl-6: #4fc1ff;
16-
--light-hl-7: #795e26;
17-
--dark-hl-7: #dcdcaa;
18-
--light-hl-8: #008000;
19-
--dark-hl-8: #6a9955;
20-
--light-hl-9: #267f99;
21-
--dark-hl-9: #4ec9b0;
4+
--light-hl-1: #0000ff;
5+
--dark-hl-1: #569cd6;
6+
--light-hl-2: #0070c1;
7+
--dark-hl-2: #4fc1ff;
8+
--light-hl-3: #795e26;
9+
--dark-hl-3: #dcdcaa;
10+
--light-hl-4: #a31515;
11+
--dark-hl-4: #ce9178;
12+
--light-hl-5: #001080;
13+
--dark-hl-5: #9cdcfe;
14+
--light-hl-6: #098658;
15+
--dark-hl-6: #b5cea8;
16+
--light-hl-7: #0451a5;
17+
--dark-hl-7: #9cdcfe;
18+
--light-hl-8: #af00db;
19+
--dark-hl-8: #c586c0;
20+
--light-hl-9: #008000;
21+
--dark-hl-9: #6a9955;
22+
--light-hl-10: #267f99;
23+
--dark-hl-10: #4ec9b0;
2224
--light-code-background: #f5f5f5;
2325
--dark-code-background: #1e1e1e;
2426
}
@@ -35,6 +37,7 @@
3537
--hl-7: var(--light-hl-7);
3638
--hl-8: var(--light-hl-8);
3739
--hl-9: var(--light-hl-9);
40+
--hl-10: var(--light-hl-10);
3841
--code-background: var(--light-code-background);
3942
}
4043
}
@@ -51,6 +54,7 @@
5154
--hl-7: var(--dark-hl-7);
5255
--hl-8: var(--dark-hl-8);
5356
--hl-9: var(--dark-hl-9);
57+
--hl-10: var(--dark-hl-10);
5458
--code-background: var(--dark-code-background);
5559
}
5660
}
@@ -66,6 +70,7 @@ body.light {
6670
--hl-7: var(--light-hl-7);
6771
--hl-8: var(--light-hl-8);
6872
--hl-9: var(--light-hl-9);
73+
--hl-10: var(--light-hl-10);
6974
--code-background: var(--light-code-background);
7075
}
7176

@@ -80,6 +85,7 @@ body.dark {
8085
--hl-7: var(--dark-hl-7);
8186
--hl-8: var(--dark-hl-8);
8287
--hl-9: var(--dark-hl-9);
88+
--hl-10: var(--dark-hl-10);
8389
--code-background: var(--dark-code-background);
8490
}
8591

@@ -113,6 +119,9 @@ body.dark {
113119
.hl-9 {
114120
color: var(--hl-9);
115121
}
122+
.hl-10 {
123+
color: var(--hl-10);
124+
}
116125
pre,
117126
code {
118127
background: var(--code-background);

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/entities_AuthorizationToken.AuthorizationToken.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ <h3 class="tsd-anchor-link">
243243
<li>
244244
Defined in
245245
<a
246-
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/f6d9cd1/src/entities/AuthorizationToken.ts#L32"
246+
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/140702d/src/entities/AuthorizationToken.ts#L32"
247247
>entities/AuthorizationToken.ts:32</a
248248
>
249249
</li>
@@ -315,7 +315,7 @@ <h3 class="tsd-anchor-link">
315315
<li>
316316
Defined in
317317
<a
318-
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/f6d9cd1/src/entities/AuthorizationToken.ts#L24"
318+
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/140702d/src/entities/AuthorizationToken.ts#L24"
319319
>entities/AuthorizationToken.ts:24</a
320320
>
321321
</li>
@@ -359,7 +359,7 @@ <h3 class="tsd-anchor-link">
359359
<li>
360360
Defined in
361361
<a
362-
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/f6d9cd1/src/entities/AuthorizationToken.ts#L26"
362+
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/140702d/src/entities/AuthorizationToken.ts#L26"
363363
>entities/AuthorizationToken.ts:26</a
364364
>
365365
</li>
@@ -403,7 +403,7 @@ <h3 class="tsd-anchor-link">
403403
<li>
404404
Defined in
405405
<a
406-
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/f6d9cd1/src/entities/AuthorizationToken.ts#L25"
406+
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/140702d/src/entities/AuthorizationToken.ts#L25"
407407
>entities/AuthorizationToken.ts:25</a
408408
>
409409
</li>
@@ -447,7 +447,7 @@ <h3 class="tsd-anchor-link">
447447
<li>
448448
Defined in
449449
<a
450-
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/f6d9cd1/src/entities/AuthorizationToken.ts#L30"
450+
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/140702d/src/entities/AuthorizationToken.ts#L30"
451451
>entities/AuthorizationToken.ts:30</a
452452
>
453453
</li>
@@ -491,7 +491,7 @@ <h3 class="tsd-anchor-link">
491491
<li>
492492
Defined in
493493
<a
494-
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/f6d9cd1/src/entities/AuthorizationToken.ts#L29"
494+
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/140702d/src/entities/AuthorizationToken.ts#L29"
495495
>entities/AuthorizationToken.ts:29</a
496496
>
497497
</li>
@@ -536,7 +536,7 @@ <h3 class="tsd-anchor-link">
536536
<li>
537537
Defined in
538538
<a
539-
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/f6d9cd1/src/entities/AuthorizationToken.ts#L28"
539+
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/140702d/src/entities/AuthorizationToken.ts#L28"
540540
>entities/AuthorizationToken.ts:28</a
541541
>
542542
</li>
@@ -580,7 +580,7 @@ <h3 class="tsd-anchor-link">
580580
<li>
581581
Defined in
582582
<a
583-
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/f6d9cd1/src/entities/AuthorizationToken.ts#L27"
583+
href="https://github.com/CMSgov/cms-bb2-node-sdk/blob/140702d/src/entities/AuthorizationToken.ts#L27"
584584
>entities/AuthorizationToken.ts:27</a
585585
>
586586
</li>

0 commit comments

Comments
 (0)