# Copyright Oughtibridge Ltd
digraph "healthcare_information_for_import"
{
fontname="Cambria"
# label="healthcare information for import"
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 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"]
#healthcare professional
1 [label="healthcare professional" fontname="Cambria" URL="https://contsys.org/concept/healthcare_professional" tooltip="healthcare personnel having a healthcare professional entitlement recognized in a given jurisdiction" color="#9f1fd8"]
#healthcare provider activity
38 [label="healthcare provider activity" fontname="Cambria" URL="https://contsys.org/concept/healthcare_provider_activity" tooltip="healthcare activity performed by a healthcare provider" color="#CC0014"]
#professional health record
123 [label="professional health record" fontname="Cambria" URL="https://contsys.org/concept/professional_health_record" tooltip="health record held under the responsibility of one healthcare provider and maintained by one or several healthcare professionals" color="#d88d1f"]
#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 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
#1..* healthcare professional maintains 0..* professional health record
1 -> 123 [constraint=false, dir="forward" label="maintains" fontname="Cambria"]
#1 healthcare professional has ratified 0..* healthcare information for import
1 -> 122 [constraint=false, dir="forward" label="has ratified" fontname="Cambria"]
#0..* healthcare provider activity generates 0..* healthcare information for import
38 -> 122 [constraint=false, dir="forward" label="generates" fontname="Cambria"]
#0..* healthcare information for import is imported into 1 professional health record
122 -> 123 [constraint=false, dir="forward" label="is imported into" fontname="Cambria"]
#0..* non-ratified healthcare information becomes 0..* healthcare information for import
124 -> 122 [constraint=false, dir="forward" label="becomes" fontname="Cambria"]
}
Some PS