# Copyright Oughtibridge Ltd
digraph "healthcare_activity_period_element"
{
fontname="Cambria"
# label="healthcare activity period element"
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 activity period element
82 [label="healthcare activity period element" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity_period_element" tooltip="part of a healthcare activity period during which one health issue is specifically addressed" color="#085221"]
#health issue
15 [label="health issue" fontname="Cambria" URL="https://contsys.org/concept/health_issue" tooltip="representation of an issue related to the health of a subject of care as identified by one or more healthcare actors" color="#58d81f"]
#healthcare activity period
81 [label="healthcare activity period" fontname="Cambria" URL="https://contsys.org/concept/healthcare_activity_period" tooltip="time interval during which healthcare activities are performed for a subject of care" color="#085221"]
#episode of care
84 [label="episode of care" fontname="Cambria" URL="https://contsys.org/concept/episode_of_care" tooltip="health related period during which healthcare activities are performed to address one health issue as identified by one healthcare professional[" color="#085221"]
#List of generalisations and specialisations
# List of associations
#1 health issue determines 0..* healthcare activity period element
15 -> 82 [constraint=false, dir="forward" label="determines" fontname="Cambria"]
#1..* healthcare activity period element 1 healthcare activity period
82 -> 81 [constraint=false, dir="forward" label="" fontname="Cambria"]
#1 episode of care 1..* healthcare activity period element
84 -> 82 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* episode of care is centred on 1 health issue
84 -> 15 [constraint=false, dir="forward" label="is centred on" fontname="Cambria"]
}
Some PS