# Copyright Oughtibridge Ltd
digraph "health_IT_infrastructure"
{
fontname="Cambria"
# label="health IT infrastructure"
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
#health IT infrastructure
21 [label="health IT infrastructure" fontname="Cambria" URL="https://81001.org/concept/health_IT_infrastructure" tooltip="combined set of IT assets available to the individual or organization for developing, configuring, integrating, maintaining, and using IT services and supporting health, patient care and other organizational objectives" color="#ff0700"]
#asset
3 [label="asset" fontname="Cambria" URL="https://81001.org/concept/asset" tooltip="physical or digital entity that has value to an individual, an organization or a government" color="#ff0700"]
#change-release management
72 [label="change-release management" fontname="Cambria" URL="https://81001.org/concept/change-release management" tooltip="process that ensures that all changes to the health IT infrastructure (and its components) are assessed, approved, implemented and reviewed in a controlled manner and that changes are delivered, distributed, and tracked, leading to release of the change in a controlled manner with appropriate input and output with configuration management" color="#a74d00"]
#List of generalisations and specialisations
# List of associations
#0..* health IT infrastructure comprises 1..* asset
21 -> 3 [constraint=false, dir="forward" label="comprises" fontname="Cambria"]
#0..* change-release management manages changes to 0..* health IT infrastructure
72 -> 21 [constraint=false, dir="forward" label="manages changes to" fontname="Cambria"]
}
Some PS