Skip to content

Commit

Permalink
Fix user_friendly bronchodilator abbreviation for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
arschat committed Jul 29, 2024
1 parent 418198c commit 9365641
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/jsonBrowser/module.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,13 +440,13 @@ pft_relative_time_point | If timepoint of sample collection (time of collection)
fev1_predicted | Indicate the predicted Forced Expiratory Volume in 1 second (FEV1) in milliliters, based on patient age, sex, height, and ethnicity, if available. | number | no | | FEV1 predicted | | 3500; 4200; 2800
fev1_prebd | Indicate the measured FEV1 in milliliters before the administration of a bronchodilator if available. | number | no | | FEV1 before bronchodilator | | 3000; 3800; 2600
fev1_postbd | Indicate the measured FEV1 in milliliters after the administration of a bronchodilator if available. | number | no | | FEV1 after bronchodilator | | 3200; 4000; 2700
fev1_prebd_predicted_percent | Indicate the percentage of the predicted FEV1 achieved before bronchodilator administration if available. | number | no | | FEV1 percent of preBD to predicted | | 86; 90; 78
fev1_postbd_predicted_percent | Indicate the percentage of the predicted FEV1 achieved after bronchodilator administration if available. | number | no | | FEV1 percent of postBD to predicted | | 91; 95; 82
fev1_prebd_predicted_percent | Indicate the percentage of the predicted FEV1 achieved before bronchodilator administration if available. | number | no | | FEV1 before bronchodilator percent of predicted | | 86; 90; 78
fev1_postbd_predicted_percent | Indicate the percentage of the predicted FEV1 achieved after bronchodilator administration if available. | number | no | | FEV1 after bronchodilator percent of predicted | | 91; 95; 82
fvc_predicted | Indicate the predicted Forced Vital Capacity (FVC) in milliliters, based on patient age, sex, height, and ethnicity, if available. | number | no | | FVC predicted | | 4500; 5000; 3800
fvc_prebd | Indicate the measured FVC in milliliters before bronchodilator administration if available. | number | no | | FVC before bronchodilator | | 4000; 4800; 3600
fvc_postbd | Indicate the measured FVC in milliliters after bronchodilator administration if available. | number | no | | FVC after bronchodilator | | 4200; 5000; 3700
fvc_prebd_predicted_percent | Indicate the percentage of the predicted FVC achieved before bronchodilator administration if available. | number | no | | FVC percent of preBD to predicted | | 89; 96; 95
fvc_postbd_predicted_percent | Indicate the percentage of the predicted FVC achieved after bronchodilator administration if available. | number | no | | FVC percent of postBD to predicted | | 93; 100; 97
fvc_prebd_predicted_percent | Indicate the percentage of the predicted FVC achieved before bronchodilator administration if available. | number | no | | FVC before bronchodilator percent of predicted | | 89; 96; 95
fvc_postbd_predicted_percent | Indicate the percentage of the predicted FVC achieved after bronchodilator administration if available. | number | no | | FVC after bronchodilator percent of predicted | | 93; 100; 97
fev1_fvc_ratio_prebd | Indicate the ratio of FEV1 to FVC before bronchodilator administration if available. | number | no | | FEV1 to FVC ratio before bronchodilator | | 0.75; 0.79; 0.72
fev1_fvc_ratio_postbd | Indicate the ratio of FEV1 to FVC after bronchodilator administration if available. | number | no | | FEV1 to FVC ratio after bronchodilator | | 0.76; 0.80; 0.73
frc_abs | Indicate the Functional Residual Capacity (FRC) in absolute milliliters if available. | number | no | | FRC absolute | | 3000; 3500; 2700
Expand Down
8 changes: 4 additions & 4 deletions json_schema/module/biomaterial/medical_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"$comment": "pulmonary_function_parameter; lung"
},
"fev1_prebd_predicted_percent": {
"user_friendly": "FEV1 percent of preBD to predicted",
"user_friendly": "FEV1 before bronchodilator percent of predicted",
"description": "Indicate the percentage of the predicted FEV1 achieved before bronchodilator administration if available.",
"type": "number",
"example": "86; 90; 78",
Expand All @@ -94,7 +94,7 @@
"$comment": "pulmonary_function_parameter; lung"
},
"fev1_postbd_predicted_percent": {
"user_friendly": "FEV1 percent of postBD to predicted",
"user_friendly": "FEV1 after bronchodilator percent of predicted",
"description": "Indicate the percentage of the predicted FEV1 achieved after bronchodilator administration if available.",
"type": "number",
"example": "91; 95; 82",
Expand Down Expand Up @@ -130,7 +130,7 @@
"$comment": "pulmonary_function_parameter; lung"
},
"fvc_prebd_predicted_percent": {
"user_friendly": "FVC percent of preBD to predicted",
"user_friendly": "FVC before bronchodilator percent of predicted",
"description": "Indicate the percentage of the predicted FVC achieved before bronchodilator administration if available.",
"type": "number",
"example": "89; 96; 95",
Expand All @@ -139,7 +139,7 @@
"$comment": "pulmonary_function_parameter; lung"
},
"fvc_postbd_predicted_percent": {
"user_friendly": "FVC percent of postBD to predicted",
"user_friendly": "FVC after bronchodilator percent of predicted",
"description": "Indicate the percentage of the predicted FVC achieved after bronchodilator administration if available.",
"type": "number",
"example": "93; 100; 97",
Expand Down

0 comments on commit 9365641

Please sign in to comment.