# Copyright Oughtibridge Ltd
digraph "healthcare_commitment"
{
fontname="Cambria"
# label="healthcare commitment"
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 commitment
111 [label="healthcare commitment" fontname="Cambria" URL="https://contsys.org/concept/healthcare_commitment" tooltip="acceptance of a healthcare mandate by the healthcare actor to whom it is assigned" color="#376fa6"]
#healthcare provider
8 [label="healthcare provider" fontname="Cambria" URL="https://contsys.org/concept/healthcare_provider" tooltip="healthcare actor that is able to be assigned one or more care period mandates" color="#9f1fd8"]
#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"]
#healthcare activity
39 [label="healthcare activity" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity" tooltip="activity intended directly or indirectly to improve or maintain a health state" color="#CC0014"]
#referral
118 [label="referral" fontname="Cambria" URL="https://contsys.org/concept/referral" tooltip="demand for care where a healthcare professional asks a healthcare provider to state a healthcare commitment for a care period mandate" color="#376fa6"]
#List of generalisations and specialisations
# List of associations
#1 healthcare provider states 1..* healthcare commitment
8 -> 111 [constraint=false, dir="forward" label="states" fontname="Cambria"]
#0..* healthcare activity 0..1 healthcare activity
39 -> 39 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* healthcare mandate derives from 0..* healthcare mandate
100 -> 100 [constraint=false, dir="forward" label="derives from" fontname="Cambria"]
#1 healthcare mandate requires 1 healthcare commitment
100 -> 111 [constraint=false, dir="forward" label="requires" fontname="Cambria"]
#0..1 healthcare commitment relates to the provision of 1..* healthcare activity
111 -> 39 [constraint=false, dir="forward" label="relates to the provision of" fontname="Cambria"]
#0..1 referral asks for 1 healthcare commitment
118 -> 111 [constraint=false, dir="forward" label="asks for" fontname="Cambria"]
}
Some PS