Skip to content

Commit

Permalink
HSC-369: Move Triage question and make it not mandatory (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazlaw committed Dec 10, 2024
1 parent 4e72f8f commit cf77991
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,35 @@
}
]
},
{
"label": "Triage",
"sections": [
{
"label": "Triage",
"isExpanded": "true",
"questions": [
{
"label": "Level of emergency severity assessment",
"type": "obs",
"required": false,
"id": "levelOfEmergencySeverityAssessment",
"questionOptions": {
"rendering": "select",
"concept": "bbb02557-0277-4979-a1fa-b0020f136066",
"conceptMappings": [
{
"relationship": "SAME-AS",
"type": "CIEL",
"value": "159637"
}
]
},
"validators": []
}
]
}
]
},
{
"label": "Biometrics",
"sections": [
Expand Down Expand Up @@ -232,35 +261,6 @@
]
}
]
},
{
"label": "Triage",
"sections": [
{
"label": "Triage",
"isExpanded": "true",
"questions": [
{
"label": "Level of emergency severity assessment",
"type": "obs",
"required": true,
"id": "levelOfEmergencySeverityAssessment",
"questionOptions": {
"rendering": "select",
"concept": "bbb02557-0277-4979-a1fa-b0020f136066",
"conceptMappings": [
{
"relationship": "SAME-AS",
"type": "CIEL",
"value": "159637"
}
]
},
"validators": []
}
]
}
]
}
],
"processor": "EncounterFormProcessor",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{

"uuid": "895f7868-ca3f-33bb-9336-20f1daf461b3",
"description": "Vitals and Biometrics",
"form" : "Vitals and Biometrics",
"form_name_translation" : "Vitals and Biometrics",
"language": "en",
"Translations" :{
"label": "Triage"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{

"uuid": "895f7868-ca3f-33bb-9336-20f1daf461b3",
"description": "Vitals and Biometrics",
"form" : "Vitals and Biometrics",
"form_name_translation" : "Vitals and Biometrics",
"language": "fr",
"Translations" :{
"label": "Triage"
}
}

0 comments on commit cf77991

Please sign in to comment.