Skip to content

Commit 14ae573

Browse files
authored
Merge pull request #5 from HL7/dwh-ballot
General cleanup and reorganization.
2 parents fbf0acf + bed5190 commit 14ae573

File tree

7 files changed

+89
-52
lines changed

7 files changed

+89
-52
lines changed

FHIR-us-pacio-toc.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<specification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ciUrl="" defaultVersion="current" defaultWorkgroup="" url="http://hl7.org/fhir/us/pacio-toc">
2+
<specification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ciUrl="" defaultVersion="current" defaultWorkgroup="pc" url="http://hl7.org/fhir/us/pacio-toc">
33
<version code="current" url=""/>
44
<artifactPageExtension value="-definitions"/>
55
<artifactPageExtension value="-examples"/>
@@ -77,10 +77,9 @@
7777
<page key="formal_specification" name="Formal Specification"/>
7878
<page key="guidance" name="General Guidance"/>
7979
<page key="index" name="PACIO Transitions of Care Implementation Guide"/>
80-
<page key="personas" name="Personas and Scenarios"/>
8180
<page key="search_parameters" name="Recommended Search Parameters"/>
8281
<page key="security_privacy_consent" name="Security, Privacy, and Consent"/>
8382
<page key="toc" name="Table of Contents"/>
8483
<page key="underlying_technologies" name="Underlying Technologies"/>
85-
<page key="usecases" name="Use Cases"/>
84+
<page key="usecases_personas" name="Use Cases, Personas, and Scenarios"/>
8685
</specification>

input/pagecontent/guidance.md

Lines changed: 74 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,77 @@ This section provides additional guidance on the relationship between the associ
88

99
The TOC document defines 16 sections:
1010

