For the complete documentation index, see llms.txt. This page is also available as Markdown.

Act Data Dictionary

The Conceptual Act Data Dictionary expressed in ADO.NET tables.

Physical Table

Conceptual Entity

Description

act_tbl

This table is used to store the non-versioned aspects of an act. These are things that are not supposed to change over the lifespan of an act

act_vrsn_tbl

This table is used to store the versioned portions of an act. The version sequence column should be a sequence which increments for each tuple (at minimum) or each new version of an object (best option)

act_id_tbl

This is an associative table which is used to store identifiers by which an act is referenced externally.

act_ext_tbl

Extensions table.

act_proto_tbl

Act Protocols

Act protocol implementation table.

act_ptcpt_tbl

Act participation table (links acts to entities)

act_tag

Act tags table

act_ext_tbl

Act extensions table (value should be a binary array or BLOB)

act_note_tbl

Act notes

act_pol_assoc_tbl

Act Policies

Policies which apply to the act.

act_rel_tbl

Relationships table. Note that effective/obsolete sequence columns refer to the source act.

sub_adm_tbl

Substance administration child table which is linked directly to the act table.

obs_tbl

Observation child table which is linked to the act table.

qty_obs_tbl

Quantity Observation table which is linked with the observation table.

txt_obs_tbl

Text observations table which is linked with the observation table.

cd_obs_tbl

Coded observations table which is linked to the observation table.

pat_enc_tbl

Patient encounters table which is linked to the act table.

proc_tbl

Procedures tablet which is linked to the act table.

Last updated

Was this helpful?