# Copyright Oughtibridge Ltd
digraph "organization"
{
fontname="Cambria"
# label="organization"
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
#organization
149 [label="organization" fontname="Cambria" URL="https://contsys.org/concept/organization" tooltip="unique framework of authority within which a person or persons act, or are designated to act towards some purpose" color="#ffffff"]
#organizational role
5 [label="organizational role" fontname="Cambria" URL="https://contsys.org/concept/organizational_role" tooltip="role undertaken by an organization" color="#9f1fd8"]
#healthcare actor
7 [label="healthcare actor" fontname="Cambria" URL="https://contsys.org/concept/healthcare_actor" tooltip="organization or person participating in healthcare" color="#9f1fd8"]
#List of generalisations and specialisations
# List of associations
#0..* organization has 0..* organizational role
149 -> 5 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#0..1 organization is 0..* healthcare actor
149 -> 7 [constraint=false, dir="forward" label="is" fontname="Cambria"]
}
Some PS