# Copyright Oughtibridge Ltd
digraph "episodes_of_care_bundle"
{
fontname="Cambria"
# label="episodes of care bundle"
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
#episodes of care bundle
83 [label="episodes of care bundle" fontname="Cambria" URL="https://contsys.org/concept/episodes_of_care_bundle" tooltip="group of episodes of care delineated by a health thread" color="#085221"]
#health thread
16 [label="health thread" fontname="Cambria" URL="https://contsys.org/concept/health_thread" tooltip="defined association between healthcare matters as determined by one or more healthcare actors" color="#58d81f"]
#episode of care
84 [label="episode of care" fontname="Cambria" URL="https://contsys.org/concept/episode_of_care" tooltip="health related period during which healthcare activities are performed to address one health issue as identified by one healthcare professional[" color="#085221"]
#List of generalisations and specialisations
# List of associations
#1 health thread delineates 0..1 episodes of care bundle
16 -> 83 [constraint=false, dir="forward" label="delineates" fontname="Cambria"]
#0..* health thread links 0..* health thread
16 -> 16 [constraint=false, dir="forward" label="links" fontname="Cambria"]
#1..* episode of care 0..* episodes of care bundle
84 -> 83 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS