Skip to content

Commit 67b0fee

Browse files
committed
Fix build
1 parent be9a516 commit 67b0fee

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

deployments/hmis/intro.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Hospital management playbooks wire **flows** into real front-desk and ward scena
1111

1212
| Layer | Location | Example |
1313
| --- | --- | --- |
14-
| Concept | [Core docs](/docs/concepts/clinical/patient) | What is a patient? |
15-
| Flow | [Core docs](/docs/flows/clinical/create-patient) | How do I create a patient? |
14+
| Concept | [Core docs](/concepts/clinical/patient) | What is a patient? |
15+
| Flow | [Core docs](/flows/clinical/create-patient) | How do I create a patient? |
1616
| Playbook | Here | Outpatient registration with duplicates and walk-ins |
1717

18-
Start from the [documentation home](/docs/intro) if you are new to this structure.
18+
Start from the [documentation home](/intro) if you are new to this structure.

deployments/hmis/playbooks/outpatient-registration.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ sidebar_position: 1
44

55
# Outpatient registration
66

7-
Register a walk-in or scheduled outpatient at the hospital front desk. This playbook combines the [create patient](/docs/flows/clinical/create-patient) flow with HMIS-specific edge cases your registration team will hit in production.
7+
Register a walk-in or scheduled outpatient at the hospital front desk. This playbook combines the [create patient](/flows/clinical/create-patient) flow with HMIS-specific edge cases your registration team will hit in production.
88

99
## Flows involved
1010

1111
| Order | Flow | Purpose |
1212
| --- | --- | --- |
13-
| 1 | [Create a patient](/docs/flows/clinical/create-patient) | New visitor with no existing record |
13+
| 1 | [Create a patient](/flows/clinical/create-patient) | New visitor with no existing record |
1414
| 2 | Patient search & merge *(coming soon)* | Suspected duplicate before creating |
1515
| 3 | Start OP encounter *(coming soon)* | Open today's visit after registration |
1616

@@ -21,7 +21,7 @@ Register a walk-in or scheduled outpatient at the hospital front desk. This play
2121
3. Print OPD slip / token if enabled.
2222
4. Route patient to triage or consulting room encounter queue.
2323

24-
This matches the core [create patient](/docs/flows/clinical/create-patient) flow without additional configuration.
24+
This matches the core [create patient](/flows/clinical/create-patient) flow without additional configuration.
2525

2626
## Edge cases
2727

@@ -78,5 +78,5 @@ Requires `emergency_registration` permission on most HMIS deployments.
7878

7979
## Related
8080

81-
- Concept: [Patient](/docs/concepts/clinical/patient)
82-
- Flow: [Create a patient](/docs/flows/clinical/create-patient)
81+
- Concept: [Patient](/concepts/clinical/patient)
82+
- Flow: [Create a patient](/flows/clinical/create-patient)

deployments/palliative/intro.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Palliative care playbooks wire **flows** into home-based and facility palliative
1111

1212
| Layer | Location | Example |
1313
| --- | --- | --- |
14-
| Concept | [Core docs](/docs/concepts/clinical/patient) | What is a patient? |
15-
| Flow | [Core docs](/docs/flows/clinical/create-patient) | How do I create a patient? |
14+
| Concept | [Core docs](/concepts/clinical/patient) | What is a patient? |
15+
| Flow | [Core docs](/flows/clinical/create-patient) | How do I create a patient? |
1616
| Playbook | Here | Enrolling a patient in community palliative care |
1717

18-
Start from the [documentation home](/docs/intro) if you are new to this structure.
18+
Start from the [documentation home](/intro) if you are new to this structure.

deployments/palliative/playbooks/patient-enrollment.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ sidebar_position: 1
44

55
# Palliative patient enrollment
66

7-
Enroll a patient into a community or facility-based palliative program. This playbook combines the [create patient](/docs/flows/clinical/create-patient) flow with palliative-specific intake, caregiver capture, and program assignment.
7+
Enroll a patient into a community or facility-based palliative program. This playbook combines the [create patient](/flows/clinical/create-patient) flow with palliative-specific intake, caregiver capture, and program assignment.
88

99
## Flows involved
1010

1111
| Order | Flow | Purpose |
1212
| --- | --- | --- |
13-
| 1 | [Create a patient](/docs/flows/clinical/create-patient) | New patient with no existing record |
13+
| 1 | [Create a patient](/flows/clinical/create-patient) | New patient with no existing record |
1414
| 2 | Patient search | Match returning patients before creating duplicates |
1515
| 3 | Palliative program enrollment *(coming soon)* | Assign program, care team, and visit cadence |
1616

@@ -77,6 +77,6 @@ Enroll a patient into a community or facility-based palliative program. This pla
7777

7878
## Related
7979

80-
- Concept: [Patient](/docs/concepts/clinical/patient)
81-
- Flow: [Create a patient](/docs/flows/clinical/create-patient)
80+
- Concept: [Patient](/concepts/clinical/patient)
81+
- Flow: [Create a patient](/flows/clinical/create-patient)
8282
- HMIS playbook: [Outpatient registration](/deployments/hmis/playbooks/outpatient-registration)

0 commit comments

Comments
 (0)