# Copyright Oughtibridge Ltd
digraph "healthcare_professional_entitlement"
{
fontname="Cambria"
# label="healthcare professional entitlement"
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
#healthcare professional entitlement
6 [label="healthcare professional entitlement" fontname="Cambria" URL="https://contsys.org/concept/healthcare_professional_entitlement" tooltip="registered authorization given to a person in order to allow the person to have or perform specific roles in healthcare" color="#9f1fd8"]
#healthcare professional
1 [label="healthcare professional" fontname="Cambria" URL="https://contsys.org/concept/healthcare_professional" tooltip="healthcare personnel having a healthcare professional entitlement recognized in a given jurisdiction" color="#9f1fd8"]
#List of generalisations and specialisations
# List of associations
#1 healthcare professional has 1..* healthcare professional entitlement
1 -> 6 [constraint=false, dir="forward" label="has" fontname="Cambria"]
}
Some PS