# Copyright Oughtibridge Ltd
digraph "health_state"
{
fontname="Cambria"
# label="health state"
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 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"]
#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"]
#potential health condition
22 [label="potential health condition" fontname="Cambria" URL="https://contsys.org/concept/potential_health_condition" tooltip="possible future or current health condition described by a healthcare actor" color="#58d81f"]
#observed condition
21 [label="observed condition" fontname="Cambria" URL="https://contsys.org/concept/observed_condition" tooltip="health condition observed by a healthcare actor" color="#58d81f"]
#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 investigation
43 [label="healthcare investigation" fontname="Cambria" URL="https://contsys.org/concept/healthcare_investigation" tooltip="healthcare activity element with the intention to clarify one or more health conditions of a subject of care" color="#CC0014"]
#healthcare treatment
49 [label="healthcare treatment" fontname="Cambria" URL="https://contsys.org/concept/healthcare_treatment" tooltip="healthcare activity element intended to directly improve or maintain a health state" 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 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 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 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"]
#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..* potential health condition represents potential aspects of 1 health state
22 -> 24 [constraint=false, dir="forward" label="represents potential aspects of " fontname="Cambria"]
#1 health state is observed as 0..* observed condition
24 -> 21 [constraint=false, dir="forward" label="is observed as" 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 investigation reveals 0..* observed condition
43 -> 21 [constraint=false, dir="forward" label="reveals" fontname="Cambria"]
#0..* healthcare investigation clarifies 1 health state
43 -> 24 [constraint=false, dir="forward" label="clarifies" fontname="Cambria"]
#0..* healthcare treatment influences 1 health state
49 -> 24 [constraint=false, dir="forward" label="influences" fontname="Cambria"]
}
Some PS