# Copyright Oughtibridge Ltd
digraph "base_component"
{
fontname="Cambria"
# label="base component"
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
#base component
217 [label="base component" fontname="Cambria" URL="https://contsys.org/concept/base_component" tooltip="abstract class that include the properties common for all revisable classes included in EHR extract" color="#0000ff"]
#link
199 [label="link" fontname="Cambria" URL="https://contsys.org/concept/link" tooltip="base component that describes an association from information in an EHR extract to other information within that EHR extract" color="#0000ff"]
#link
199 [label="link" fontname="Cambria" URL="https://contsys.org/concept/link" tooltip="base component that describes an association from information in an EHR extract to other information within that EHR extract" color="#0000ff"]
#audit information
218 [label="audit information" fontname="Cambria" URL="https://contsys.org/concept/audit_information" tooltip="documentation of the details of a revision of a base component" color="#0000ff"]
#base component
217 [label="base component" fontname="Cambria" URL="https://contsys.org/concept/base_component" tooltip="abstract class that include the properties common for all revisable classes included in EHR extract" color="#0000ff"]
#base component
217 [label="base component" fontname="Cambria" URL="https://contsys.org/concept/base_component" tooltip="abstract class that include the properties common for all revisable classes included in EHR extract" color="#0000ff"]
#base component
217 [label="base component" fontname="Cambria" URL="https://contsys.org/concept/base_component" tooltip="abstract class that include the properties common for all revisable classes included in EHR extract" color="#0000ff"]
#base component
217 [label="base component" fontname="Cambria" URL="https://contsys.org/concept/base_component" tooltip="abstract class that include the properties common for all revisable classes included in EHR extract" color="#0000ff"]
#base component
217 [label="base component" fontname="Cambria" URL="https://contsys.org/concept/base_component" tooltip="abstract class that include the properties common for all revisable classes included in EHR extract" color="#0000ff"]
#base component
217 [label="base component" fontname="Cambria" URL="https://contsys.org/concept/base_component" tooltip="abstract class that include the properties common for all revisable classes included in EHR extract" color="#0000ff"]
#List of generalisations and specialisations
#link IS A base component
217 -> 199 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="link is a type of base component" fontname="Cambria"]
# List of associations
#0..* link target 0..1 base component
199 -> 217 [constraint=false, dir="forward" label="target" fontname="Cambria"]
#0..* link source 0..1 base component
199 -> 217 [constraint=false, dir="forward" label="source" fontname="Cambria"]
#1 base component 0..* audit information
217 -> 218 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS