# Copyright Oughtibridge Ltd
digraph "healthcare_service_directory_"
{
fontname="Cambria"
# label="healthcare service directory "
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
#healthcare service directory
69 [label="healthcare service directory " fontname="Cambria" URL="https://contsys.org/concept/healthcare_service_directory_" tooltip="directory of the types of healthcare services offered by one or more healthcare providers" color="#b43232"]
#healthcare service
68 [label="healthcare service" fontname="Cambria" URL="https://contsys.org/concept/healthcare_service" tooltip="service that is the result of a healthcare process" color="#b43232"]
#List of generalisations and specialisations
# List of associations
#1..* healthcare service is listed in 1..* healthcare service directory
68 -> 69 [constraint=false, dir="forward" label="is listed in" fontname="Cambria"]
}
Some PS