# Copyright Oughtibridge Ltd
digraph "customer"
{
fontname="Cambria"
# label="customer"
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
#customer
11 [label="customer" fontname="Cambria" URL="https://81001.org/concept/customer" tooltip="person or organization that could or does receive a product or a service that is intended for or required by this person or organization" color="#02f4ff"]
#healthcare delivery organization
25 [label="healthcare delivery organization" fontname="Cambria" URL="https://81001.org/concept/healthcare_delivery_organization" tooltip="facility or enterprise such as a clinic or hospital that provides healthcare services" color="#02f4ff"]
#role
69 [label="role" fontname="Cambria" URL="https://81001.org/concept/role" tooltip="function or position" color="#02f4ff"]
#role
69 [label="role" fontname="Cambria" URL="https://81001.org/concept/role" tooltip="function or position" color="#02f4ff"]
#organization
36 [label="organization" fontname="Cambria" URL="https://81001.org/concept/organization" tooltip="person or group of people that has its own functions with responsibilities, authorities and relationships to achieve its objectives" color="#02f4ff"]
#List of generalisations and specialisations
#healthcare delivery organization IS A organization
36 -> 25 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare delivery organization is a type of organization" fontname="Cambria"]
#customer IS A role
69 -> 11 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="customer is a type of role" fontname="Cambria"]
#healthcare delivery organization IS A role
69 -> 25 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare delivery organization is a type of role" fontname="Cambria"]
# List of associations
#0..* customer uses 0..* healthcare delivery organization
11 -> 25 [constraint=false, dir="forward" label="uses" fontname="Cambria"]
#0..* organization has 0..* role
36 -> 69 [constraint=false, dir="forward" label="has" fontname="Cambria"]
}
Some PS