# Copyright Oughtibridge Ltd
digraph "subject_of_care_desire"
{
fontname="Cambria"
# label="subject of care desire"
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
#subject of care desire
114 [label="subject of care desire" fontname="Cambria" URL="https://contsys.org/concept/subject_of_care_desire" tooltip="desire expressed by the subject of care or the subject of care proxy regarding the performance of certain healthcare activities" color="#376fa6"]
#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"]
#subject of care proxy
14 [label="subject of care proxy" fontname="Cambria" URL="https://contsys.org/concept/subject_of_care_proxy" tooltip="healthcare third party having person role with the right to take decisions on behalf of the subject of care" color="#9f1fd8"]
#healthcare mandate
100 [label="healthcare mandate" fontname="Cambria" URL="https://contsys.org/concept/healthcare_mandate" tooltip="mandate (commission) based on a commitment and either an informed consent or an authorization by law, defining the rights and obligations of one healthcare actor with regard to his involvement in healthcare processes performed for a specific subject of care" color="#376fa6"]
#health record
129 [label="health record" fontname="Cambria" URL="https://contsys.org/concept/health_record" tooltip="data repository regarding the health and healthcare of a subject of care" color="#d88d1f"]
#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"]
#List of generalisations and specialisations
# List of associations
#0..1 subject of care expresses 0..* subject of care desire
3 -> 114 [constraint=false, dir="forward" label="expresses" fontname="Cambria"]
#0..1 subject of care proxy expresses 0..* subject of care desire
14 -> 114 [constraint=false, dir="forward" label="expresses" fontname="Cambria"]
#0..* subject of care proxy has the right to take decisions on behalf of 1 subject of care
14 -> 3 [constraint=false, dir="forward" label="has the right to take decisions on behalf of" fontname="Cambria"]
#0..* healthcare mandate derives from 0..* healthcare mandate
100 -> 100 [constraint=false, dir="forward" label="derives from" fontname="Cambria"]
#1..* healthcare mandate implies access to 0..* health record
100 -> 129 [constraint=false, dir="forward" label="implies access to" fontname="Cambria"]
#0..* healthcare mandate is recorded in 0..* health record
100 -> 129 [constraint=false, dir="forward" label="is recorded in" fontname="Cambria"]
#1..* healthcare mandate concerns 1 subject of care
100 -> 3 [constraint=false, dir="forward" label="concerns" fontname="Cambria"]
#0..* subject of care desire influences 0..* healthcare mandate
114 -> 100 [constraint=false, dir="forward" label="influences" fontname="Cambria"]
#0..* subject of care desire is recorded in 0..* health record
114 -> 129 [constraint=false, dir="forward" label="is recorded in" fontname="Cambria"]
#0..* subject of care desire is considered during 1..* healthcare needs assessment
114 -> 45 [constraint=false, dir="forward" label="is considered during" fontname="Cambria"]
#1..* health record concerns 1 subject of care
129 -> 3 [constraint=false, dir="forward" label="concerns" fontname="Cambria"]
}
Some PS