# Copyright Oughtibridge Ltd
digraph "clinical_process_episode"
{
fontname="Cambria"
# label="clinical process episode"
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 episode
91 [label="clinical process episode" fontname="Cambria" URL="https://contsys.org/concept/clinical_process_episode" tooltip="health related period that includes all healthcare activity periods in one clinical process" color="#085221"]
#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 activity period
81 [label="healthcare activity period" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity_period" tooltip="time interval during which healthcare activities are performed for a subject of care" color="#085221"]
#health related period
92 [label="health related period" fontname="Cambria" URL="https://contsys.org/concept/health_related_period" tooltip="time interval related to the health of a subject of care and/or the provision of healthcare for that subject of care" color="#085221"]
#health related period
92 [label="health related period" fontname="Cambria" URL="https://contsys.org/concept/health_related_period" tooltip="time interval related to the health of a subject of care and/or the provision of healthcare for that subject of care" color="#085221"]
#health related period
92 [label="health related period" fontname="Cambria" URL="https://contsys.org/concept/health_related_period" tooltip="time interval related to the health of a subject of care and/or the provision of healthcare for that subject of care" color="#085221"]
#health related period
92 [label="health related period" fontname="Cambria" URL="https://contsys.org/concept/health_related_period" tooltip="time interval related to the health of a subject of care and/or the provision of healthcare for that subject of care" color="#085221"]
#List of generalisations and specialisations
#healthcare activity period IS A health related period
92 -> 81 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare activity period is a type of health related period" fontname="Cambria"]
#clinical process episode IS A health related period
92 -> 91 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="clinical process episode is a type of health related period" fontname="Cambria"]
# List of associations
#1 clinical process episode is time interval for 1 clinical process
91 -> 62 [constraint=false, dir="forward" label="is time interval for" fontname="Cambria"]
#0..1 clinical process episode 1..* healthcare activity period
91 -> 81 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..1 health related period 0..* health related period
92 -> 92 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS