# Copyright Oughtibridge Ltd
digraph "healthcare_quality_management"
{
fontname="Cambria"
# label="healthcare quality management"
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 quality management
64 [label="healthcare quality management" fontname="Cambria" URL="https://contsys.org/concept/healthcare_quality_management" tooltip="coordinated activities to direct and control a healthcare organization with regard to quality" color="#b43232"]
#healthcare organization
10 [label="healthcare organization" fontname="Cambria" URL="https://contsys.org/concept/healthcare_organization" tooltip="healthcare provider having an organization role" color="#9f1fd8"]
#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"]
#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
#1 healthcare organization performs 1..* healthcare quality management
10 -> 64 [constraint=false, dir="forward" label="performs" fontname="Cambria"]
#0..* healthcare process 0..1 healthcare process
63 -> 63 [constraint=false, dir="forward" label="" fontname="Cambria"]
#1..* healthcare process provides feedback to 0..1 healthcare quality management
63 -> 64 [constraint=false, dir="forward" label="provides feedback to" fontname="Cambria"]
#0..1 healthcare quality management controls quality of 1..* healthcare process
64 -> 63 [constraint=false, dir="forward" label="controls quality of" fontname="Cambria"]
}
Some PS