# Copyright Oughtibridge Ltd
digraph "manufacturer"
{
fontname="Cambria"
# label="manufacturer"
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
#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"]
#intended use
29 [label="intended use" fontname="Cambria" URL="https://81001.org/concept/intended_use" tooltip="use for which a product, process or service is intended according to the specifications, instructions and information provided by the manufacturer" color="#a74d00"]
#responsibility agreement
44 [label="responsibility agreement" fontname="Cambria" URL="https://81001.org/concept/responsibility_agreement" tooltip="document that fully defines the responsibilities of all relevant stakeholders" color="#02f4ff"]
#product
40 [label="product" fontname="Cambria" URL="https://81001.org/concept/product" tooltip="output of an organization that can be produced without any transaction taking place between the organization and the customer" color="#ff0700"]
#product
40 [label="product" fontname="Cambria" URL="https://81001.org/concept/product" tooltip="output of an organization that can be produced without any transaction taking place between the organization and the customer" color="#ff0700"]
#product
40 [label="product" fontname="Cambria" URL="https://81001.org/concept/product" tooltip="output of an organization that can be produced without any transaction taking place between the organization and the customer" color="#ff0700"]
#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"]
#reasonably foreseeable misuse
76 [label="reasonably foreseeable misuse" fontname="Cambria" URL="https://81001.org/concept/reasonably_foreseeable_misuse" tooltip="use of a product or system in a way not intended by the manufacturer, but which can result from readily predictable human behaviour" color="#a7ff00"]
#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"]
#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"]
#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"]
#exposure
16 [label="exposure" fontname="Cambria" URL="https://81001.org/concept/exposure" tooltip="extent to which an organization and/orĀ stakeholder is subject to anĀ event" color="#a7ff00"]
#role
69 [label="role" fontname="Cambria" URL="https://81001.org/concept/role" tooltip="function or position" color="#02f4ff"]
#top management
63 [label="top management" fontname="Cambria" URL="https://81001.org/concept/top_management" tooltip="Group of people who direct and control an organization and have overall accountability in an organization." 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"]
#top management IS A role
69 -> 63 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="top management 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
#1..* intended use is defined by 1 manufacturer
29 -> 34 [constraint=false, dir="forward" label="is defined by" fontname="Cambria"]
#1 manufacturer agrees 0..* responsibility agreement
34 -> 44 [constraint=false, dir="forward" label="agrees" fontname="Cambria"]
#1 manufacturer has accountability for design and manufacture of 1..* product
34 -> 40 [constraint=false, dir="forward" label="has accountability for design and manufacture of" fontname="Cambria"]
#1 manufacturer manufactures 0..* product
34 -> 40 [constraint=false, dir="forward" label="manufactures" fontname="Cambria"]
#0..* product has 1..* intended use
40 -> 29 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#0..* product produced by 0..* manufacturer
40 -> 34 [constraint=false, dir="forward" label="produced by" fontname="Cambria"]
#0..1 responsibility agreement concerns 1..* product
44 -> 40 [constraint=false, dir="forward" label="concerns" fontname="Cambria"]
#1 top management agree 0..* responsibility agreement
63 -> 44 [constraint=false, dir="forward" label="agree" fontname="Cambria"]
#0..* organization has 1..* exposure
36 -> 16 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#0..* organization has 0..* role
36 -> 69 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#0..1 manufacturer performs role 1 implementer
34 -> 27 [constraint=false, dir="forward" label="performs role" fontname="Cambria"]
#1 top management direct and control 1 organization
63 -> 36 [constraint=false, dir="forward" label="direct and control" fontname="Cambria"]
#0..* manufacturer does not intend 0..* reasonably foreseeable misuse
34 -> 76 [constraint=false, dir="forward" label="does not intend" fontname="Cambria"]
#0..* reasonably foreseeable misuse applies to 0..* product
76 -> 40 [constraint=false, dir="forward" label="applies to " fontname="Cambria"]
}
Some PS