Skip to content

Commit

Permalink
(feat) HSC-286: Add visit attributes 'Mode of arrival' and 'Level of …
Browse files Browse the repository at this point in the history
…emergency severity assessment' #12
  • Loading branch information
kazlaw authored Sep 30, 2024
2 parents ba54a72 + 9a76a19 commit 22c3bdf
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 26 deletions.
37 changes: 17 additions & 20 deletions configs/openmrs/frontend_config/ozone-frontend-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"uuid": "b47a9c55-4d28-4549-a223-b16d54b8fbbf",
"placeholder": "placeholder",
"answerConceptSetUuid": "ee63d1f2-095a-4d28-ba95-fbc933666070"

},
{
"id": "mothersName",
Expand Down Expand Up @@ -134,19 +133,12 @@
{
"id": "demographics",
"name": "Basic Information",
"fields": [
"name",
"gender",
"dob",
"id"
]
"fields": ["name", "gender", "dob", "id"]
},
{
"id": "addressInformation",
"name": "Address Information",
"fields": [
"address"
]
"fields": ["address"]
},
{
"id": "additionalInformation",
Expand All @@ -170,10 +162,7 @@
{
"id": "death",
"name": "Death Information",
"fields": [
"dateAndTimeOfDeath",
"causeOfDeath"
]
"fields": ["dateAndTimeOfDeath", "causeOfDeath"]
},
{
"id": "relationships",
Expand Down Expand Up @@ -203,7 +192,7 @@
"selectAnOption": "Select an option",
"createNew": "Register",
"patient": "New Patient",
"familyName" : "Last Name"
"familyName": "Last Name"
},
"fr": {
"Commune": "Commune",
Expand All @@ -221,7 +210,7 @@
"selectAnOption": "",
"createNew": "",
"patient": "",
"familyName" : "Last Name"
"familyName": "Last Name"
}
}
},
Expand Down Expand Up @@ -257,11 +246,19 @@
"alt": "hsc-logo"
},
"Display conditions": {
"privileges": [
"View Patient Summary"
]
"privileges": ["View Patient Summary"]
},
"disableChangingVisitLocation": true
"disableChangingVisitLocation": true,
"visitAttributeTypes": [
{
"uuid": "a56959b5-4fe2-4d69-a553-fdc77957c48b",
"required": false
},
{
"uuid": "d63554a8-4979-4719-a918-1ccc3d924ed7",
"required": true
}
]
},
"@openmrs/esm-patient-vitals-app": {
"concepts": {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Uuid,Void/Retire,Entity name,Name,display:en,display:fr,Description,Min occurs,Max occurs,Datatype classname,Datatype config,Preferred handler classname,Handler config,_order:1000
a56959b5-4fe2-4d69-a553-fdc77957c48b,,Visit,Mode of arrival,Mode of arrival,Moyen de transport,The mode of arrival that the patient took to the location,0,1,org.openmrs.customdatatype.datatype.ConceptDatatype,f83eeb93-703a-4dd5-bd95-51a6580b4065,,,
d63554a8-4979-4719-a918-1ccc3d924ed7,,Visit,Level of emergency severity assessment,Level of emergency severity assessment,Évaluation du niveau de gravité de l'urgence,Level of emergency severity assessment,0,1,org.openmrs.customdatatype.datatype.ConceptDatatype,bbb02557-0277-4979-a1fa-b0020f136066,,,

0 comments on commit 22c3bdf

Please sign in to comment.