# Copyright Oughtibridge Ltd
digraph "healthcare_needs_assessment"
{
fontname="Cambria"
# label="healthcare needs assessment"
layout="fdp"
size="8.8 12" # Keep within 8.8" wide, 12" deep
sep=0.3
outputmode=edgefirst
remincross=true
splines=curved
overlap=false
node [shape=box style=rounded] # Defines the common node specification
# Diagram specific parameters - override any above
# Start of the main graph
# List of concepts
#healthcare needs assessment
45 [label="healthcare needs assessment" fontname="Cambria" URL="https://contsys.org/concept/healthcare_needs_assessment" tooltip="healthcare assessment during which a healthcare professional considers a subject of care’s health need and determines the needed healthcare activities" color="#CC0014"]
#healthcare professional
1 [label="healthcare professional" fontname="Cambria" URL="https://contsys.org/concept/healthcare_professional" tooltip="healthcare personnel having a healthcare professional entitlement recognized in a given jurisdiction" color="#9f1fd8"]
#health need
36 [label="health need" fontname="Cambria" URL="https://contsys.org/concept/health_need" tooltip="deficit in the current health state compared to aspects of a desired future health state" color="#58d81f"]
#healthcare planning
53 [label="healthcare planning" fontname="Cambria" URL="https://contsys.org/concept/healthcare_planning" tooltip="element of healthcare activity management where a care plan is created or modified" color="#CC0014"]
#needed healthcare activity
80 [label="needed healthcare activity" fontname="Cambria" URL="https://contsys.org/concept/needed_healthcare_activity" tooltip="healthcare activities bundle which includes those healthcare activities assessed as needed to address specified health need" color="#6699cc"]
#subject of care desire
114 [label="subject of care desire" fontname="Cambria" URL="https://contsys.org/concept/subject_of_care_desire" tooltip="desire expressed by the subject of care or the subject of care proxy regarding the performance of certain healthcare activities" color="#376fa6"]
#healthcare assessment
51 [label="healthcare assessment" fontname="Cambria" URL="https://contsys.org/concept/healthcare_assessment" tooltip="healthcare activity element where an opinion related to health conditions and/or healthcare activities is formed" color="#CC0014"]
#healthcare assessment
51 [label="healthcare assessment" fontname="Cambria" URL="https://contsys.org/concept/healthcare_assessment" tooltip="healthcare activity element where an opinion related to health conditions and/or healthcare activities is formed" color="#CC0014"]
#healthcare activity element
54 [label="healthcare activity element" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity_element" tooltip="element of healthcare activity that addresses one type of purpose" color="#CC0014"]
#healthcare activity element
54 [label="healthcare activity element" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity_element" tooltip="element of healthcare activity that addresses one type of purpose" color="#CC0014"]
#healthcare actor
7 [label="healthcare actor" fontname="Cambria" URL="https://contsys.org/concept/healthcare_actor" tooltip="organization or person participating in healthcare" color="#9f1fd8"]
#healthcare activity
39 [label="healthcare activity" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity" tooltip="activity intended directly or indirectly to improve or maintain a health state" color="#CC0014"]
#List of generalisations and specialisations
#healthcare needs assessment IS A healthcare assessment
51 -> 45 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare needs assessment is a type of healthcare assessment" fontname="Cambria"]
#healthcare assessment IS A healthcare activity element
54 -> 51 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare assessment is a type of healthcare activity element" fontname="Cambria"]
# List of associations
#1..* healthcare professional performs 0..* healthcare needs assessment
1 -> 45 [constraint=false, dir="forward" label="performs" fontname="Cambria"]
#1..* healthcare actor performs 0..* healthcare activity element
7 -> 54 [constraint=false, dir="forward" label="performs" fontname="Cambria"]
#1 health need is considered during 0..* healthcare needs assessment
36 -> 45 [constraint=false, dir="forward" label="is considered during" fontname="Cambria"]
#0..* healthcare activity 0..1 healthcare activity
39 -> 39 [constraint=false, dir="forward" label="" fontname="Cambria"]
#1 healthcare activity 1..* healthcare activity element
39 -> 54 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* healthcare needs assessment precedes 0..1 healthcare planning
45 -> 53 [constraint=false, dir="forward" label="precedes" fontname="Cambria"]
#0..* healthcare needs assessment identifies 0..* needed healthcare activity
45 -> 80 [constraint=false, dir="forward" label="identifies" fontname="Cambria"]
#1..* needed healthcare activity addresses 1..* health need
80 -> 36 [constraint=false, dir="forward" label="addresses" fontname="Cambria"]
#0..* subject of care desire is considered during 1..* healthcare needs assessment
114 -> 45 [constraint=false, dir="forward" label="is considered during" fontname="Cambria"]
}
Some PS