# Copyright Oughtibridge Ltd
digraph "healthcare_information_request"
{
fontname="Cambria"
# label="healthcare information request"
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 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"]
#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 actor
7 [label="healthcare actor" fontname="Cambria" URL="https://contsys.org/concept/healthcare_actor" tooltip="organization or person participating in healthcare" color="#9f1fd8"]
#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"]
#List of generalisations and specialisations
# List of associations
#1 healthcare actor sends out 0..* healthcare information request
7 -> 126 [constraint=false, dir="forward" label="sends out" fontname="Cambria"]
#1 healthcare actor receives 0..* healthcare information request
7 -> 126 [constraint=false, dir="forward" label="receives" 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"]
}
Some PS