# Copyright Oughtibridge Ltd
digraph "item"
{
fontname="Cambria"
# label="item"
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
#item
200 [label="item" fontname="Cambria" URL="https://contsys.org/concept/item" tooltip="abstract structure component that holds all properties common for clusters and elements" color="#0000ff"]
#entry
203 [label="entry" fontname="Cambria" URL="https://contsys.org/concept/entry" tooltip="structure componentthat represents the data documenting one clinical observation or a series of related observations, or a clinical statement, an explanation of clinical reasoning, a healthcare intention, plan or action." color="#0000ff"]
#cluster
216 [label="cluster" fontname="Cambria" URL="https://contsys.org/concept/cluster" tooltip="structure component used for creating hierarchical structures within an entry and with elements as leaf nodes" color="#0000ff"]
#item
200 [label="item" fontname="Cambria" URL="https://contsys.org/concept/item" tooltip="abstract structure component that holds all properties common for clusters and elements" color="#0000ff"]
#item
200 [label="item" fontname="Cambria" URL="https://contsys.org/concept/item" tooltip="abstract structure component that holds all properties common for clusters and elements" color="#0000ff"]
#item
200 [label="item" fontname="Cambria" URL="https://contsys.org/concept/item" tooltip="abstract structure component that holds all properties common for clusters and elements" color="#0000ff"]
#item
200 [label="item" fontname="Cambria" URL="https://contsys.org/concept/item" tooltip="abstract structure component that holds all properties common for clusters and elements" color="#0000ff"]
#List of generalisations and specialisations
#cluster IS A item
200 -> 216 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="cluster is a type of item" fontname="Cambria"]
# List of associations
#0..1 entry 0..* item
203 -> 200 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..1 cluster 0..* item
216 -> 200 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS