Skip to content

Commit

Permalink
KHP3-4002 Progress note (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
CynthiaKamau authored Aug 10, 2023
1 parent 1593740 commit 6a9537e
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions configuration/ampathforms/Progress_Note.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{
"name": "Progress Note",
"description": "Progress Note",
"version": "1.0",
"published": true,
"uuid": "85a8c9b7-2f08-472e-8b12-80fcf484bf5d",
"retired": false,
"encounter": "Progress Note",
"pages": [
{
"label": "Progress Note",
"sections": [
{
"label": "Visit Details",
"isExpanded": "true",
"questions": [
{
"label": "Date:",
"type": "encounterDatetime",
"questionOptions": {
"rendering": "ui-select-extended"
},
"id": "encDate",
"validators": [
{
"type": "date",
"allowFutureDates": "false"
}
]
},
{
"label": "Provider:",
"type": "encounterProvider",
"questionOptions": {
"rendering": "ui-select-extended"
},
"id": "encProvider "
},
{
"label": "Location:",
"type": "encounterLocation",
"questionOptions": {
"rendering": "ui-select-extended"
},
"id": "encLocation"
}
]
},
{
"label": "Notes",
"isExpanded": "true",
"questions": [
{
"label": "Notes",
"type": "obs",
"required": true,
"id": "note",
"questionOptions": {
"rendering": "text",
"concept": "159395AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"answers": []
},
"validators": []
}
]
}
]
}
],
"processor": "EncounterFormProcessor",
"referencedForms": []
}

0 comments on commit 6a9537e

Please sign in to comment.