From 0c9c214719425de63b25d9f789b9bd988b32dac0 Mon Sep 17 00:00:00 2001 From: cliff Date: Mon, 4 Apr 2022 10:21:18 +0300 Subject: [PATCH] properties:Include form properties that contain meta information related to the care App form --- config/forms/app/care.properties.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/forms/app/care.properties.json diff --git a/config/forms/app/care.properties.json b/config/forms/app/care.properties.json new file mode 100644 index 0000000..9bce745 --- /dev/null +++ b/config/forms/app/care.properties.json @@ -0,0 +1,9 @@ +{ + "title": "Level of care assessment form", + "icon": "immunization", + "context": { + "person": true, + "place": false, + "expression": "contact.type === 'person'" + } + } \ No newline at end of file