BMDI_ACQUIRED_DATA_TRACK



Column Section Relationship Section Top of Page


Table-level Detail

Description: BMDI Acquired Data Track
Definition: Association of Device to person/alternate record Identifiers.
Table Type: ACTIVITY





Column Detail - BMDI_ACQUIRED_DATA_TRACK


Column Name Type Null? Definition
ACTIVE_IND NUMBER N The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc.
ASSOCIATION_DT_TM DATE N This is the date and time the association is created.
ASSOCIATION_ID NUMBER N Used as a primary key
ASSOC_PRSNL_ID NUMBER N Person_id of associating personnel
DEVICE_CD NUMBER N Used to identify which physical locations are associated to a service resource
DISSOC_PRSNL_ID NUMBER N Person_id of dis-associating personnel
DIS_ASSOCIATION_DT_TM DATE Y The date and time the association is broken (dis-associated)
HINT_ID NUMBER N Primary key in BMDI_ASSOCIATION_HINTS table
LOCATION_CD NUMBER N Specifies the physical location of this person/alternate_record_id.
MONITORED_DEVICE_ID NUMBER N Will store the monitore_device_id from the bmdi_monitored_device table.
PARENT_ENTITY_ID NUMBER N Identifies which alternate_record_id is associated with a device and location
PARENT_ENTITY_NAME VC2(32) N Identifies the table which the alternate_record_id is associated with a device and location comes from.
PERSON_ID NUMBER N Identifies which person is associated with a device and location.
RESOURCE_LOC_CD NUMBER N Specifies the physical location of this person/alternate_record_id.
UPDT_APPLCTX NUMBER N The application context number from the record info block. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_CNT NUMBER N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_DT_TM DATE N The date and time the row was last inserted or updated. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row. The UPDT family of columns are typically used for housekeeping and external system process and should never be depended on for solution specific logic.
UPD_STATUS_CD NUMBER N Valid values include: RETROSPECTIVE, UNVERIFIED, VERIFIED, Default(0)



Relationship Detail - BMDI_ACQUIRED_DATA_TRACK


Child Column in BMDI_ACQUIRED_DATA_TRACK(FK) Parent Table Name Parent Column Name
Parents: HINT_ID BMDI_ASSOCIATION_HINTS HINT_ID
MONITORED_DEVICE_ID BMDI_MONITORED_DEVICE MONITORED_DEVICE_ID
PERSON_ID PERSON PERSON_ID
ASSOC_PRSNL_ID PRSNL PERSON_ID
DISSOC_PRSNL_ID PRSNL PERSON_ID
DEVICE_CD SERVICE_RESOURCE SERVICE_RESOURCE_CD




Parent Column in BMDI_ACQUIRED_DATA_TRACK (PK) Child Table Name Child Column Name
Children: ASSOCIATION_ID BMDI_ADT_PERSON_R ASSOCIATION_ID


BMDI_ACQUIRED_RESULTS



Column Section Relationship Section Top of Page


Table-level Detail

Description: BMDI Acquired Results
Definition: All results from BMDI Devices that have been mapped to an event or task assay will be captured in this table.
Table Type: ACTIVITY





Column Detail - BMDI_ACQUIRED_RESULTS


Column Name Type Null? Definition
ACQUIRED_DT_TM DATE N Date and time results were received from the interface and stored in CQM.
CLINICAL_DT_TM DATE N Date and Time results were captured at the device
DEVICE_ID NUMBER N Devices will obtain a new instance each time they are started and transmit with results. This value comes from an external source (external to Millennium).
DEVICE_PARAMETER_ID NUMBER N Identifies parameter on BMDI_DEVICE_PARAMETER table
EVENT_ID NUMBER N SEQUENCE NAME:CLINICAL_EVENT_SEQ in CLINICAL_EVENT table. Event where this result is stored as part of verification. EVENT_ID
LAB_TYPE_CD NUMBER N Laboratory Type Code
MONITORED_DEVICE_ID NUMBER N Identifies device on BMDI_MONITORED_DEVICE table.
NOMENCLATURE_ID NUMBER N Nomenclature id for the parameter value
PARENT_ENTITY_ID NUMBER N Alternative form to identify results, currently support for sa_anesthesia_record_id. Could be expanded to others in the future.
PARENT_ENTITY_NAME VC2(32) N Alternative form to identify results, currently support for sa_anesthesia_record_id
PERSON_ID NUMBER N Identifies person who these results are for.
RESULT_FORMAT_CD NUMBER N Data Format Type
RESULT_ID NUMBER N Primary key for this table.
RESULT_VAL VC2(50) Y Result values sent from the device.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.
VERIFIED_DT_TM DATE Y Date and Time results were verified
VERIFIED_IND NUMBER N Indicates if results were verified.



