# Copyright Oughtibridge Ltd
digraph "developer"
{
fontname="Cambria"
# label="developer"
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
#developer
70 [label="developer" fontname="Cambria" URL="https://81001.org/concept/Concept_70" tooltip="role responsible for execution of the design and development phase (from concept to release and maintenance) of a health software or health IT system" 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
#developer IS A role
69 -> 70 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="developer is a type of role" fontname="Cambria"]
# List of associations
#0..* organization has 0..* role
36 -> 69 [constraint=false, dir="forward" label="has" fontname="Cambria"]
}
Some PS