# Copyright Oughtibridge Ltd
digraph "healthcare_delivery_organization"
{
fontname="Cambria"
# label="healthcare delivery 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
#healthcare delivery organization
25 [label="healthcare delivery organization" fontname="Cambria" URL="https://81001.org/concept/healthcare_delivery_organization" tooltip="facility or enterprise such as a clinic or hospital that provides healthcare services" color="#02f4ff"]
#customer
11 [label="customer" fontname="Cambria" URL="https://81001.org/concept/customer" tooltip="person or organization that could or does receive a product or a service that is intended for or required by this person or organization" 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"]
#integrator
28 [label="integrator" fontname="Cambria" URL="https://81001.org/concept/integrator" tooltip="role responsible for the incorporation of components into the health IT infrastructure used by the healthcare delivery organization, including technical installation, configuration, and data migration" 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"]
#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
#healthcare delivery organization IS A organization
36 -> 25 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare delivery organization is a type of organization" fontname="Cambria"]
#customer IS A role
69 -> 11 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="customer is a type of role" fontname="Cambria"]
#healthcare delivery organization IS A role
69 -> 25 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare delivery organization 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"]
#integrator IS A role
69 -> 28 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="integrator is a type of role" fontname="Cambria"]
# List of associations
#0..* customer uses 0..* healthcare delivery organization
11 -> 25 [constraint=false, dir="forward" label="uses" fontname="Cambria"]
#0..* healthcare delivery organization uses 0..* product
25 -> 40 [constraint=false, dir="forward" label="uses" 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"]
#1 healthcare delivery organization assigns responsibility to 1..* integrator
25 -> 28 [constraint=false, dir="forward" label="assigns responsibility to" fontname="Cambria"]
#1 top management direct and control 1 organization
63 -> 36 [constraint=false, dir="forward" label="direct and control" fontname="Cambria"]
}
Some PS