# Copyright Oughtibridge Ltd
digraph "clinical_process_outcome_evaluation"
{
fontname="Cambria"
# label="clinical process outcome evaluation"
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 outcome evaluation
41 [label="clinical process outcome evaluation" fontname="Cambria" URL="https://contsys.org/concept/clinical_process_outcome_evaluation" tooltip="healthcare evaluation where the effects of a clinical process on a health state are assessed against the target condition and/or a health condition representing the input health state" color="#CC0014"]
#target condition
17 [label="target condition" fontname="Cambria" URL="https://contsys.org/concept/target_condition" tooltip="potential health condition representing health objectives and/or healthcare goals" color="#58d81f"]
#resultant condition
31 [label="resultant condition" fontname="Cambria" URL="https://contsys.org/concept/resultant_condition" tooltip="observed condition representing an output health state" color="#58d81f"]
#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 evaluation
52 [label="healthcare evaluation" fontname="Cambria" URL="https://contsys.org/concept/healthcare_evaluation" tooltip="healthcare activity element where aspects of at least one other healthcare activity element is evaluated" color="#CC0014"]
#healthcare evaluation
52 [label="healthcare evaluation" fontname="Cambria" URL="https://contsys.org/concept/healthcare_evaluation" tooltip="healthcare activity element where aspects of at least one other healthcare activity element is evaluated" color="#CC0014"]
#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"]
#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
#clinical process outcome evaluation IS A healthcare evaluation
52 -> 41 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="clinical process outcome evaluation is a type of healthcare evaluation" fontname="Cambria"]
#healthcare evaluation IS A healthcare activity element
54 -> 52 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare evaluation 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"]
#1..* target condition is input to 0..* clinical process outcome evaluation
17 -> 41 [constraint=false, dir="forward" label="is input to" fontname="Cambria"]
#0..* resultant condition is input to 0..* clinical process outcome evaluation
31 -> 41 [constraint=false, dir="forward" label="is input to" 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..* clinical process outcome evaluation evaluates outcome of 1 clinical process
41 -> 62 [constraint=false, dir="forward" label="evaluates outcome of" fontname="Cambria"]
#0..* healthcare evaluation evaluates aspects of 1..* healthcare activity
52 -> 39 [constraint=false, dir="forward" label="evaluates aspects of " fontname="Cambria"]
}
Some PS