# Copyright Oughtibridge Ltd
digraph "healthcare_treatment"
{
fontname="Cambria"
# label="healthcare treatment"
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 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"]
#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 treatment IS A healthcare activity element
54 -> 49 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare treatment is a type of healthcare activity element" fontname="Cambria"]
# List of associations
#1..* healthcare actor performs 0..* healthcare activity element
7 -> 54 [constraint=false, dir="forward" label="performs" 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 treatment influences 1 health state
49 -> 24 [constraint=false, dir="forward" label="influences" fontname="Cambria"]
}
Some PS