11-
| No | Section | Description |
12-
| --: | :------------------- | :------------------------------------------------------------------------------ |
13-
| 1 | Advance Directives | Examples include Personal Advance Care Plans, Portable Medical Orders, Mental Health Advance Directives, Episodic Advance Directives |
14-
| 2 | Allergies | List of allergies the patient has |
15-
| 3 | Behavioral Health | TODO |
16-
| 4 | Functional Status | Examples include assessments, mental status, mobility, activities of daily livings, swallowing, devices needed |
17-
| 5 | Immunizations | List of immunizations patient has received and when |
18-
| 6 | Instructions | Narrative instructions and notes |
19-
| 7 | Medication Equipment | List of equipment patient needs to take medications |
20-
| 8 | Medications | List of medications prescribed for the patient. Examples include medications received (administration lists, discharge lists, discontinued lists), high risk drug classes, opioids |
21-
| 9 | Plan of Care | Care plan created for the patient. Care plans can include conditions and their treatment, substance abuse, care management, and nutrition information |
22-
| 10 | Problems | Examples include fever, vomiting, dehydration, internal bleeding, shortness of breath, pain |
23-
| 11 | Procedures | List of procedures the patient has undergone |
24-
| 12 | Reason for Referral | Examples include discharge summary (reason, destination, location, status, setting, admitted from) |
25-
| 13 | Reason for Visit | TODO |
26-
| 14 | Results | Examples include lab results|
27-
| 15 | Social History | Examples include medical history, prior level of functioning, substance abuse, ethnicity, race, coverage (Medicare, Medicaid, private, self), transportation, demographics, dental |
28-
| 16 | Vital Signs | Examples include height, weight, blood pressure, oxygen levels |
11+
<table class="grid" style="width: 100%">
12+
<thead>
13+
<tr>
14+
<th>Section</th>
15+
<th>Description</th>
16+
</tr>
17+
</thead>
18+
<tbody>
19+
<tr>
20+
<td>Advance Directives</td>
21+
<td>Examples include Personal Advance Care Plans, Portable Medical Orders, Mental Health Advance Directives, Episodic Advance Directives</td>
22+
</tr>
23+
<tr>
24+
<td>Allergies</td>
25+
<td>List of allergies the patient has</td>
26+
</tr>
27+
<tr>
28+
<td>Behavioral Health</td>
29+
<td>TODO</td>
30+
</tr>
31+
<tr>
32+
<td>Functional Status</td>
33+
<td>Examples include assessments, mental status, mobility, activities of daily livings, swallowing, devices needed</td>
34+
</tr>
35+
<tr>
36+
<td>Immunizations</td>
37+
<td>List of immunizations patient has received and when</td>
38+
</tr>
39+
<tr>
40+
<td>Instructions</td>
41+
<td>Narrative instructions and notes</td>
42+
</tr>
43+
<tr>
44+
<td>Medication Equipment</td>
45+
<td>List of equipment patient needs to take medications</td>
46+
</tr>
47+
<tr>
48+
<td>Medications</td>
49+
<td>List of medications prescribed for the patient. Examples include medications received (administration lists, discharge lists, discontinued lists), high risk drug classes, opioids</td>
50+
</tr>
51+
<tr>
52+
<td>Plan of Care</td>
53+
<td>Care plan created for the patient. Care plans can include conditions and their treatment, substance abuse, care management, and nutrition information</td>
54+
</tr>
55+
<tr>
56+
<td>Problems</td>
57+
<td>Examples include fever, vomiting, dehydration, internal bleeding, shortness of breath, pain</td>
58+
</tr>
59+
<tr>
60+
<td>Procedures</td>
61+
<td>List of procedures the patient has undergone</td>
62+
</tr>
63+
<tr>
64+
<td>Reason for Referral</td>
65+
<td>Examples include discharge summary (reason, destination, location, status, setting, admitted from)</td>
66+
</tr>
67+
<tr>
68+
<td>Reason for Visit</td>
69+
<td>TODO</td>
70+
</tr>
71+
<tr>
72+
<td>Results</td>
73+
<td>Examples include lab results</td>
74+
</tr>
75+
<tr>
76+
<td>Social History</td>
77+
<td>Examples include medical history, prior level of functioning, substance abuse, ethnicity, race, coverage (Medicare, Medicaid, private, self), transportation, demographics, dental</td>
78+
</tr>
79+
<tr>
80+
<td>Vital Signs</td>
81+
<td>Examples include height, weight, blood pressure, oxygen levels</td>
82+
</tr>
83+
</tbody>
84+
</table>

input/pagecontent/security_privacy_consent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following only applies to servers supporting app launch:
4848
<tr>
4949
<th style="margin-left: 5px; margin-right: 5px;">Element</th>
5050
<th style="margin-left: 5px; margin-right: 5px;">Requirement</th>
51-
<th style="margin-left: 5px; margin-right: 5xpx;">Reason</th>
51+
<th style="margin-left: 5px; margin-right: 5px;">Reason</th>
5252
</tr>
5353
<tr>
5454
<td>sso-openid-connect</td>

input/pagecontent/underlying_technologies.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ Before reading this implementation guide, it's important to be familiar with som
1616

