# Copyright Oughtibridge Ltd
digraph "medical_device"
{
fontname="Cambria"
# label="medical device"
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
#medical device
175 [label="medical device" fontname="Cambria" URL="https://contsys.org/concept/medical_device" tooltip="any instrument, apparatus, implement, machine, appliance, implant, in vitro reagent or calibrator, software, material or other similar or related article, intended by the manufacturer to be used, alone or in combination, for human beings for one or more of the specific purpose(s) of" color="#ffffff"]
#healthcare resource
56 [label="healthcare resource" fontname="Cambria" URL="https://contsys.org/concept/healthcare_resource" tooltip="resource needed to perform healthcare activities" color="#CC0014"]
#healthcare resource
56 [label="healthcare resource" fontname="Cambria" URL="https://contsys.org/concept/healthcare_resource" tooltip="resource needed to perform healthcare activities" color="#CC0014"]
#healthcare activity
39 [label="healthcare activity" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity" tooltip="activity intended directly or indirectly to improve or maintain a health state" color="#CC0014"]
#healthcare resource management
57 [label="healthcare resource management" fontname="Cambria" URL="https://contsys.org/concept/healthcare_resource_management" tooltip="activities to direct and control the supply and use of the healthcare resources required to perform healthcare activities" color="#CC0014"]
#healthcare funds
61 [label="healthcare funds" fontname="Cambria" URL="https://contsys.org/concept/healthcare_funds" tooltip="resource provided for funding healthcare delivery" color="#CC0014"]
#resource
177 [label="resource" fontname="Cambria" URL="https://contsys.org/concept/resource" tooltip="asset that is utilized or consumed during the execution of a process" color="#ffffff"]
#resource
177 [label="resource" fontname="Cambria" URL="https://contsys.org/concept/resource" tooltip="asset that is utilized or consumed during the execution of a process" color="#ffffff"]
#medical device
175 [label="medical device" fontname="Cambria" URL="https://contsys.org/concept/medical_device" tooltip="any instrument, apparatus, implement, machine, appliance, implant, in vitro reagent or calibrator, software, material or other similar or related article, intended by the manufacturer to be used, alone or in combination, for human beings for one or more of the specific purpose(s) of" color="#ffffff"]
#medical device
175 [label="medical device" fontname="Cambria" URL="https://contsys.org/concept/medical_device" tooltip="any instrument, apparatus, implement, machine, appliance, implant, in vitro reagent or calibrator, software, material or other similar or related article, intended by the manufacturer to be used, alone or in combination, for human beings for one or more of the specific purpose(s) of" color="#ffffff"]
#healthcare resource
56 [label="healthcare resource" fontname="Cambria" URL="https://contsys.org/concept/healthcare_resource" tooltip="resource needed to perform healthcare activities" color="#CC0014"]
#healthcare resource
56 [label="healthcare resource" fontname="Cambria" URL="https://contsys.org/concept/healthcare_resource" tooltip="resource needed to perform healthcare activities" color="#CC0014"]
#resource
177 [label="resource" fontname="Cambria" URL="https://contsys.org/concept/resource" tooltip="asset that is utilized or consumed during the execution of a process" color="#ffffff"]
#resource
177 [label="resource" fontname="Cambria" URL="https://contsys.org/concept/resource" tooltip="asset that is utilized or consumed during the execution of a process" color="#ffffff"]
#List of generalisations and specialisations
#medical device IS A healthcare resource
56 -> 175 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="medical device is a type of healthcare resource" fontname="Cambria"]
#healthcare resource IS A resource
177 -> 56 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare resource is a type of resource" fontname="Cambria"]
#healthcare funds IS A resource
177 -> 61 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare funds is a type of resource" fontname="Cambria"]
# List of associations
#0..* healthcare activity 0..1 healthcare activity
39 -> 39 [constraint=false, dir="forward" label="" fontname="Cambria"]
#1..* healthcare activity requires 0..* healthcare resource management
39 -> 57 [constraint=false, dir="forward" label="requires" fontname="Cambria"]
#1..* healthcare activity requires 1..* healthcare resource
39 -> 56 [constraint=false, dir="forward" label="requires" fontname="Cambria"]
#1..* healthcare resource management direct and control the supply and use of 1..* healthcare resource
57 -> 56 [constraint=false, dir="forward" label="direct and control the supply and use of" fontname="Cambria"]
#0..* healthcare funds is funding 0..* healthcare resource
61 -> 56 [constraint=false, dir="forward" label="is funding" fontname="Cambria"]
}
Some PS