v1
latestSwagger 2.02026-08-061791731.4 MBMedications
{{baseUrl}}/persons/:personId/chart/medications/:medid/monograph-data
Get the monograph data for a medication.
get/persons/{personId}/chart/medications/{medid}/monograph-data
Path parameters
personIdstring required
(Required) (Required) The id of the person for monograph data
medidstring required
(Required) (Required) The id of the medication for monograph data.
Headers
Acceptstring required
Response
OK
Example response
{
"drugName": "<string>",
"medicationName": "<string>",
"gcnSequenceNumber": "<string>",
"monographCode": "<string>",
"monograph": [
"<string>",
"<string>"
],
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}