# Copyright Oughtibridge Ltd
digraph "automated_healthcare"
{
fontname="Cambria"
# label="automated healthcare"
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
#automated healthcare
48 [label="automated healthcare" fontname="Cambria" URL="https://contsys.org/concept/automated_healthcare" tooltip="method of delivering healthcare initiated by a responsible healthcare actor and thereafter delivered automatically by an automatic medical device" color="#CC0014"]
#healthcare actor
7 [label="healthcare actor" fontname="Cambria" URL="https://contsys.org/concept/healthcare_actor" tooltip="organization or person participating in healthcare" color="#9f1fd8"]
#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 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 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"]
#non-ratified healthcare information
124 [label="non-ratified healthcare information" fontname="Cambria" URL="https://contsys.org/concept/non-ratified_healthcare_information" tooltip="healthcare information the relevance of which has not been assessed and explicitly stated as valid by a healthcare professional" color="#d88d1f"]
#automatic medical device
59 [label="automatic medical device" fontname="Cambria" URL="https://contsys.org/concept/automatic_medical_device" tooltip="medical device capable of performing automated healthcare activities" color="#CC0014"]
#List of generalisations and specialisations
# List of associations
#1..* healthcare actor is responsible for 0..* automated healthcare
7 -> 48 [constraint=false, dir="forward" label="is responsible for" fontname="Cambria"]
#0..* healthcare activity 0..1 healthcare activity
39 -> 39 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* automated healthcare initiated during 1 healthcare activity
48 -> 39 [constraint=false, dir="forward" label="initiated during" fontname="Cambria"]
#0..* automated healthcare terminated during 0..1 healthcare activity
48 -> 39 [constraint=false, dir="forward" label="terminated during" fontname="Cambria"]
#0..* automated healthcare reviewed during 0..* healthcare activity
48 -> 39 [constraint=false, dir="forward" label="reviewed during" fontname="Cambria"]
#0..* automated healthcare results in 0..* non-ratified healthcare information
48 -> 124 [constraint=false, dir="forward" label="results in" fontname="Cambria"]
#1 automatic medical device delivers 0..* automated healthcare
59 -> 48 [constraint=false, dir="forward" label="delivers" fontname="Cambria"]
}
Some PS