# Copyright Oughtibridge Ltd
digraph "healthcare_administration"
{
fontname="Cambria"
# label="healthcare administration"
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 administration
67 [label="healthcare administration" fontname="Cambria" URL="https://contsys.org/concept/healthcare_administration" tooltip="administrative activities related to healthcare processes" color="#b43232"]
#healthcare process
63 [label="healthcare process" fontname="Cambria" URL="https://contsys.org/concept/healthcare_process" tooltip="set of interrelated or interacting healthcare activities which transforms inputs into outputs" color="#b43232"]
#List of generalisations and specialisations
# List of associations
#0..* healthcare process 0..1 healthcare process
63 -> 63 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..1 healthcare administration is supporting 1..* healthcare process
67 -> 63 [constraint=false, dir="forward" label="is supporting" fontname="Cambria"]
}
Some PS