# Copyright Oughtibridge Ltd
digraph "non-ratified_healthcare_information"
{
fontname="Cambria"
# label="non-ratified healthcare information"
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
#non-ratified healthcare information
124 [label="non-ratified healthcare information" fontname="Cambria" URL="https://contsys.org/concept/non-ratified_healthcare_information" tooltip="healthcare information the relevance of which has not been assessed and explicitly stated as valid by a healthcare professional" color="#d88d1f"]
#healthcare third party activity
37 [label="healthcare third party activity" fontname="Cambria" URL="https://contsys.org/concept/healthcare_third_party_activity" tooltip="healthcare activity performed by a healthcare third party" color="#CC0014"]
#self-care activity
40 [label="self-care activity" fontname="Cambria" URL="https://contsys.org/concept/self-care_activity" tooltip="healthcare activity performed by the subject of care" color="#CC0014"]
#automated healthcare
48 [label="automated healthcare" fontname="Cambria" URL="https://contsys.org/concept/automated_healthcare" tooltip="method of delivering healthcare initiated by a responsible healthcare actor and thereafter delivered automatically by an automatic medical device" color="#CC0014"]
#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 information for import
122 [label="healthcare information for import" fontname="Cambria" URL="https://contsys.org/concept/healthcare_information_for_import" tooltip="healthcare information that is a candidate for import into a professional health record after a healthcare professional has confirmed its clinical relevance to that professional health record" color="#d88d1f"]
#clinical report
127 [label="clinical report" fontname="Cambria" URL="https://contsys.org/concept/clinical_report" tooltip="health record extract conveying specifically focused healthcare information in order to fulfil current information needs of the recipient" color="#d88d1f"]
#healthcare information
168 [label="healthcare information" fontname="Cambria" URL="https://contsys.org/concept/healthcare_information" tooltip="information about a person, relevant to his or her healthcare" color="#ffff80"]
#healthcare information
168 [label="healthcare information" fontname="Cambria" URL="https://contsys.org/concept/healthcare_information" tooltip="information about a person, relevant to his or her healthcare" color="#ffff80"]
#List of generalisations and specialisations
#healthcare information for import IS A healthcare information
168 -> 122 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="healthcare information for import is a type of healthcare information" fontname="Cambria"]
#non-ratified healthcare information IS A healthcare information
168 -> 124 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="non-ratified healthcare information is a type of healthcare information" fontname="Cambria"]
# List of associations
#0..* healthcare third party activity generates 0..* non-ratified healthcare information
37 -> 124 [constraint=false, dir="forward" label="generates" fontname="Cambria"]
#0..* self-care activity generates 0..* non-ratified healthcare information
40 -> 124 [constraint=false, dir="forward" label="generates" fontname="Cambria"]
#0..* automated healthcare results in 0..* non-ratified healthcare information
48 -> 124 [constraint=false, dir="forward" label="results in" fontname="Cambria"]
#0..* non-ratified healthcare information is recorded in 0..* health record
124 -> 129 [constraint=false, dir="forward" label="is recorded in" fontname="Cambria"]
#0..* non-ratified healthcare information becomes 0..* healthcare information for import
124 -> 122 [constraint=false, dir="forward" label="becomes" fontname="Cambria"]
#0..* clinical report is received as 0..* non-ratified healthcare information
127 -> 124 [constraint=false, dir="forward" label="is received as" fontname="Cambria"]
}
Some PS