-
Notifications
You must be signed in to change notification settings - Fork 4
[docs] Condition docs: concept, reference, and symptom/diagnosis flows #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
docs/clinical-condition-5de4d9a877239b07
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
82 changes: 82 additions & 0 deletions
82
versioned_docs/version-3.0/flows/clinical/record-a-diagnosis.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,82 @@ | ||
| --- | ||
| sidebar_position: 3 | ||
| --- | ||
|
|
||
| # How to record a diagnosis | ||
|
|
||
| ## Overview | ||
|
|
||
| This flow describes how to record a diagnosis for a patient during an encounter. A diagnosis is one kind of [condition](../../concepts/clinical/condition.mdx) in Care. | ||
|
|
||
| ## Pre-requisites | ||
|
|
||
| - The patient is registered in Care. | ||
| - The patient has an encounter that is open. You cannot record a diagnosis in an encounter that is completed, cancelled, discontinued, or marked as entered in error. | ||
| - You are a member of the facility that owns the encounter. | ||
| - You have the permissions listed below. | ||
|
|
||
| ## Permissions | ||
|
|
||
| | Permission | Access | | ||
| | --- | --- | | ||
| | Update Encounter related clinical data | Lets you add, change, and remove diagnoses in an encounter. | | ||
| | Can view clinical data about patients | Lets you see the diagnoses that the care team already recorded. | | ||
|
|
||
| ## Steps | ||
|
|
||
| ### 1. Open the encounter | ||
|
|
||
| 1. Open the facility. | ||
| 2. Find the patient, and open the encounter. | ||
|
|
||
| ### 2. Open the diagnosis form | ||
|
|
||
| 1. Select **Encounter Actions**. | ||
| 2. Select **Add Diagnosis**. | ||
|
|
||
| You can press `d` instead, while you view the encounter. The `d` shortcut opens the same diagnosis form. | ||
|
|
||
| ### 3. Select the diagnosis | ||
|
|
||
| 1. Select **Add Diagnosis** in the form. | ||
| 2. Enter the name of the diagnosis in the search box. | ||
| 3. Select the diagnosis from the list of results. | ||
|
|
||
| Care shows a warning if you select a diagnosis that the list already contains. Change the existing entry instead of adding a second one. | ||
|
|
||
| ### 4. Complete the details | ||
|
|
||
| Set the details of the diagnosis. Care fills the values in the Default column for you. | ||
|
|
||
| | Components | What it captures | Default | | ||
| | --- | --- | --- | | ||
| | Onset Date | The date the diagnosis started. You cannot select a date in the future. | Today | | ||
| | Status | The course of the diagnosis, from Active to Resolved. | Active | | ||
| | Severity | How severe the diagnosis is: Mild, Moderate, or Severe. | Moderate | | ||
| | Verification | How certain you are about the diagnosis. Select **Provisional** or **Differential** while you still examine the patient. | Confirmed | | ||
| | Notes | Free text about the diagnosis. | Empty | | ||
|
|
||
| Repeat step 3 and step 4 for each additional diagnosis. | ||
|
|
||
| ### 5. Save the diagnoses | ||
|
|
||
| - Select **Submit** to save the diagnoses to the encounter. | ||
| - Select **Save as Draft** to keep your entries and finish later. | ||
|
|
||
| ## Expected Outcome | ||
|
|
||
| - The diagnoses show in the **Diagnoses** list on the **Overview** tab of the encounter. | ||
| - The diagnoses show under **Past Diagnoses** in the clinical history of the patient. | ||
| - Care records your name and the date against each diagnosis. | ||
|
|
||
| ## Related | ||
|
|
||
| Concepts: | ||
|
|
||
| - [Condition](../../concepts/clinical/condition.mdx) | ||
| - [Encounter](../../concepts/clinical/encounter.mdx) | ||
| - [Patient](../../concepts/clinical/patient) | ||
|
|
||
| Flows: | ||
|
|
||
| - [How to record a symptom](./record-a-symptom.mdx) |
82 changes: 82 additions & 0 deletions
82
versioned_docs/version-3.0/flows/clinical/record-a-symptom.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,82 @@ | ||
| --- | ||
| sidebar_position: 2 | ||
| --- | ||
|
|
||
| # How to record a symptom | ||
|
|
||
| ## Overview | ||
|
|
||
| This flow describes how to record a symptom for a patient during an encounter. A symptom is one kind of [condition](../../concepts/clinical/condition.mdx) in Care. | ||
|
|
||
| ## Pre-requisites | ||
|
|
||
| - The patient is registered in Care. | ||
| - The patient has an encounter that is open. You cannot record a symptom in an encounter that is completed, cancelled, discontinued, or marked as entered in error. | ||
| - You are a member of the facility that owns the encounter. | ||
| - You have the permissions listed below. | ||
|
|
||
| ## Permissions | ||
|
|
||
| | Permission | Access | | ||
| | --- | --- | | ||
| | Update Encounter related clinical data | Lets you add, change, and remove symptoms in an encounter. | | ||
| | Can view clinical data about patients | Lets you see the symptoms that the care team already recorded. | | ||
|
|
||
| ## Steps | ||
|
|
||
| ### 1. Open the encounter | ||
|
|
||
| 1. Open the facility. | ||
| 2. Find the patient, and open the encounter. | ||
|
|
||
| ### 2. Open the symptom form | ||
|
|
||
| 1. Select **Encounter Actions**. | ||
| 2. Select **Add Symptom**. | ||
|
|
||
| You can press `s` instead, while you view the encounter. The `s` shortcut opens the same symptom form. | ||
|
|
||
| ### 3. Select the symptom | ||
|
|
||
| 1. Select **Add Symptom** in the form. | ||
| 2. Enter the name of the symptom in the search box. | ||
| 3. Select the symptom from the list of results. | ||
|
|
||
| Care shows a warning if you select a symptom that the list already contains. Change the existing entry instead of adding a second one. | ||
|
|
||
| ### 4. Complete the details | ||
|
|
||
| Set the details of the symptom. Care fills the values in the Default column for you. | ||
|
|
||
| | Components | What it captures | Default | | ||
| | --- | --- | --- | | ||
| | Onset Date | The date the symptom started. You cannot select a date in the future. | Today | | ||
| | Status | The course of the symptom, from Active to Resolved. | Active | | ||
| | Severity | How severe the symptom is: Mild, Moderate, or Severe. | Moderate | | ||
| | Verification | How certain you are about the symptom. | Confirmed | | ||
| | Notes | Free text about the symptom. | Empty | | ||
|
|
||
| Repeat step 3 and step 4 for each additional symptom. | ||
|
|
||
| ### 5. Save the symptoms | ||
|
|
||
| - Select **Submit** to save the symptoms to the encounter. | ||
| - Select **Save as Draft** to keep your entries and finish later. | ||
|
|
||
| ## Expected Outcome | ||
|
|
||
| - The symptoms show in the **Symptoms** list on the **Overview** tab of the encounter. | ||
| - The symptoms show under **Past Symptoms** in the clinical history of the patient. | ||
| - Care records your name and the date against each symptom. | ||
|
|
||
| ## Related | ||
|
|
||
| Concepts: | ||
|
|
||
| - [Condition](../../concepts/clinical/condition.mdx) | ||
| - [Encounter](../../concepts/clinical/encounter.mdx) | ||
| - [Patient](../../concepts/clinical/patient) | ||
|
|
||
| Flows: | ||
|
|
||
| - [How to record a diagnosis](./record-a-diagnosis.mdx) | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The encounter tab is labelled Updates, not Overview.
EncounterShow.tsxkeys the tabupdatesand renderst("ENCOUNTER_TAB__updates"), whichpublic/locale/en.jsonresolves toUpdates(the component file is namedtabs/overview.tsx, but that is a source path, not a display label). Checklist item 4 — use the display label.Suggested:
- The symptoms show in the **Symptoms** list on the **Updates** tab of the encounter.The same line needs the same fix in
versioned_docs/version-3.1/flows/clinical/record-a-symptom.mdx.