# Copyright Oughtibridge Ltd
digraph "healthcare_activity_directory"
{
fontname="Cambria"
# label="healthcare activity 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 activity directory
44 [label="healthcare activity directory" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity_directory" tooltip="directory of the healthcare activities offered by a healthcare provider" color="#CC0014"]
#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 provider activity
38 [label="healthcare provider activity" fontname="Cambria" URL="https://contsys.org/concept/healthcare_provider_activity" tooltip="healthcare activity performed by a healthcare provider" color="#CC0014"]
#List of generalisations and specialisations
# List of associations
#1..* healthcare provider performs 1..* healthcare provider activity
8 -> 38 [constraint=false, dir="forward" label="performs" fontname="Cambria"]
#1 healthcare provider has 1 healthcare activity directory
8 -> 44 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#1 healthcare activity directory includes 1..* healthcare provider activity
44 -> 38 [constraint=false, dir="forward" label="includes" fontname="Cambria"]
}
Some PS