v1
latestSwagger 2.02026-08-061791731.4 MBMedications
{{baseUrl}}/persons/:personId/chart/medications/:medid/patient-education
Get the external resources URL and type for patient education.
get/persons/{personId}/chart/medications/{medid}/patient-education
Path parameters
personIdstring required
(Required) (Required) The id of the person for whom patient education url is being retreived
medidstring required
(Required) (Required) The id of the medication for patient education
Query parameters
resourceTypestring required
(Required) Patient education Resource Type - resourceType - 1 (ExternalPatientEducation) or 2 - (ClinicalDecisionSupport) or 3 - (ExternalProviderReferences)
encounterDatestring required
Encounter Date on which patient education data is being retreived
Headers
Acceptstring required
Response
OK
Example response
{
"resourceType": "<string>",
"baseUrl": "<string>",
"resourceUrl": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}