# Copyright Oughtibridge Ltd
digraph "healthcare_funds"
{
fontname="Cambria"
# label="healthcare funds"
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 funds
61 [label="healthcare funds" fontname="Cambria" URL="https://contsys.org/concept/healthcare_funds" tooltip="resource provided for funding healthcare delivery" color="#CC0014"]
#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 resource
56 [label="healthcare resource" fontname="Cambria" URL="https://contsys.org/concept/healthcare_resource" tooltip="resource needed to perform healthcare activities" color="#CC0014"]
#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"]
#resource
177 [label="resource" fontname="Cambria" URL="https://contsys.org/concept/resource" tooltip="asset that is utilized or consumed during the execution of a process" color="#ffffff"]
#resource
177 [label="resource" fontname="Cambria" URL="https://contsys.org/concept/resource" tooltip="asset that is utilized or consumed during the execution of a process" color="#ffffff"]
#List of generalisations and specialisations
#healthcare resource IS A resource
177 -> 56 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare resource is a type of resource" fontname="Cambria"]
#healthcare funds IS A resource
177 -> 61 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare funds is a type of resource" fontname="Cambria"]
# List of associations
#1..* healthcare actor participates in 1..* healthcare
7 -> 139 [constraint=false, dir="forward" label="participates in" fontname="Cambria"]
#0..* healthcare actor provides 0..* healthcare funds
7 -> 61 [constraint=false, dir="forward" label="provides" fontname="Cambria"]
#0..* healthcare funds is funding 0..* healthcare resource
61 -> 56 [constraint=false, dir="forward" label="is funding" fontname="Cambria"]
#0..* healthcare is financed by 0..* healthcare funds
139 -> 61 [constraint=false, dir="forward" label="is financed by" fontname="Cambria"]
}
Some PS