# Copyright Oughtibridge Ltd
digraph "key_properties"
{
fontname="Cambria"
# label="key properties"
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
#key properties
32 [label="key properties" fontname="Cambria" URL="https://81001.org/concept/key_property" tooltip="three risk management characteristics of safety, effectiveness, and security" color="#a74d00"]
#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"]
#quality
41 [label="quality" fontname="Cambria" URL="https://81001.org/concept/quality" tooltip="degree to which all the properties and characteristics of a product, process, or service satisfy the requirements which ensue from the purpose for which that product, process, or service is to be used" color="#a74d00"]
#security
56 [label="security" fontname="Cambria" URL="https://81001.org/concept/security" tooltip="state where information and systems are protected from unauthorized activities, such as access, use, disclosure, disruption, modification, or destruction to a degree that the related risks to confidentiality, integrity, and availability are maintained at an acceptable level throughout the lifecycle" color="#a74d00"]
#security
56 [label="security" fontname="Cambria" URL="https://81001.org/concept/security" tooltip="state where information and systems are protected from unauthorized activities, such as access, use, disclosure, disruption, modification, or destruction to a degree that the related risks to confidentiality, integrity, and availability are maintained at an acceptable level throughout the lifecycle" color="#a74d00"]
#safety
55 [label="safety" fontname="Cambria" URL="https://81001.org/concept/safety" tooltip="freedom from unacceptable risk" color="#a74d00"]
#safety
55 [label="safety" fontname="Cambria" URL="https://81001.org/concept/safety" tooltip="freedom from unacceptable risk" color="#a74d00"]
#effectiveness
12 [label="effectiveness" fontname="Cambria" URL="https://81001.org/concept/effectiveness" tooltip="ability to produce the intended result" color="#a74d00"]
#effectiveness
12 [label="effectiveness" fontname="Cambria" URL="https://81001.org/concept/effectiveness" tooltip="ability to produce the intended result" color="#a74d00"]
#List of generalisations and specialisations
#security IS A key properties
32 -> 56 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="security is a type of key properties" fontname="Cambria"]
#safety IS A key properties
32 -> 55 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="safety is a type of key properties" fontname="Cambria"]
#effectiveness IS A key properties
32 -> 12 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="effectiveness is a type of key properties" fontname="Cambria"]
# List of associations
#0..* health IT system has 0..* key properties
22 -> 32 [constraint=false, dir="forward" label="has" fontname="Cambria"]
#0..* quality determines satisfaction of 0..* key properties
41 -> 32 [constraint=false, dir="forward" label="determines satisfaction of" fontname="Cambria"]
}
Some PS