# Copyright Oughtibridge Ltd
digraph "information"
{
fontname="Cambria"
# label="information"
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
#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"]
#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"]
#List of generalisations and specialisations
# List of associations
#1..* information is shared during 0..* continuity of care
171 -> 138 [constraint=false, dir="forward" label="is shared during" fontname="Cambria"]
}
Some PS