# Copyright Oughtibridge Ltd
digraph "certificate_related_to_a_healthcare_matter"
{
fontname="Cambria"
# label="certificate related to a healthcare matter"
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
#certificate related to a healthcare matter
135 [label="certificate related to a healthcare matter" fontname="Cambria" URL="https://contsys.org/concept/certificate_related_to_a_healthcare_matter" tooltip="official document issued by a healthcare actor attesting healthcare matters relating to a subject of care" color="#d88d1f"]
#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 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"]
#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
# List of associations
#1 healthcare actor identifies or states 0..* healthcare matter
7 -> 33 [constraint=false, dir="forward" label="identifies or states" 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..* health record component 0..* health record component
125 -> 125 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..* certificate related to a healthcare matter is issued by 1..* healthcare actor
135 -> 7 [constraint=false, dir="forward" label="is issued by" fontname="Cambria"]
#0..* certificate related to a healthcare matter attests 1..* healthcare matter
135 -> 33 [constraint=false, dir="forward" label="attests" fontname="Cambria"]
#0..* certificate related to a healthcare matter 1..* health record component
135 -> 125 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS