# Copyright Oughtibridge Ltd
digraph "demographic_item"
{
fontname="Cambria"
# label="demographic item"
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
#demographic item
207 [label="demographic item" fontname="Cambria" URL="https://contsys.org/concept/demographic_item" tooltip="abstract structure component that holds all properties common for demographic clusters and demographic elements" color="#0000ff"]
#entry
203 [label="entry" fontname="Cambria" URL="https://contsys.org/concept/entry" tooltip="structure componentthat represents the data documenting one clinical observation or a series of related observations, or a clinical statement, an explanation of clinical reasoning, a healthcare intention, plan or action." color="#0000ff"]
#demographic entity
210 [label="demographic entity" fontname="Cambria" URL="https://contsys.org/concept/demographic_entity" tooltip="structure component containing demographic information describing a single person, device, software agent or organisation" color="#0000ff"]
#demographic cluster
212 [label="demographic cluster" fontname="Cambria" URL="https://contsys.org/concept/demographic_cluster" tooltip="structure component used for creating hierarchical structures within an demographic entry and with demographic elements as leaf nodes" color="#0000ff"]
#demographic item
207 [label="demographic item" fontname="Cambria" URL="https://contsys.org/concept/demographic_item" tooltip="abstract structure component that holds all properties common for demographic clusters and demographic elements" color="#0000ff"]
#demographic item
207 [label="demographic item" fontname="Cambria" URL="https://contsys.org/concept/demographic_item" tooltip="abstract structure component that holds all properties common for demographic clusters and demographic elements" color="#0000ff"]
#demographic item
207 [label="demographic item" fontname="Cambria" URL="https://contsys.org/concept/demographic_item" tooltip="abstract structure component that holds all properties common for demographic clusters and demographic elements" color="#0000ff"]
#demographic item
207 [label="demographic item" fontname="Cambria" URL="https://contsys.org/concept/demographic_item" tooltip="abstract structure component that holds all properties common for demographic clusters and demographic elements" color="#0000ff"]
#List of generalisations and specialisations
#demographic cluster IS A demographic item
207 -> 212 [arrowtail="onormal" dir="back" color="blue" label="" tooltip="demographic cluster is a type of demographic item" fontname="Cambria"]
# List of associations
#0..1 entry 0..* demographic item
203 -> 207 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..1 demographic entity 0..* demographic item
210 -> 207 [constraint=false, dir="forward" label="" fontname="Cambria"]
#0..1 demographic cluster 0..* demographic item
212 -> 207 [constraint=false, dir="forward" label="" fontname="Cambria"]
}
Some PS