# Copyright Oughtibridge Ltd
digraph "system_owner"
{
fontname="Cambria"
# label="system owner"
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
#system owner
61 [label="system owner" fontname="Cambria" URL="https://81001.org/concept/system_owner" tooltip="senior executive accountable for ensuring the health IT system being acquired and implemented will meet their organization’s healthcare delivery services needs for its intended use" color="#02f4ff"]
#system
60 [label="system" fontname="Cambria" URL="https://81001.org/concept/system" tooltip="combination of interacting elements organized to achieve one or more stated purposes" color="#ff0700"]
#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
#system owner IS A role
69 -> 61 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="system owner 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"]
#1 system owner owns 1..* system
61 -> 60 [constraint=false, dir="forward" label="owns" fontname="Cambria"]
}
Some PS