Skip to content

UAT: Add dose and route to Admistered Medications #1225

@angelathe

Description

@angelathe

What needs to be done

Add medication dose and route to the Administered Medications table. Currently, it looks like:

Screenshot 2025-11-18 at 11.43.45.png

Why it needs to be done

UAT request

Design

Designs still needed. FUP with Chinelo.

Acceptance Criteria

  • Add medication dose and route to Administered Medications table.
  • Add/update test fixtures & snapshot tests

Technical Notes

FHIR conversion is not needed -- we already convert medication dose and route.
Ex. in the FHIR bundle ("resourceType": "MedicationAdministration")

                "dosage": {
                    "route": {
                        "coding": [
                            {
                                "code": "C38276",
                                "system": "urn:oid:2.16.840.1.113883.3.26.1.1",
                                "display": "Intravenous"
                            }
                        ]
                    },
                    "dose": {
                        "value": 3,
                        "unit": "mg"
                    }
                },

Additional context

eCR: TN (tetanus)

Metadata

Metadata

Assignees

Labels

designs neededIssue that needs design input before it can be picked up by enghighHigh-priority bug or issuejurisdiction needTickets that directly impact users' ability to use our appneeds design reviewThe PR for this issue needs design review before mergestreamline eCRIssues for the Streamline eCR team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions