# Copyright Oughtibridge Ltd
digraph "implementer"
{
fontname="Cambria"
# label="implementer"
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
#implementer
27 [label="implementer" fontname="Cambria" URL="https://81001.org/concept/implementer" tooltip="role responsible for the clinical installation, workflow optimization, and training of health software and health IT systems in the clinical setting" color="#02f4ff"]
#user
65 [label="user" fontname="Cambria" URL="https://81001.org/concept/user" tooltip="person using the system for a health-related purpose" color="#02f4ff"]
#health IT system
22 [label="health IT system" fontname="Cambria" URL="https://81001.org/concept/health_IT_system" tooltip="combination of interacting health IT elements that is configured and implemented to support and enable an individual or organization’s specific health objectives" color="#ff0700"]
#health IT system
22 [label="health IT system" fontname="Cambria" URL="https://81001.org/concept/health_IT_system" tooltip="combination of interacting health IT elements that is configured and implemented to support and enable an individual or organization’s specific health objectives" color="#ff0700"]
#manufacturer
34 [label="manufacturer" fontname="Cambria" URL="https://81001.org/concept/manufacturer" tooltip="organization with responsibility for design or manufacture of a product" 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
#manufacturer IS A organization
36 -> 34 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="manufacturer is a type of organization" fontname="Cambria"]
#manufacturer IS A role
69 -> 34 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="manufacturer is a type of role" fontname="Cambria"]
#user IS A role
69 -> 65 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="user is a type of role" fontname="Cambria"]
#implementer IS A role
69 -> 27 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="implementer 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..* implementer responsible for training of 0..* user
27 -> 65 [constraint=false, dir="forward" label="responsible for training of" fontname="Cambria"]
#1..* implementer responsible for clinical installation of 1..* health IT system
27 -> 22 [constraint=false, dir="forward" label="responsible for clinical installation of" fontname="Cambria"]
#1..* implementer optimises workflow concerning 1..* health IT system
27 -> 22 [constraint=false, dir="forward" label="optimises workflow concerning" fontname="Cambria"]
#0..1 manufacturer performs role 1 implementer
34 -> 27 [constraint=false, dir="forward" label="performs role" fontname="Cambria"]
}
Some PS