This dataset, vs_peds_tbl_df, is a tibble data frame containing an updated SDTM VS dataset with anthropometric measurements for pediatric patients. It includes study identifiers, subject identifiers, vital signs test codes, test names, measurement results, visit information, evaluator details, and epoch classification. The dataset follows the CDISC SDTM structure and is tailored for pediatric populations.
Usage
data(vs_peds_tbl_df)
Format
A data frame with 164 observations and 26 variables:
- STUDYID
Character string indicating the study identifier
- DOMAIN
Character string indicating the domain abbreviation
- USUBJID
Character string indicating the unique subject identifier
- VSSEQ
Integer 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
Integer value indicating the planned study day of the visit
- VSDTC
Character string indicating the date/time of measurements
- VSDY
Integer 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
- VSEVAL
Character string indicating the evaluator
- EPOCH
Character string indicating the epoch classification
Details
The dataset name has been kept as 'vs_peds_tbl_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.