Skip to content

Commit

Permalink
(feat) O3-4185: Add form for IPD admission (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
vasharma05 authored Nov 26, 2024
1 parent fff1144 commit 4f10152
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions distro/configuration/ampathforms/ipd_admission_request.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"name": "Ward Admission",
"pages": [
{
"label": "Ward Request",
"sections": [
{
"label": "Ward Details",
"isExpanded": "true",
"questions": [
{
"type": "obsGroup",
"id": "inpatientDispositionConstruct",
"questionOptions": {
"concept": "CIEL:169405",
"rendering": "group"
},
"questions": [
{
"id": "disposition",
"type": "obs",
"required": true,
"questionOptions": {
"rendering": "radio",
"required": true,
"concept": "CIEL:169402",
"answers": [
{
"concept": "CIEL:168619"
}
]
},
"validators": []
},
{
"id": "admitToLocation",
"type": "obs",
"required": true,
"questionOptions": {
"rendering": "ui-select-extended",
"required": true,
"concept": "CIEL:169403",
"datasource": {
"name": "location_datasource",
"config": {
"tag": "Admission Location"
}
}
}
}
]
}
]
}
]
}
],
"processor": "EncounterFormProcessor",
"encounter": "Transfer Request",
"encounterType": "Transfer Request",
"referencedForms": [],
"uuid": "xxxx",
"description": "Create an admission request to an inpatient ward",
"version": "1.0.0",
"published": true,
"retired": false
}

0 comments on commit 4f10152

Please sign in to comment.