Skip to contents

This dataset, admiral_vs_tbl_df, is a tibble data frame containing a CDISC SDTM VS dataset from the CDISC pilot project. It includes study identifiers, subject identifiers, vital signs test codes, test names, measurement results, visit information, and related metadata. The dataset follows the structure of clinical trial data and provides standardized vital signs information.

Usage

data(admiral_vs_tbl_df)

Format

A data frame with 29,643 observations and 24 variables:

STUDYID

Character string indicating the study identifier

DOMAIN

Character string indicating the domain abbreviation

USUBJID

Character string indicating the unique subject identifier

VSSEQ

Numeric value indicating the sequence number

VSTESTCD

Character string indicating the vital signs test short name

VSTEST

Character string indicating the vital signs test name

VSPOS

Character string indicating the subject’s position during measurement

VSORRES

Character string indicating the result or finding in original units

VSORRESU

Character string indicating the original measurement units

VSSTRESC

Character string indicating the character result/finding in standard format

VSSTRESN

Numeric value indicating the result/finding in standard units

VSSTRESU

Character string indicating the standard units

VSSTAT

Character string indicating the completion status

VSLOC

Character string indicating the location of the measurement

VSBLFL

Character string indicating whether the value is a baseline flag

VISITNUM

Numeric value indicating the visit number

VISIT

Character string indicating the visit name

VISITDY

Numeric value indicating the planned study day of the visit

VSDTC

Character string indicating the date/time of measurements

VSDY

Numeric value indicating the study day of vital signs

VSTPT

Character string indicating the planned time point name

VSTPTNUM

Numeric value indicating the planned time point number

VSELTM

Character string indicating the planned elapsed time from the time point reference

VSTPTREF

Character string indicating the time point reference

Source

Data taken from the admiral.test package version 0.7.0.

Details

The dataset name has been kept as 'admiral_vs_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the healthmotionR package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame. The original content has not been modified in any way.