# Copyright Oughtibridge Ltd
digraph "healthcare_service"
{
fontname="Cambria"
# label="healthcare service"
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 service
68 [label="healthcare service" fontname="Cambria" URL="https://contsys.org/concept/healthcare_service" tooltip="service that is the result of a healthcare process" color="#b43232"]
#healthcare process
63 [label="healthcare process" fontname="Cambria" URL="https://contsys.org/concept/healthcare_process" tooltip="set of interrelated or interacting healthcare activities which transforms inputs into outputs" color="#b43232"]
#healthcare service directory
69 [label="healthcare service directory " fontname="Cambria" URL="https://contsys.org/concept/healthcare_service_directory_" tooltip="directory of the types of healthcare services offered by one or more healthcare providers" color="#b43232"]
#care period mandate
101 [label="care period mandate" fontname="Cambria" URL="https://contsys.org/concept/care_period_mandate" tooltip="healthcare mandate commissioning a mandated period of care" color="#376fa6"]
#List of generalisations and specialisations
# List of associations
#0..* healthcare process 0..1 healthcare process
63 -> 63 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..1 healthcare service is the result of 1 healthcare process
68 -> 63 [constraint=false, dir="forward" label="is the result of" fontname="Cambria"]
#1..* healthcare service is listed in 1..* healthcare service directory
68 -> 69 [constraint=false, dir="forward" label="is listed in" fontname="Cambria"]
#1 care period mandate commissions 1..* healthcare service
101 -> 68 [constraint=false, dir="forward" label="commissions" fontname="Cambria"]
}
Some PS