Relationship Detail - BMDI_ACQUIRED_RESULTS


Child Column in BMDI_ACQUIRED_RESULTS(FK) Parent Table Name Parent Column Name
Parents: DEVICE_PARAMETER_ID BMDI_DEVICE_PARAMETER DEVICE_PARAMETER_ID
MONITORED_DEVICE_ID BMDI_MONITORED_DEVICE MONITORED_DEVICE_ID
PERSON_ID PERSON PERSON_ID


BMDI_ADT_PERSON_R



Column Section Relationship Section Top of Page


Table-level Detail

Description: BMDI Acquired Data Track Person Relationship
Definition: BMDI Acquired Data Track Person Relationship. Extends BMDI_ACQUIRED_DATA_TRACK database table with details of the person associated with the bedside medical device. Multiple rows could exist in this table for a specific row in BMDI_ACQUIRED_DATA_TRACK
Table Type: ACTIVITY





Column Detail - BMDI_ADT_PERSON_R


Column Name Type Null? Definition
ACTIVE_IND NUMBER N The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc.
ASSOCIATION_ID NUMBER N Referring parent - Primary key in bmdi_acquired_data_track database table
ASSOCIATION_PRSNL_ID NUMBER N Associating clinical personnel identifier - Equivalent to PERSON_ID in PRSNL database table
BMDI_ADT_PERSON_R_ID NUMBER N Primary key
DIS_ASSOCIATION_PRSNL_ID NUMBER N Disassociation Clinical Personnel Identifier. Equivalent to PERSON_ID in PRSNL table.
ENCNTR_ALIAS VC2(200) Y Encounter alias value in Person Data Model - equivalent to ALIAS in ENCNTR_ALIAS database table
ENCNTR_ALIAS_TYPE_CD NUMBER N Encounter alias type code value in Person Data Model - equivalent to ENCOUNTER_ALIAS_TYPE_CD in ENCNTR_ALIAS database table, like, FIN, Encounter Number etc.
ENCNTR_ID NUMBER N Primary key in ENCOUNTER database table
HEIGHT_UNITS_CD NUMBER N Code value defining UNIT of PERSON_HEIGHT
PERSON_ALIAS VC2(200) Y Person alias value in Person Data Model - equivalent to ALIAS in PERSON_ALIAS database table
PERSON_ALIAS_TYPE_CD NUMBER N Encounter alias type code value in Person Data Model - equivalent to ENCOUNTER_ALIAS_TYPE_CD in ENCNTR_ALIAS database table, like, FIN, Encounter Number etc.
PERSON_BIRTH_DT_TM DATE Y Equivalent to BIRTH_DT_TM in PERSON database table
PERSON_GENDER_CD NUMBER N Code value defining gender
PERSON_HEIGHT VC2(255) Y Result value in clinical event data model - equivalent to RESULT_VAL in CLINICAL_EVENT database table, corresponding value for EVENT_SET_CD_DISP_KEY of HEIGHT in V500_EVENT_SET_CODE database table
PERSON_NAME VC2(100) N Person name value in Person Data Model - equivalent to NAME_FULL_FORMATTED in PERSON database table
PERSON_WEIGHT VC2(255) Y Result value in clinical event data model - equivalent to RESULT_VAL in CLINICAL_EVENT database table, corresponding value for EVENT_SET_CD_DISP_KEY of WEIGHT in V500_EVENT_SET_CODE database table
STATUS_FLAG NUMBER N Process Status Flag - Flag values to be documented...
STATUS_MESSAGE VC2(255) Y A Status Message for the process
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.
WEIGHT_UNITS_CD NUMBER N Code value defining UNIT of PERSON_WEIGHT



