Skip to content

Commit

Permalink
HSC-288: Configured vitals widget viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhanga committed Sep 20, 2024
1 parent 4f5298c commit 4e1f809
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions configs/openmrs/frontend_config/ozone-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,27 @@
"disableChangingVisitLocation": true
},
"@openmrs/esm-patient-vitals-app": {
"concepts": {
"systolicBloodPressureUuid": "bc4f2e44-26b0-4f5f-a98f-248601fdf792",
"diastolicBloodPressureUuid": "8bc4016d-88ee-43dc-a943-ad10b8bb211e",
"pulseUuid": "0b9e358e-c9cf-439e-8c00-69f873cec59f",
"temperatureUuid": "0ff962b3-8730-4eb0-9028-82d403b066bf",
"oxygenSaturationUuid": "c642aeb3-95d3-4d1b-aa5b-1273b438d14f",
"heightUuid": "5090AAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"weightUuid": "5089AAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"respiratoryRateUuid": "8130729f-4605-49b3-b7c0-12b19cc10543",
"midUpperArmCircumferenceUuid": "string"
},
"vitals": {
"useFormEngine": true,
"formName": "Vitals and Biometrics",
"formUuid": "895f7868-ca3f-33bb-9336-20f1daf461b3",
"encounterTypeUuid": "a7feb1a0-4bd8-48d1-acfd-ce282d139f06"
},
"biometrics": {
"bmiUnit": "kg / m²",
"heightUnit": "cm",
"weightUnit": "kg"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
},
{
"label": "Temperature Test",
"label": "Temperature",
"type": "obs",
"required": false,
"id": "temperatureTest",
Expand Down

0 comments on commit 4e1f809

Please sign in to comment.