# Copyright Oughtibridge Ltd
digraph "health_condition_period"
{
fontname="Cambria"
# label="health condition period"
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 condition period
99 [label="health condition period" fontname="Cambria" URL="https://contsys.org/concept/health_condition_period" tooltip="health related period during which a health condition has been observed" color="#085221"]
#observed condition
21 [label="observed condition" fontname="Cambria" URL="https://contsys.org/concept/observed_condition" tooltip="health condition observed by a healthcare actor" color="#58d81f"]
#health related period
92 [label="health related period" fontname="Cambria" URL="https://contsys.org/concept/health_related_period" tooltip="time interval related to the health of a subject of care and/or the provision of healthcare for that subject of care" color="#085221"]
#health related period
92 [label="health related period" fontname="Cambria" URL="https://contsys.org/concept/health_related_period" tooltip="time interval related to the health of a subject of care and/or the provision of healthcare for that subject of care" color="#085221"]
#health related period
92 [label="health related period" fontname="Cambria" URL="https://contsys.org/concept/health_related_period" tooltip="time interval related to the health of a subject of care and/or the provision of healthcare for that subject of care" color="#085221"]
#health related period
92 [label="health related period" fontname="Cambria" URL="https://contsys.org/concept/health_related_period" tooltip="time interval related to the health of a subject of care and/or the provision of healthcare for that subject of care" color="#085221"]
#List of generalisations and specialisations
#health condition period IS A health related period
92 -> 99 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="health condition period is a type of health related period" fontname="Cambria"]
# List of associations
#1 observed condition has been observed during 1 health condition period
21 -> 99 [constraint=false, dir="forward" label="has been observed during" fontname="Cambria"]
#0..1 health related period 0..* health related period
92 -> 92 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS