Skip to content
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

Care plan proposal #78

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

shivankacker
Copy link
Member

No description provided.

Copy link

netlify bot commented Nov 15, 2024

Deploy Preview for docs-ohc ready!

Name Link
🔨 Latest commit e3cc518
🔍 Latest deploy log https://app.netlify.com/sites/docs-ohc/deploys/679769cea0315c000805eaac
😎 Deploy Preview https://deploy-preview-78--docs-ohc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

docs/care/CEP/Draft/0012-careplan.md Outdated Show resolved Hide resolved
docs/care/CEP/Draft/0012-careplan.md Outdated Show resolved Hide resolved
docs/care/CEP/Draft/0012-careplan.md Outdated Show resolved Hide resolved
docs/care/CEP/Draft/0012-careplan.md Outdated Show resolved Hide resolved
```py
class CarePlanActivity(BaseModel): # or just Activity if it is generic
performed = BooleanField()
activity_task = FK(Task)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is Task defined 🤔

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

based on presumtption of Task being predefined. Should I include Task and ServiceRequest in the scope?

docs/care/CEP/Draft/0012-careplan.md Show resolved Hide resolved
activity_service_request = FK(ServiceRequest)
```

I am not very sure about how the Task, MedicationRequest and ServiceRequest would look like. We can directly connect these models to the care plan instead of having the Activity model if it is more feasible.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have UI for all of these now

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you guide me to where to find the Task and ServiceRequest UI?

docs/care/CEP/Draft/0012-careplan.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

Successfully merging this pull request may close these issues.

2 participants