v1
latestSwagger 2.02026-08-061791731.4 MBMedications
{{baseUrl}}/persons/:personId/chart/medications/:medicationId/notes/:noteId1
Gets the prescription note for the given person id, patient medication id and note id.
get/persons/{personId}/chart/medications/{medicationId}/notes/{noteId}
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose prescription note is being retrieved
medicationIdstring required
(Required) (Required) The id of the patient medication whose prescription note is being retrieved
noteIdstring required
(Required) (Required) The id of the prescription note being retrieved
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"noteType": "<string>",
"note": "<string>",
"personId": "<string>",
"medicationId": "<string>",
"createdBy": "<string>",
"modifiedBy": "<string>",
"createTimestamp": "<string>",
"createTimestampTimezone": "<string>",
"modifyTimestamp": "<string>",
"modifyTimestampTimezone": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}