# Copyright Oughtibridge Ltd
digraph "resource_delay"
{
fontname="Cambria"
# label="resource delay"
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
#resource delay
94 [label="resource delay" fontname="Cambria" URL="https://contsys.org/concept/resource_delay" tooltip="healthcare activity delay caused by resource constraints where there is no health condition delay" color="#085221"]
#healthcare provider
8 [label="healthcare provider" fontname="Cambria" URL="https://contsys.org/concept/healthcare_provider" tooltip="healthcare actor that is able to be assigned one or more care period mandates" color="#9f1fd8"]
#healthcare activity delay
93 [label="healthcare activity delay" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity_delay" tooltip="health related period during which a healthcare activity is planned but not started" color="#085221"]
#healthcare activity delay
93 [label="healthcare activity delay" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity_delay" tooltip="health related period during which a healthcare activity is planned but not started" color="#085221"]
#mandated period of care
85 [label="mandated period of care" fontname="Cambria" URL="https://contsys.org/concept/mandated_period_of_care" tooltip="set of healthcare activity periods where a healthcare provider is mandated to perform the healthcare activities required to address specific health needs" 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
#mandated period of care IS A health related period
92 -> 85 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="mandated period of care is a type of health related period" fontname="Cambria"]
#healthcare activity delay IS A health related period
92 -> 93 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare activity delay is a type of health related period" fontname="Cambria"]
#resource delay IS A healthcare activity delay
93 -> 94 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="resource delay is a type of healthcare activity delay" fontname="Cambria"]
# List of associations
#1 healthcare provider has care period mandate for 1..* mandated period of care
8 -> 85 [constraint=false, dir="forward" label="has care period mandate for" fontname="Cambria"]
#1 healthcare provider is responsible for 0..* resource delay
8 -> 94 [constraint=false, dir="forward" label="is responsible for" fontname="Cambria"]
#1 healthcare provider is responsible for 1..* mandated period of care
8 -> 85 [constraint=false, dir="forward" label="is responsible for" fontname="Cambria"]
#1 mandated period of care 0..* healthcare activity delay
85 -> 93 [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