# Copyright Oughtibridge Ltd
digraph "attestation_information"
{
fontname="Cambria"
# label="attestation information"
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
#attestation information
219 [label="attestation information" fontname="Cambria" URL="https://contsys.org/concept/attestation_information" tooltip="base component documenting the details of an attestation of a set of electronic health record components" color="#0000ff"]
#structure component
197 [label="structure component" fontname="Cambria" URL="https://contsys.org/concept/structure_component" tooltip="electronic health record component which contain one of more other electronic health record components" color="#0000ff"]
#electronic health record component
128 [label="electronic health record component" fontname="Cambria" URL="https://contsys.org/concept/electronic_health_record_component" tooltip="health record component which only includes information in electronic format" color="#d88d1f"]
#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"]
#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"]
#List of generalisations and specialisations
#structure component IS A electronic health record component
128 -> 197 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="structure component is a type of electronic health record component" fontname="Cambria"]
#electronic health record component IS A base component
217 -> 128 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="electronic health record component is a type of base component" fontname="Cambria"]
#link IS A base component
217 -> 199 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="link is a type of base component" fontname="Cambria"]
#attestation information IS A base component
217 -> 219 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="attestation information is a type of base component" fontname="Cambria"]
# List of associations
#1 structure component 0..* attestation information
197 -> 219 [constraint=false, dir="forward" label="" fontname="Cambria"]
#1 structure component 0..* link
197 -> 199 [constraint=false, dir="forward" label="" fontname="Cambria"]
#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"]
#0..* attestation information target 1..* electronic health record component
219 -> 128 [constraint=false, dir="forward" label="target" fontname="Cambria"]
}
Some PS