# Copyright Oughtibridge Ltd
digraph "health_need"
{
fontname="Cambria"
# label="health need"
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
#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"]
#subject of care
3 [label="subject of care" fontname="Cambria" URL="https://contsys.org/concept/subject_of_care" tooltip="healthcare actor with a person role; who seeks to receive, is receiving, or has received healthcare" color="#9f1fd8"]
#reason for demand for care
108 [label="reason for demand for care" fontname="Cambria" URL="https://contsys.org/concept/reason_for_demand_for_care" tooltip="subject of care or a subject of care proxy's perception of health needs motivating a demand for care" color="#376fa6"]
#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"]
#health state
24 [label="health state" fontname="Cambria" URL="https://contsys.org/concept/health_state" tooltip="physical and mental functions, body structure, personal factors, activity, participation and environmental aspects as the composite health of a subject of care" color="#58d81f"]
#health objective
76 [label="health objective" fontname="Cambria" URL="https://contsys.org/concept/health_objective" tooltip="desired ultimate achievement of a healthcare process addressing health needs" color="#6699cc"]
#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"]
#List of generalisations and specialisations
# List of associations
#1 subject of care has 1 health state
3 -> 24 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#1 subject of care has or has had 0..* health need
3 -> 36 [constraint=false, dir="forward" label="has or has had" fontname="Cambria"]
#0..* health need is background for 0..* reason for demand for care
36 -> 108 [constraint=false, dir="forward" label="is background for" 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..* health need is deficit in 1 health state
36 -> 24 [constraint=false, dir="forward" label="is deficit in" fontname="Cambria"]
#0..* healthcare needs assessment identifies 0..* needed healthcare activity
45 -> 80 [constraint=false, dir="forward" label="identifies" fontname="Cambria"]
#0..* health objective addresses 1..* health need
76 -> 36 [constraint=false, dir="forward" label="addresses" fontname="Cambria"]
#1..* needed healthcare activity addresses 1..* health need
80 -> 36 [constraint=false, dir="forward" label="addresses" fontname="Cambria"]
#0..* reason for demand for care is expressed by 0..1 subject of care
108 -> 3 [constraint=false, dir="forward" label="is expressed by" fontname="Cambria"]
}
Some PS