# Copyright Oughtibridge Ltd
digraph "health_software"
{
fontname="Cambria"
# label="health software"
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 software
23 [label="health software" fontname="Cambria" URL="https://81001.org/concept/health_software" tooltip="software intended to be used specifically for managing, maintaining, or improving health of individual persons, or the delivery of care, or which has been developed for the purpose of being incorporated into a medical device" color="#ff0700"]
#health software product
24 [label="health software product" fontname="Cambria" URL="https://81001.org/concept/health_software_product" tooltip="" color="#ff0700"]
#List of generalisations and specialisations
# List of associations
#1 health software product has part 0..* health software
24 -> 23 [constraint=false, dir="forward" label="has part" fontname="Cambria"]
}
Some PS