1717
This implementation guide supports the [R4]({{site.data.fhir.path}}index.html) version of the FHIR standard and builds on the [US Core Implementation Guide](http://hl7.org/fhir/us/core) and implementers need to familiarize themselves with the profiles in that guide. Implementers should also familiarize themselves with the FHIR resources used within the guide:
1818

19-
<table>
20-
<td>
21-
<a href="{{site.data.fhir.path}}documentreference.html">DocumentReference</a><br/>
22-
<a href="{{site.data.fhir.path}}composition.html">Composition</a><br/>
23-
<a href="{{site.data.fhir.path}}observation.html">Observation</a><br/>
24-
</td>
25-
</table>
19+
* [DocumentReference]({{site.data.fhir.path}}documentreference.html)
20+
* [Composition]({{site.data.fhir.path}}composition.html)
21+
* [Observation]({{site.data.fhir.path}}observation.html)

input/pagecontent/usecases.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

input/pagecontent/usecases_personas.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,17 @@ Specific persona are involved in transtion of care between different settings. T
1313
* **Hospital to Home Health Agency** - A patient has suffered an acute event and has been in the hospital recovering. Based on ongoing assessment at the hospital, their acuity has lowered to the point of transitioning to a post-acute setting, e.g., Home Health. The hospital care team coordinates the transition with the Home Health intake team, including the transition of information through a variety of tools like portals, referral management platforms, but also still a high volume of phone and fax based care transitions. Services needed (RN, PT, OT, etc.) are determined based on patient condition with collaboration from the physician signing off on the discharge. Information captured by the hospital is often dense, and both the intake and medical records teams pour over accompanying documentation to properly inform the care team. The initial visit is scheduled in accordance with the hospital discharge and any home medical equipment delivery. An OASIS is completed by the RN or PT conducting the initial visit, and while the hospital is capturing similar information it is generally not structured in a manner that transfers over to inform the OASIS on a one to one basis; this is where the role of the intake and records team is pivotal in obtaining the right clinical context to inform clinicians.
1414

1515
### High-Level Use Case Examples
16+
1617
#### Intake staff
1718
* As a member of the intake team, I need a referral sent to my desired system electronically (EHR, CRM, etc)
1819
* As a member of the intake team, I need a consolidated record from the referring provider that reduces or eliminates the effort spent searching for clinical documentation to qualify the referral and ensure a smooth transition.
1920
* As a member of the intake team, I need the ability to bring information into my health record including key information like Diagnosis, Allergies, Insurance, Lab results, and prior vital signs.
21+
2022
#### Care team
2123
* As a member of the care team, I need clinical information captured by the previous provider in order to provide efficient and effective care.
2224
* As a member of the care team, I need the specific information that concerns my clinical discipline identified.
2325
* As a member of the care team, I need the ability to assess and add clinical information captured by the referring provider like medications, treatments, and care plans to my health record.
2426
* As a member of the care team, I need the ability to review relevant quality measures captured by the referring provider to inform the completion of my organization's measures (OASIS, MDS)
27+
2528
#### Medical records team
2629
* As a member of the medical records team, I need the ability to compare quality measures captured in the previous setting to quality measures captured by the care team (OASIS, MDS), as significant disparities may result in audits.

sushi-config.yaml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,9 @@ menu:
5353
Table of Contents: toc.html
5454
Guidance:
5555
Formal Specification: formal_specification.html
56-
Personas and Scenarios: personas.html
57-
Use Cases: usecases.html
58-
Discipline-Specific Information: disciplines.html
56+
Use Cases, Personas, and Scenarios: usecases_personas.html
5957
General Guidance: guidance.html
60-
Formal Specification: formal_specification.html
58+
Discipline-Specific Information: disciplines.html
6159
Underlying Technologies: underlying_technologies.html
6260
Security, Privacy, and Consent: security_privacy_consent.html
6361
FHIR Artifacts:
@@ -83,22 +81,18 @@ menu:
8381
pages:
8482
index.md:
8583
title: PACIO Transitions of Care Implementation Guide
86-
personas.md:
87-
title: Personas and Scenarios
88-
usecases.md:
89-
title: Use Cases
84+
formal_specification.md:
85+
title: Formal Specification
9086
usecases_personas.md:
9187
title: Use Cases, Personas, and Scenarios
9288
guidance.md:
9389
title: General Guidance
9490
disciplines.md:
9591
title: Discipline-Specific Required DEL Information
96-
formal_specification.md:
97-
title: Formal Specification
98-
security_privacy_consent.md:
99-
title: Security, Privacy, and Consent
10092
underlying_technologies.md:
10193
title: Underlying Technologies
94+
security_privacy_consent.md:
95+
title: Security, Privacy, and Consent
10296
search_parameters.md:
10397
title: Recommended Search Parameters
10498
artifacts.html:

0 commit comments

Comments
 (0)