v1
latestSwagger 2.02026-08-061791731.4 MBImplantable Device Identifiers
{{baseUrl}}/persons/:personId/chart/devices
Returns a list of implantable devices for the specified person id after applying additional OData query operations.
get/persons/{personId}/chart/devices
Path parameters
personIdstring required
(Required) (Required) The id of the patient whose devices are being retrieved
Query parameters
$topstring required
$filterstring required
$orderbystring required
$skipstring required
$inlinecountstring required
$countstring required
Headers
Acceptstring required
Response
OK
Example response
{
"Items": [
{
"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>"
}
]
},
{
"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>"
}
]
}
],
"NextPageLink": "<string>",
"Count": "<string>"
}