# Copyright Oughtibridge Ltd
digraph "next_of_kin"
{
fontname="Cambria"
# label="next of kin"
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
#next of kin
13 [label="next of kin" fontname="Cambria" URL="https://contsys.org/concept/next_of_kin" tooltip="person role being either the closest living relative of the subject of care or identified as the one he has a close relationship with" color="#9f1fd8"]
#subject of care
3 [label="subject of care" fontname="Cambria" URL="https://contsys.org/concept/subject_of_care" tooltip="healthcare actor with a person role; who seeks to receive, is receiving, or has received healthcare" color="#9f1fd8"]
#person role
151 [label="person role" fontname="Cambria" URL="https://contsys.org/concept/person_role" tooltip="role of a person" color="#ffffff"]
#person role
151 [label="person role" fontname="Cambria" URL="https://contsys.org/concept/person_role" tooltip="role of a person" color="#ffffff"]
#person (term)
140 [label="person (term)" fontname="Cambria" URL="https://contsys.org/concept/person" tooltip="human being regarded as an individual" color="#ffffff"]
#role
152 [label="role" fontname="Cambria" URL="https://contsys.org/concept/role" tooltip="function or position" color="#ffffff"]
#role
152 [label="role" fontname="Cambria" URL="https://contsys.org/concept/role" tooltip="function or position" color="#ffffff"]
#List of generalisations and specialisations
#subject of care IS A person role
151 -> 3 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="subject of care is a type of person role" fontname="Cambria"]
#next of kin IS A person role
151 -> 13 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="next of kin is a type of person role" fontname="Cambria"]
#person role IS A role
152 -> 151 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="person role is a type of role" fontname="Cambria"]
# List of associations
#1 subject of care has 0..1 next of kin
3 -> 13 [constraint=false, dir="forward" label="has" fontname="Cambria"]
}
Some PS