# Copyright Oughtibridge Ltd
digraph "Package_Process"
{
fontname="Cambria"
# label="Process"
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
#clinical process
62 [label="clinical process" fontname="Cambria" URL="https://contsys.org/concept/clinical_process" tooltip="healthcare process encompassing all healthcare provider activities and other prescribed healthcare activities that addresses identified or specified health issues" 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"]
#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"]
#adverse event
65 [label="adverse event" fontname="Cambria" URL="https://contsys.org/concept/adverse_event" tooltip="unintended event that has negative influence upon healthcare processes" color="#b43232"]
#adverse event management
66 [label="adverse event management" fontname="Cambria" URL="https://contsys.org/concept/adverse_event_management" tooltip="set of healthcare activities performed in response to an adverse event" color="#b43232"]
#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 service
68 [label="healthcare service" fontname="Cambria" URL="https://contsys.org/concept/healthcare_service" tooltip="service that is the result of a healthcare process" color="#b43232"]
#healthcare service directory
69 [label="healthcare service directory " fontname="Cambria" URL="https://contsys.org/concept/healthcare_service_directory_" tooltip="directory of the types of healthcare services offered by one or more healthcare providers" color="#b43232"]
#List of generalisations and specialisations
#clinical process IS A healthcare process
63 -> 62 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="clinical process is a type of healthcare process" fontname="Cambria"]
# List of associations
#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"]
#1 adverse event requires 1 adverse event management
65 -> 66 [constraint=false, dir="forward" label="requires" fontname="Cambria"]
#0..* adverse event influences 1..* healthcare process
65 -> 63 [constraint=false, dir="forward" label="influences" fontname="Cambria"]
#0..1 healthcare administration is supporting 1..* healthcare process
67 -> 63 [constraint=false, dir="forward" label="is supporting" fontname="Cambria"]
#0..1 healthcare service is the result of 1 healthcare process
68 -> 63 [constraint=false, dir="forward" label="is the result of" fontname="Cambria"]
#1..* healthcare service is listed in 1..* healthcare service directory
68 -> 69 [constraint=false, dir="forward" label="is listed in" fontname="Cambria"]
}
Some PS