Relationship Detail - BMDI_ADT_PERSON_R


Child Column in BMDI_ADT_PERSON_R(FK) Parent Table Name Parent Column Name
Parents: ASSOCIATION_ID BMDI_ACQUIRED_DATA_TRACK ASSOCIATION_ID
ENCNTR_ID ENCOUNTER ENCNTR_ID
ASSOCIATION_PRSNL_ID PRSNL PERSON_ID
DIS_ASSOCIATION_PRSNL_ID PRSNL PERSON_ID


BMDI_ASSOCIATION_HINTS



Column Section Relationship Section Top of Page


Table-level Detail

Description: BMDI Association Hints
Definition: Hints for Association of Location(Device) to person/alternate record ids
Table Type: ACTIVITY





Column Detail - BMDI_ASSOCIATION_HINTS


Column Name Type Null? Definition
ACTIVE_IND NUMBER N The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc.
HINT_DT_TM DATE N Suggests time of association or dissociation of patient with location.
HINT_ID NUMBER N Used as a primary key
HINT_PROCESSING_CD NUMBER N Valid values: ACT, OBSOLETE, ACCEPT, DEFER, MODIFY, REJECT ACT - Start processing hint OBSOLETE - Obsoleted by latest entry for the BMDI location. ACCEPT - Confirm association or dissociation at this BMDI location in BMDI_ACQUIRED_DATA_TRACK table DEFER - Suspend default notification about hint. MODIFY - Retrospectively change association or dissociation connected with this hint. REJECT - Reject further processing on hint.
HINT_TYPE_CD NUMBER N Valid values: ASSOCIATE, DISSOCIATE. ASSOCIATE when person moves to a BMDI location. DISSOCIATE when person moves out of a BMDI location.
LOCATION_CD NUMBER N Specifies the physical location of this person/alternate_record_id. Usually bed_cd with cdf_meaning BED
PERSON_ID NUMBER N Identifies which person is associated with the location.
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.
UPD_PRSNL_ID NUMBER N Person_id of person from personnel table that caused last insert or update.



Relationship Detail - BMDI_ASSOCIATION_HINTS


Child Column in BMDI_ASSOCIATION_HINTS(FK) Parent Table Name Parent Column Name
Parents: PERSON_ID PERSON PERSON_ID
UPD_PRSNL_ID PRSNL PERSON_ID




Parent Column in BMDI_ASSOCIATION_HINTS (PK) Child Table Name Child Column Name
Children: HINT_ID BMDI_ACQUIRED_DATA_TRACK HINT_ID


BMDI_DEVICE_NOMENCLATURE



Column Section Relationship Section Top of Page


Table-level Detail

Description: BMDI Device Nomenclature
Definition: Identifies the Alpha translations that can be performed for a given device.
Table Type: REFERENCE





Column Detail - BMDI_DEVICE_NOMENCLATURE


Column Name Type Null? Definition
ACTIVE_IND NUMBER N The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc.
ALPHA_TRANSLATION VC2(50) N Resulting translated value.
DEVICE_CD NUMBER N Used to identify translations across service resources.
DEVICE_NOMENCLATURE_ID NUMBER N Used as a primary key.
DEVICE_PARAMETER_ID NUMBER N Unique identifier for a parameter.
DEVICE_VALUE VC2(50) N Device value requiring translation
NOMENCLATURE_ID NUMBER N Nomenclature id for the parameter value
UPDT_APPLCTX NUMBER N The application context number from the record info block.
UPDT_CNT NUMBER N Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row.
UPDT_DT_TM DATE N The date and time the row was last inserted or updated.
UPDT_ID NUMBER N The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table.
UPDT_TASK NUMBER N The registered (assigned) task number for the process that inserted or updated the row.



Relationship Detail - BMDI_DEVICE_NOMENCLATURE


Child Column in BMDI_DEVICE_NOMENCLATURE(FK) Parent Table Name Parent Column Name
Parents: DEVICE_PARAMETER_ID BMDI_DEVICE_PARAMETER DEVICE_PARAMETER_ID
NOMENCLATURE_ID NOMENCLATURE NOMENCLATURE_ID
DEVICE_CD SERVICE_RESOURCE SERVICE_RESOURCE_CD