# Copyright Oughtibridge Ltd
digraph "healthcare_resource_management"
{
fontname="Cambria"
# label="healthcare resource management"
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 resource management
57 [label="healthcare resource management" fontname="Cambria" URL="https://contsys.org/concept/healthcare_resource_management" tooltip="activities to direct and control the supply and use of the healthcare resources required to perform healthcare activities" color="#CC0014"]
#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 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"]
#healthcare resource
56 [label="healthcare resource" fontname="Cambria" URL="https://contsys.org/concept/healthcare_resource" tooltip="resource needed to perform healthcare activities" color="#CC0014"]
#List of generalisations and specialisations
# List of associations
#1 healthcare provider performs 0..* healthcare resource management
8 -> 57 [constraint=false, dir="forward" label="performs" fontname="Cambria"]
#0..* healthcare activity 0..1 healthcare activity
39 -> 39 [constraint=false, dir="forward" label="" fontname="Cambria"]
#1..* healthcare activity requires 0..* healthcare resource management
39 -> 57 [constraint=false, dir="forward" label="requires" fontname="Cambria"]
#1..* healthcare activity requires 1..* healthcare resource
39 -> 56 [constraint=false, dir="forward" label="requires" fontname="Cambria"]
#1..* healthcare resource management direct and control the supply and use of 1..* healthcare resource
57 -> 56 [constraint=false, dir="forward" label="direct and control the supply and use of" fontname="Cambria"]
}
Some PS