# Copyright Oughtibridge Ltd
digraph "health_objective"
{
fontname="Cambria"
# label="health objective"
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
#health objective
76 [label="health objective" fontname="Cambria" URL="https://contsys.org/concept/health_objective" tooltip="desired ultimate achievement of a healthcare process addressing health needs" color="#6699cc"]
#target condition
17 [label="target condition" fontname="Cambria" URL="https://contsys.org/concept/target_condition" tooltip="potential health condition representing health objectives and/or healthcare goals" color="#58d81f"]
#care plan
72 [label="care plan" fontname="Cambria" URL="https://contsys.org/concept/care_plan" tooltip="dynamic, personalized plan including identified needed healthcare activities, health objectives and healthcare goals, relating to one or more specified health issues in a healthcare process" color="#6699cc"]
#healthcare goal
75 [label="healthcare goal" fontname="Cambria" URL="https://contsys.org/concept/healthcare_goal" tooltip="desired achievement of one or more healthcare activities, considered as an intermediate operational step to reach a specific health objective" color="#6699cc"]
#health need
36 [label="health need" fontname="Cambria" URL="https://contsys.org/concept/health_need" tooltip="deficit in the current health state compared to aspects of a desired future health state" color="#58d81f"]
#List of generalisations and specialisations
# List of associations
#0..* target condition represents 0..* health objective
17 -> 76 [constraint=false, dir="forward" label="represents" fontname="Cambria"]
#0..* target condition represents 0..* healthcare goal
17 -> 75 [constraint=false, dir="forward" label="represents" fontname="Cambria"]
#0..* care plan 0..* care plan
72 -> 72 [constraint=false, dir="forward" label="" fontname="Cambria"]
#1..* care plan targets 1..* healthcare goal
72 -> 75 [constraint=false, dir="forward" label="targets" fontname="Cambria"]
#1..* care plan targets 1..* health objective
72 -> 76 [constraint=false, dir="forward" label="targets " fontname="Cambria"]
#1..* healthcare goal contributes to achievement of 1..* health objective
75 -> 76 [constraint=false, dir="forward" label="contributes to achievement of" fontname="Cambria"]
#0..* health objective addresses 1..* health need
76 -> 36 [constraint=false, dir="forward" label="addresses" fontname="Cambria"]
}
Some PS