# Copyright Oughtibridge Ltd
digraph "extracted_component_set"
{
fontname="Cambria"
# label="extracted component set"
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
#extracted component set
196 [label="extracted component set" fontname="Cambria" URL="https://contsys.org/concept/extracted_component_set" tooltip="structure component extracted from an EHR for the purpose of being communicated in an EHR extract as the target of one or more links" color="#0000ff"]
#electronic health record extract
121 [label="electronic health record extract" fontname="Cambria" URL="https://contsys.org/concept/electronic_health_record_extract" tooltip="health record extract consisting solely of electronic record components" color="#d88d1f"]
#electronic health record extract
121 [label="electronic health record extract" fontname="Cambria" URL="https://contsys.org/concept/electronic_health_record_extract" tooltip="health record extract consisting solely of electronic record components" color="#d88d1f"]
#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"]
#List of generalisations and specialisations
# List of associations
#1 electronic health record extract 0..1 extracted component set
121 -> 196 [constraint=false, dir="forward" label="" fontname="Cambria"]
#1 electronic health record extract 0..1 extracted component set
121 -> 196 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..1 extracted component set 0..* structure component
196 -> 197 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS