|
1 | 1 | <script lang="ts">
|
2 |
| - import { goto } from '$app/navigation'; |
3 |
| - import type { SHLAdminParams, SHLClient } from '$lib/managementClient'; |
4 |
| - import { getContext } from 'svelte'; |
5 |
| - import type { Writable } from 'svelte/store'; |
6 |
| - import HealthLinkOverview from '$lib/HealthLinkOverview.svelte'; |
7 |
| - import { |
| 2 | + import { goto } from '$app/navigation'; |
| 3 | + import type { SHLAdminParams, SHLClient } from '$lib/managementClient'; |
| 4 | + import { getContext } from 'svelte'; |
| 5 | + import type { Writable } from 'svelte/store'; |
| 6 | + import HealthLinkOverview from '$lib/HealthLinkOverview.svelte'; |
| 7 | + import { |
8 | 8 | Dropdown,
|
9 | 9 | Col,
|
10 | 10 | Collapse,
|
|
29 | 29 | </script>
|
30 | 30 | <Styles />
|
31 | 31 | <div style="padding-left: 17px">
|
32 |
| - <!-- <h1 style="font-size: 38px; font-weight: 200; font-family: Verdana, sans-serif; color: rgb(200, 76, 14); margin: 30px 0px;">WA Verify<sup>+</sup> International Patient Summary</h1> --> |
33 |
| - <span style="font-size: 18px; font-weight: 200; font-family: Verdana, sans-serif; margin: 50px 0px;"> |
34 |
| - <!-- <p>Welcome to a demonstration of WA State’s ability to allow individuals in WA State to share their health data, including state immunization records. --> |
35 |
| - <p>Test System - no protected health information |
36 |
| - </p> |
| 32 | + <span style="font-size: 18px; font-weight: 200; font-family: Verdana, sans-serif; margin: 50px 0px;"> |
| 33 | + <p class="text-danger">Test System - no protected health information</p> |
37 | 34 |
|
38 |
| - <p>The WA Verify<sup>+</sup> system enhances the WA Verify COVID-19 vaccination verification system which, since 2021, has allowed people receiving COVID-19 vaccinations in Washington State to access and share that information using SMART Health Card QR codes. |
39 |
| - </p> |
| 35 | + <p>The WA Verify<sup>+</sup> system enhances the WA Verify COVID-19 vaccination verification system which, since 2021, has allowed people receiving COVID-19 vaccinations in Washington State to access and share that information using SMART Health Card QR codes.</p> |
40 | 36 |
|
41 | 37 |
|
42 |
| -<p>WA Verify<sup>+</sup> allows people to access augment, and electively share their own health data using the Intternational Patient Summary (IPS) standard. IPS data include important clinical data, immunizations, advance directives, and other data useful for urgent medical care. This data may be helpful to those traveling, to parents or caregivers, and to anyone who wants to be able to see their own records, or securely share their data with healthcare providers or others of their choosing. WA Verify<sup>+</sup> uses the secure, patient-controlled SMART Health Link (SHL) standard to allow people to share information collected and stored on their behalf by the Washington State Department of Health. |
| 38 | + <p>WA Verify<sup>+</sup> allows people to access augment, and electively share their own health data using the Intternational Patient Summary (IPS) standard. IPS data include important clinical data, immunizations, advance directives, and other data useful for urgent medical care. This data may be helpful to those traveling, to parents or caregivers, and to anyone who wants to be able to see their own records, or securely share their data with healthcare providers or others of their choosing. WA Verify<sup>+</sup> uses the secure, patient-controlled SMART Health Link (SHL) standard to allow people to share information collected and stored on their behalf by the Washington State Department of Health. </p> |
43 | 39 |
|
44 |
| - <p>This system generates QR codes and links which demonstrate the ability of WA Verify<sup>+</sup> to facilitate sharing directly controlled by individuals. You can see a list of SHLs previously generated <i>on this device</i>, and you can generate a new SHL.</p> |
45 |
| - </span> |
| 40 | + <p>This system generates QR codes and links which demonstrate the ability of WA Verify<sup>+</sup> to facilitate sharing directly controlled by individuals. You can see a list of SHLs previously generated <i>on this device</i>, and you can generate a new SHL.</p> |
| 41 | + </span> |
46 | 42 | </div>
|
47 | 43 | <Row style="padding: 0px 17px">
|
48 | 44 | <Col style="margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgb(204, 204, 204);">
|
|
0 commit comments