-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
designs neededIssue that needs design input before it can be picked up by engIssue that needs design input before it can be picked up by enghighHigh-priority bug or issueHigh-priority bug or issuejurisdiction needTickets that directly impact users' ability to use our appTickets that directly impact users' ability to use our appneeds design reviewThe PR for this issue needs design review before mergeThe PR for this issue needs design review before mergestreamline eCRIssues for the Streamline eCR teamIssues for the Streamline eCR team
Description
What needs to be done
Add medication dose and route to the Administered Medications table. Currently, it looks like:
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 engIssue that needs design input before it can be picked up by enghighHigh-priority bug or issueHigh-priority bug or issuejurisdiction needTickets that directly impact users' ability to use our appTickets that directly impact users' ability to use our appneeds design reviewThe PR for this issue needs design review before mergeThe PR for this issue needs design review before mergestreamline eCRIssues for the Streamline eCR teamIssues for the Streamline eCR team
