-
Notifications
You must be signed in to change notification settings - Fork 0
Medical Diagnosis
Matthew Walther edited this page May 16, 2023
·
1 revision
- Medical Diagnosis
- Actor: Patient
- Actor: LAP
- Actor: "Healthcare Professional" as Pro
- Healthcare Professional documents diagnosis, chronic conditions & qualifying medical conditions
- Links documentation to a patient record/Medical Program
@startuml
title "Healthcare Workflow: Medical Diagnosis"
actor Patient
actor LAP
actor "Healthcare Professional" as Pro
autonumber
Pro -> Patient: Perform consultation
Pro -> Pro: Documents diagnosis, chronic conditions,\nand qualifying medical conditions
Pro -> Patient: Deliver diagnosis
Pro -> LAP: Documents attached to medical program patient record
LAP -> Patient: Notification of new patient attachments
@enduml