Skip to content

Commit

Permalink
Autofill the category of most important problems and precipitating fa…
Browse files Browse the repository at this point in the history
…ctors (#69)
  • Loading branch information
jnsereko authored Oct 31, 2024
1 parent d0f6f7b commit d0ef2c8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1703,6 +1703,9 @@
"questionOptions": {
"rendering": "radio",
"concept": "9a8204ca-d908-4157-9285-7c970dbb5287",
"calculate": {
"calculateExpression": "api.getLatestObs(patient.id, '9a8204ca-d908-4157-9285-7c970dbb5287').then(obs => obs.valueCodeableConcept?.coding[0]?.code)"
},
"answers": [
{
"label": "Psychosomatic",
Expand Down Expand Up @@ -4847,6 +4850,9 @@
"questionOptions": {
"rendering": "radio",
"concept": "c1a3ed2d-6d9a-453d-9d93-749164a76413",
"calculate": {
"calculateExpression": "api.getLatestObs(patient.id, 'c1a3ed2d-6d9a-453d-9d93-749164a76413').then(obs => obs.valueCodeableConcept?.coding[0]?.code)"
},
"answers": [
{
"label": "Medical Conditions",
Expand Down

0 comments on commit d0ef2c8

Please sign in to comment.