Skip to content

Commit

Permalink
(feat) Add facility wide forms to main pipeline (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldkibet authored Feb 26, 2024
1 parent beaec87 commit 18abe71
Show file tree
Hide file tree
Showing 15 changed files with 19,096 additions and 1,361 deletions.
1,041 changes: 1,041 additions & 0 deletions configuration/ampathforms/Cardex_Nursing_Plan.json

Large diffs are not rendered by default.

1,558 changes: 1,558 additions & 0 deletions configuration/ampathforms/Doctor_s_Note.json

Large diffs are not rendered by default.

609 changes: 609 additions & 0 deletions configuration/ampathforms/Family_Planning_Form.json

Large diffs are not rendered by default.

1,382 changes: 1,382 additions & 0 deletions configuration/ampathforms/ILI_Surveillnce_Form.json

Large diffs are not rendered by default.

611 changes: 611 additions & 0 deletions configuration/ampathforms/IPD_Procedure_Form.json

Large diffs are not rendered by default.

1,361 changes: 0 additions & 1,361 deletions configuration/ampathforms/MCH_Antenatal_Visit.json

This file was deleted.

2,508 changes: 2,508 additions & 0 deletions configuration/ampathforms/MCH_Antenatal_form.json

Large diffs are not rendered by default.

476 changes: 476 additions & 0 deletions configuration/ampathforms/Mortality_admission.json

Large diffs are not rendered by default.

3,248 changes: 3,248 additions & 0 deletions configuration/ampathforms/Newborn-admission-form.json

Large diffs are not rendered by default.

923 changes: 923 additions & 0 deletions configuration/ampathforms/Nutrition_Form.json

Large diffs are not rendered by default.

403 changes: 403 additions & 0 deletions configuration/ampathforms/Partograph-form.json

Large diffs are not rendered by default.

393 changes: 393 additions & 0 deletions configuration/ampathforms/Post_Procedure_Notes_form.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,393 @@
{
"name": "Post Procedure Form",
"description": "Post Procedure Form",
"version": "1",
"published": true,
"uuid": "xxxx",
"retired": false,
"encounter": "IPD Consultation",
"pages": [
{
"label": "Visit Details",
"sections": [
{
"label": "Encounter Details",
"isExpanded": "true",
"questions": [
{
"label": "Visit date:",
"type": "encounterDatetime",
"required": "true",
"id": "encDate",
"questionOptions": {
"rendering": "date"
},
"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": "Post Operation Details",
"sections": [
{
"label": "Post Operation",
"isExpanded": "true",
"questions": [
{
"label": "Date of surgery",
"type": "encounterDatetime",
"id": "surGeryDate",
"questionOptions": {
"rendering": "ui-select-extended",
"concept": "160715AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
},
"hide": {
"hideWhenExpression": ""
}
},
{
"label": "Time of surgery",
"type": "obs",
"id": "TtakEn",
"datePickerFormat": "timer",
"questionOptions": {
"concept": "163509AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "date"
}
},
{
"label": "Operative Procedure",
"type": "obs",
"id": "proCedureOps",
"questionOptions": {
"concept": "1651AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text"
},
"hide": {
"hideWhenExpression": "pregnancyComplications !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
},
{
"label": "Procedure Details",
"type": "obsGroup",
"id": "deTailSpRoc",
"questionOptions": {
"rendering": "group",
"concept": "1651AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
},
"questions": [
{
"label": "Anaesthesia Type",
"type": "obs",
"id": "loCalReg",
"questionOptions": {
"concept": "164254AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "select",
"answers": [
{
"concept": "164243AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Inhalation (mask) "
},
{
"concept": "166991AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Intravenous"
},
{
"concept": "160326AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Spinal"
},
{
"concept": "161912AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Epidural"
},
{
"concept": "166707AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Local Infiltration"
},
{
"concept": "162777AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Topical"
}
]
}
},
{
"label": "Position of the Patient",
"type": "obs",
"id": "patIEntpoSItIon",
"questionOptions": {
"concept": "159633AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "select",
"answers": [
{
"concept": "159629AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Supine"
},
{
"concept": "159631AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Fowler’s"
},
{
"concept": "165928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Prone"
},
{
"concept": "542AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Lateral"
},
{
"concept": "141235AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Trendelenburg"
},
{
"concept": "164148AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Reverse Trendelenburg"
},
{
"concept": "163995AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Lithotomy"
},
{
"concept": "159630AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Sitting"
},
{
"concept": "165928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Jack-knife"
},
{
"concept": "132675AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Sim's Position"
},
{
"concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Other"
}
]
}
},
{
"label": "Other (Specify)",
"type": "obs",
"id": "OthersUsedposition",
"required": "true",
"questionOptions": {
"concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text"
},
"hide": {
"hideWhenExpression": "patIEntpoSItIon !== '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
},
{
"label": "Location of Incision",
"type": "obs",
"id": "IncisLocaTion",
"questionOptions": {
"concept": "161011AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text"
}
},
{
"label": "Type of Incision",
"type": "obs",
"id": "typeIncisLocaTion",
"questionOptions": {
"concept": "b9879725-26f6-4aa4-8777-bc7f75d388c1",
"rendering": "select",
"answers": [
{
"concept": "1170AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Midline"
},
{
"concept": "1171AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Pfannenstiel"
},
{
"concept": "506AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Inguinal"
},
{
"concept": "118159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Supra-umbilical/infra-umbilical"
},
{
"concept": "1170AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Kocher"
},
{
"concept": "124261AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Transverse"
},
{
"concept": "506AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Paramedian"
},
{
"concept": "118159AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "McBurney"
},
{
"concept": "1170AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Lanz"
},
{
"concept": "124261AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Rutherfold Morrison "
},
{
"concept": "506AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Battle"
},
{
"concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Other"
}
]
}
},
{
"label": "Other (Specify)",
"type": "obs",
"id": "OthersUsedinCision",
"required": "true",
"questionOptions": {
"concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text"
},
"hide": {
"hideWhenExpression": "IncisLocaTion !== '5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
},
{
"label": "Closure Method",
"type": "obs",
"id": "clOseMethod",
"questionOptions": {
"concept": "165241AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "select",
"answers": [
{
"concept": "1925AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Absorbable Suture"
},
{
"concept": "1928AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Non Absorbable Suture"
},
{
"concept": "73752AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Skin Staples"
},
{
"concept": "162542AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Adhesive Strips"
},
{
"concept": "5622AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Other"
}
]
},
"hide": {
"hideWhenExpression": ""
}
}
]
},
{
"label": "Findings",
"type": "obs",
"id": "FindingNotes",
"questionOptions": {
"concept": "160632AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "textarea"
}
},
{
"label": "Was specimen for histology collected?",
"type": "obs",
"id": "HisToloGySpeci",
"questionOptions": {
"concept": "161934AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "radio",
"answers": [
{
"concept": "1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "Yes"
},
{
"concept": "1066AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"label": "No"
}
]
},
"hide": {
"hideWhenExpression": ""
}
},
{
"label": "Type of specimen",
"type": "obs",
"id": "speCimeNtYpe",
"questionOptions": {
"concept": "162476AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "text"
},
"hide": {
"hideWhenExpression": "HisToloGySpeci !== '1065AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA'"
}
},
{
"label": "Procedure Notes",
"type": "obs",
"id": "proceDureNotes",
"questionOptions": {
"concept": "160303AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "textarea"
},
"hide": {
"hideWhenExpression": ""
}
},
{
"label": "Diagnosis",
"id": "DiagNosIS",
"type": "diagnosis",
"questionOptions": {
"rendering": "repeating",
"dataSource": "diagnoses",
"rank": 1
}
}
]
}
]
}
],
"encounterType": "xxxxxx"
}
Loading

0 comments on commit 18abe71

Please sign in to comment.