v1
latestSwagger 2.02026-08-061791731.4 MBImplantable Device Identifiers
{{baseUrl}}/persons/:personId/chart/devices/:deviceId
Returns a single implantable device for the specified person id and device id.
get/persons/{personId}/chart/devices/{deviceId}
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose device information is being retrieved
deviceIdstring required
(Required) (Required) The device id
Headers
Acceptstring required
Response
OK
Example response
{
"id": "<string>",
"personId": "<string>",
"deviceIdentifier": "<string>",
"universalDeviceIdentifier": "<string>",
"snoMedCtCode": "<string>",
"snoMedCtDescription": "<string>",
"lotOrBatchNumber": "<string>",
"serialNumber": "<string>",
"manufacturingDate": "<string>",
"expirationDate": "<string>",
"isDeleted": "<string>",
"assigningAuthorityOid": "<string>",
"assigningAuthority": "<string>",
"gmdnProductName": "<string>",
"_links": [
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
},
{
"href": "<string>",
"method": "<string>",
"rel": "<string>",
"description": "<string>",
"vendorExtensions": "<string>"
}
]
}