| Code | Description |
|---|---|
| 401 | Unauthorized |
| 500 | Server crashed for some <%= reason %> |
GET /Device/1001?access_token=6b5h9crwD1EP2zzNDifB5GNZi1rgmU3vmjsdJE9G9BfhQUL3Pm7stAUvJCgwSbAb
200
{
"resourceType": "Device",
"id": "1001",
"status": "active",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "704708004",
"display": "Cardiac resynchronization therapy implantable pacemaker"
}
]
},
"distinctIdentifier": "(01)00643169007222(17)160128(21)BLC200461H",
"lotNumber": "unknown",
"manufactureDate": "2011-10-05",
"expirationDate": "2016-10-05",
"serialNumber": "unknown",
"udiCarrier": [
{
"deviceIdentifier": "00643169007222",
"carrierHRF": "(01)00643169007222(17)160128(21)BLC200461H"
}
],
"patient": {
"reference": "Patient/1",
"display": "Newman, Alice, Jones, Alicia, "
}
}
| Param name | Description |
|---|---|
|
access_token required |
CarePaths User OAuth Token Validations:
|
|
id optional |
ID of requested implantable device Validations:
|
List of resources
| Param name | Description |
|---|---|
|
resource_type required |
Device Validations:
|
|
status required |
Validations:
|
|
type required |
Validations:
|
|
distinctIdentifier required |
Validations:
|
|
lotNumber required |
Validations:
|
|
manufactureDate required |
Validations:
|
|
expirationDate required |
Validations:
|
|
serialNumber required |
Validations:
|
|
udi_carrier required |
Validations:
|
|
patient required |
Validations:
|