# Copyright Oughtibridge Ltd
digraph "clinical_pathway"
{
fontname="Cambria"
# label="clinical pathway"
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
#clinical pathway
70 [label="clinical pathway" fontname="Cambria" URL="https://contsys.org/concept/clinical_pathway" tooltip="pathway for the healthcare activities informing the content of core care plans" color="#6699cc"]
#health condition
20 [label="health condition" fontname="Cambria" URL="https://contsys.org/concept/health_condition" tooltip="observed or potential observable aspects of the health state at a given time" color="#58d81f"]
#clinical guideline
78 [label="clinical guideline" fontname="Cambria" URL="https://contsys.org/concept/clinical_guideline" tooltip="set of systematically developed statements to assist the decisions made by healthcare actors about healthcare activities to be performed with regard to specified health issues" color="#6699cc"]
#core care plan
71 [label="core care plan" fontname="Cambria" URL="https://contsys.org/concept/core_care_plan" tooltip="reusable content and structure for a potential care plan for a specified set of circumstances" color="#6699cc"]
#health condition
20 [label="health condition" fontname="Cambria" URL="https://contsys.org/concept/health_condition" tooltip="observed or potential observable aspects of the health state at a given time" color="#58d81f"]
#List of generalisations and specialisations
# List of associations
#1..* health condition governs the choice of 0..* clinical pathway
20 -> 70 [constraint=false, dir="forward" label="governs the choice of" fontname="Cambria"]
#0..* clinical pathway refers to 1..* clinical guideline
70 -> 78 [constraint=false, dir="forward" label="refers to" fontname="Cambria"]
#0..1 clinical pathway informs 1..* core care plan
70 -> 71 [constraint=false, dir="forward" label="informs" fontname="Cambria"]
#0..* clinical pathway addresses 1..* health condition
70 -> 20 [constraint=false, dir="forward" label="addresses" fontname="Cambria"]
}
Some PS