# Copyright Oughtibridge Ltd
digraph "authorization_by_law"
{
fontname="Cambria"
# label="authorization by law"
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
#authorization by law
107 [label="authorization by law" fontname="Cambria" URL="https://contsys.org/concept/authorization_by_law" tooltip="provision in legislation that in certain circumstances may overrule the need for informed consent" color="#376fa6"]
#healthcare mandate
100 [label="healthcare mandate" fontname="Cambria" URL="https://contsys.org/concept/healthcare_mandate" tooltip="mandate (commission) based on a commitment and either an informed consent or an authorization by law, defining the rights and obligations of one healthcare actor with regard to his involvement in healthcare processes performed for a specific subject of care" color="#376fa6"]
#List of generalisations and specialisations
# List of associations
#0..* healthcare mandate derives from 0..* healthcare mandate
100 -> 100 [constraint=false, dir="forward" label="derives from" fontname="Cambria"]
#0..* healthcare mandate requires 0..1 authorization by law
100 -> 107 [constraint=false, dir="forward" label="requires" fontname="Cambria"]
}
Some PS