# Copyright Oughtibridge Ltd
digraph "integrator"
{
fontname="Cambria"
# label="integrator"
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
#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"]
#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"]
#medical device
35 [label="medical device" fontname="Cambria" URL="https://81001.org/concept/medical_device" tooltip="instrument, apparatus, implement, machine, appliance, implant, reagent for in vitro use, software, material or other similar or related article, intended by the manufacturer to be used, alone or in combination, for human beings, for one of more of the specific medical purpose(s) of
— diagnosis, prevention, monitoring, treatment or alleviation of disease,
— diagnosis, monitoring, treatment, alleviation of or compensation for an injury,
— investigation, replacement, modification, or support of the anatomy or of a physiological process, — supporting or sustaining life,
— control of conception,
— cleaning, disinfection, or sterilization of medical devices,
— providing information by means of in vitro examination of specimens derived from the human body,
and which does not achieve its primary intended action by pharmacological, immunological or metabolic means, in or on the human body, but which may be assisted in its function by such means" color="#ff0700"]
#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"]
#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
#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"]
#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"]
#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..* organization has 0..* role
36 -> 69 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#1..* integrator integrates 1..* health IT system
28 -> 22 [constraint=false, dir="forward" label="integrates" fontname="Cambria"]
#1..* integrator integrates 0..* medical device
28 -> 35 [constraint=false, dir="forward" label="integrates" fontname="Cambria"]
#1 healthcare delivery organization assigns responsibility to 1..* integrator
25 -> 28 [constraint=false, dir="forward" label="assigns responsibility to" fontname="Cambria"]
}
Some PS