# Copyright Oughtibridge Ltd
digraph "healthcare"
{
fontname="Cambria"
# label="healthcare"
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
139 [label="healthcare" fontname="Cambria" URL="https://contsys.org/concept/healthcare" tooltip="care activities, services, management or supplies related to the health of an individual" color="#ffffff"]
#subject of care
3 [label="subject of care" fontname="Cambria" URL="https://contsys.org/concept/subject_of_care" tooltip="healthcare actor with a person role; who seeks to receive, is receiving, or has received healthcare" color="#9f1fd8"]
#healthcare actor
7 [label="healthcare actor" fontname="Cambria" URL="https://contsys.org/concept/healthcare_actor" tooltip="organization or person participating in healthcare" color="#9f1fd8"]
#healthcare provider
8 [label="healthcare provider" fontname="Cambria" URL="https://contsys.org/concept/healthcare_provider" tooltip="healthcare actor that is able to be assigned one or more care period mandates" color="#9f1fd8"]
#continuity of care
138 [label="continuity of care" fontname="Cambria" URL="https://contsys.org/concept/continuity_of_care" tooltip="efficient, effective, ethical care delivered through interaction, integration, co-ordination and sharing of information (3.9.5) between different healthcare actors over time" color="#ffffff"]
#healthcare funds
61 [label="healthcare funds" fontname="Cambria" URL="https://contsys.org/concept/healthcare_funds" tooltip="resource provided for funding healthcare delivery" color="#CC0014"]
#health
141 [label="health" fontname="Cambria" URL="https://contsys.org/concept/health" tooltip="" color="#ffffff"]
#List of generalisations and specialisations
#subject of care IS A healthcare actor
7 -> 3 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="subject of care is a type of healthcare actor" fontname="Cambria"]
#healthcare provider IS A healthcare actor
7 -> 8 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare provider is a type of healthcare actor" fontname="Cambria"]
# List of associations
#1..* subject of care seeks to receive, is receiving, or has received 1..* healthcare
3 -> 139 [constraint=false, dir="forward" label="seeks to receive, is receiving, or has received" fontname="Cambria"]
#1..* healthcare actor participates in 1..* healthcare
7 -> 139 [constraint=false, dir="forward" label="participates in" fontname="Cambria"]
#0..* healthcare actor provides 0..* healthcare funds
7 -> 61 [constraint=false, dir="forward" label="provides" fontname="Cambria"]
#1..* healthcare actor is involved in 0..* continuity of care
7 -> 138 [constraint=false, dir="forward" label="is involved in" fontname="Cambria"]
#0..* healthcare provider provides 1..* healthcare
8 -> 139 [constraint=false, dir="forward" label="provides" fontname="Cambria"]
#0..* continuity of care relates to the delivering of 0..* healthcare
138 -> 139 [constraint=false, dir="forward" label="relates to the delivering of" fontname="Cambria"]
#0..* healthcare is financed by 0..* healthcare funds
139 -> 61 [constraint=false, dir="forward" label="is financed by" fontname="Cambria"]
#0..* healthcare relates to 1 health
139 -> 141 [constraint=false, dir="forward" label="relates to" fontname="Cambria"]
}
Some PS