# Copyright Oughtibridge Ltd
digraph "health_concern"
{
fontname="Cambria"
# label="health concern"
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 concern
136 [label="health concern" fontname="Cambria" URL="https://contsys.org/concept/health_concern" tooltip="health record extract that includes all health record components associated with a health thread for a specific concern" color="#d88d1f"]
#health thread
16 [label="health thread" fontname="Cambria" URL="https://contsys.org/concept/health_thread" tooltip="defined association between healthcare matters as determined by one or more healthcare actors" color="#58d81f"]
#health record extract
133 [label="health record extract" fontname="Cambria" URL="https://contsys.org/concept/health_record_extract" tooltip="part or all of a health record extracted for the purpose of communication" color="#d88d1f"]
#health record extract
133 [label="health record extract" fontname="Cambria" URL="https://contsys.org/concept/health_record_extract" tooltip="part or all of a health record extracted for the purpose of communication" color="#d88d1f"]
#healthcare matter
33 [label="healthcare matter" fontname="Cambria" URL="https://contsys.org/concept/healthcare_matter" tooltip="representation of a matter related to the health of a subject of care and/or the provision of healthcare to that subject of care, as identified by one or more healthcare actors" color="#58d81f"]
#mandate to export personal information
110 [label="mandate to export personal information" fontname="Cambria" URL="https://contsys.org/concept/mandate_to_export_personal_information" tooltip="healthcare mandate implying the right to communicate health record extracts" color="#376fa6"]
#healthcare information request
126 [label="healthcare information request" fontname="Cambria" URL="https://contsys.org/concept/healthcare_information_request" tooltip="request sent out by a healthcare actor to another healthcare actor for specific healthcare information needed for the provision of healthcare to a subject of care" color="#d88d1f"]
#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"]
#health record component
125 [label="health record component" fontname="Cambria" URL="https://contsys.org/concept/health_record_component" tooltip="part of a health record that is identifiable for the purposes of referencing and revision" color="#d88d1f"]
#List of generalisations and specialisations
#health concern IS A health record extract
133 -> 136 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="health concern is a type of health record extract" fontname="Cambria"]
# List of associations
#0..* health thread links 0..* health thread
16 -> 16 [constraint=false, dir="forward" label="links" fontname="Cambria"]
#0..* health thread links 0..* healthcare matter
16 -> 33 [constraint=false, dir="forward" label="links" fontname="Cambria"]
#1 health thread delineates 0..1 health concern
16 -> 136 [constraint=false, dir="forward" label="delineates" fontname="Cambria"]
#0..1 healthcare matter is used as label for 0..* health record component
33 -> 125 [constraint=false, dir="forward" label="is used as label for" fontname="Cambria"]
#0..1 healthcare matter is used as label for 0..* health record extract
33 -> 133 [constraint=false, dir="forward" label="is used as label for" fontname="Cambria"]
#0..* mandate to export personal information has topic 1..* healthcare matter
110 -> 33 [constraint=false, dir="forward" label="has topic" fontname="Cambria"]
#1..* mandate to export personal information implies the right to communicate 1..* health record extract
110 -> 133 [constraint=false, dir="forward" label="implies the right to communicate" fontname="Cambria"]
#0..* health record component 0..* health record component
125 -> 125 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* healthcare information request is topic for 0..* health record extract
126 -> 133 [constraint=false, dir="forward" label="is topic for" fontname="Cambria"]
#0..* health record 1..* health record component
129 -> 125 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* health record extract is extracted from 1 health record
133 -> 129 [constraint=false, dir="forward" label="is extracted from" fontname="Cambria"]
#0..* health record extract 1..* health record component
133 -> 125 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS