# Copyright Oughtibridge Ltd
digraph "needed_healthcare_activity"
{
fontname="Cambria"
# label="needed healthcare activity"
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
#needed healthcare activity
80 [label="needed healthcare activity" fontname="Cambria" URL="https://contsys.org/concept/needed_healthcare_activity" tooltip="healthcare activities bundle which includes those healthcare activities assessed as needed to address specified health need" color="#6699cc"]
#healthcare needs assessment
45 [label="healthcare needs assessment" fontname="Cambria" URL="https://contsys.org/concept/healthcare_needs_assessment" tooltip="healthcare assessment during which a healthcare professional considers a subject of care’s health need and determines the needed healthcare activities" color="#CC0014"]
#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"]
#healthcare activities bundle
74 [label="healthcare activities bundle" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activities_bundle" tooltip="set of healthcare activities" color="#6699cc"]
#healthcare activities bundle
74 [label="healthcare activities bundle" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activities_bundle" tooltip="set of healthcare activities" color="#6699cc"]
#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 activities bundle
74 [label="healthcare activities bundle" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activities_bundle" tooltip="set of healthcare activities" color="#6699cc"]
#healthcare activities bundle
74 [label="healthcare activities bundle" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activities_bundle" tooltip="set of healthcare activities" color="#6699cc"]
#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"]
#List of generalisations and specialisations
#needed healthcare activity IS A healthcare activities bundle
74 -> 80 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="needed healthcare activity is a type of healthcare activities bundle" fontname="Cambria"]
# List of associations
#1 health need is considered during 0..* healthcare needs assessment
36 -> 45 [constraint=false, dir="forward" label="is considered during" fontname="Cambria"]
#0..* healthcare activity 0..1 healthcare activity
39 -> 39 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* healthcare needs assessment identifies 0..* needed healthcare activity
45 -> 80 [constraint=false, dir="forward" label="identifies" fontname="Cambria"]
#0..* care plan 0..* care plan
72 -> 72 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* care plan 1..* healthcare activity
72 -> 39 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* care plan 0..* healthcare activities bundle
72 -> 74 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* healthcare activities bundle 0..* healthcare activities bundle
74 -> 74 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* healthcare activities bundle 1..* healthcare activity
74 -> 39 [constraint=false, dir="forward" label="" fontname="Cambria"]
#1..* needed healthcare activity addresses 1..* health need
80 -> 36 [constraint=false, dir="forward" label="addresses" fontname="Cambria"]
}
Some PS