# Copyright Oughtibridge Ltd
digraph "continuity_of_care"
{
fontname="Cambria"
# label="continuity of care"
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
#continuity of care
138 [label="continuity of care" fontname="Cambria" URL="https://contsys.org/concept/continuity_of_care" tooltip="efficient, effective, ethical care delivered through interaction, integration, co-ordination and sharing of information (3.9.5) between different healthcare actors over time" color="#ffffff"]
#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
139 [label="healthcare" fontname="Cambria" URL="https://contsys.org/concept/healthcare" tooltip="care activities, services, management or supplies related to the health of an individual" color="#ffffff"]
#information
171 [label="information" fontname="Cambria" URL="https://contsys.org/concept/information" tooltip="knowledge concerning objects that within a certain context has a particular meaning" color="#ffff80"]
#List of generalisations and specialisations
# List of associations
#1..* healthcare actor participates in 1..* healthcare
7 -> 139 [constraint=false, dir="forward" label="participates in" fontname="Cambria"]
#1..* healthcare actor is involved in 0..* continuity of care
7 -> 138 [constraint=false, dir="forward" label="is involved in" fontname="Cambria"]
#0..* continuity of care relates to the delivering of 0..* healthcare
138 -> 139 [constraint=false, dir="forward" label="relates to the delivering of" fontname="Cambria"]
#1..* information is shared during 0..* continuity of care
171 -> 138 [constraint=false, dir="forward" label="is shared during" fontname="Cambria"]
}
Some PS