Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(feat) HSC-286: Add visit attributes 'Mode of arrival' and 'Level of emergency severity assessment' #12

Merged
merged 4 commits into from
Sep 30, 2024

Conversation

vasharma05
Copy link
Member

This PR adds 2 new visit attributes

  1. Mode of arrival
  2. Level of emergency severity assessment

Copy link
Member Author

@vasharma05 vasharma05 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kazlaw, I have a few questions, please have a look. Alongside, the french translations are missing for all the concepts' texts.
Thanks!

@@ -0,0 +1,3 @@
Uuid,Void/Retire,Entity name,Name,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,The mode of arrival that the patient took to the location,0,1,org.openmrs.customdatatype.datatype.ConceptDatatype,f61a8a18-cb64-4a63-bc28-56b4789941ff,,,
d63554a8-4979-4719-a918-1ccc3d924ed7,,Visit,Level of emergency severity assessment,Level of emergency severity assessment,0,1,org.openmrs.customdatatype.datatype.ConceptDatatype,bbb02557-0277-4979-a1fa-b0020f136066,,,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @kazlaw!
The Level of emergency severity assessment concept is being used in the triage.json form, and I have used the same UUID for the above visit attribute type's Datatype config mapping. But I didn't find the concept defined anywhere, do we need to define the concept mentioned above?
Thanks!

Comment on lines 2 to 5
2fdfe136-263c-4d59-b96e-ae4a76d9445f,,,Minibus,Minibus,Minibus,Minibus,,,Misc,N/A,,,,,,,,,,,
93298e19-1e9a-4306-beec-c134d0989a0a,,,Ambulated,Ambulated,Ambulated,Ambulated,,,Misc,N/A,,,,,,,,,,,
693c7001-1433-4ebb-aee9-1ab0dd1787f6,,,Car,Car,Car,Car,,,Misc,N/A,,,,,,,,,,,
f61a8a18-cb64-4a63-bc28-56b4789941ff,,,Mode of arrival,Mode of arrival,Mode of arrival,Mode of arrival,,,Question,Coded,,Minibus;Ambulated;Car;Other,,,,,,,,,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kazlaw, I have created new UUIDs for these concepts, should we use the same UUIDs which were being used in the older implementation?
Thanks!

Copy link
Contributor

@kazlaw kazlaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Looks good

@kazlaw kazlaw merged commit 22c3bdf into main Sep 30, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants