-
Notifications
You must be signed in to change notification settings - Fork 360
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
595367c
commit 3685b01
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
66 changes: 66 additions & 0 deletions
66
distro/configuration/ampathforms/ipd_admission_request.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
{ | ||
"name": "Admission request", | ||
"pages": [ | ||
{ | ||
"label": "Admission request", | ||
"sections": [ | ||
{ | ||
"label": "Patient 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", | ||
"encounterType": "b2c4d5e6-7f8a-4e9b-8c1d-2e3f8e4a3b8f", | ||
"referencedForms": [], | ||
"uuid": "", | ||
"description": "Admission request", | ||
"version": "1.0.0", | ||
"published": true, | ||
"retired": false | ||
} |