To define
| Code | Description |
|---|---|
| 401 | Unauthorized |
| 500 | Server crashed for some <%= reason %> |
GET /Device?patient=1&access_token=Pn4p4dV8wKy5p8awLR9CYQRWdsgNYLRxRef5DdYEDt1smi6jkMbfu2Zmp9q3Svkh
200
{
"resourceType": "Bundle",
"id": "0a056b4a60565a9fa7c50cfb1b1a338e",
"type": "searchset",
"entry": [
{
"full_url": "/Device/",
"resource": {
"resourceType": "Device",
"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": {
"valueQuantity": {
"extension": {
"url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
"valueCode": "unknown"
}
},
"dataAbsentReason": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
"code": "unknown",
"display": "Unknown"
}
],
"text": "Unknown"
}
},
"serialNumber": "unknown",
"udiCarrier": [
{
"deviceIdentifier": "00643169007222",
"carrierHRF": "(01)00643169007222(17)160128(21)BLC200461H"
}
],
"patient": {
"reference": "Patient/1",
"display": "1"
}
}
}
],
"total": 1
}
| Param name | Description |
|---|---|
|
access_token
optional |
CarePaths User OAuth Token Validations:
|
|
patient
optional |
Patient ID Validations:
|
|
start_date
optional |
Start date for dataset; Format YYYY-MM-DD Validations:
|
|
end_date
optional |
End date for dataset; Format YYYY-MM-DD Validations:
|
List of resources
| Param name | Description |
|---|---|
|
resource_type
required |
Bundle Validations:
|
|
type
required |
Validations:
|
| Code | Description |
|---|---|
| 401 | Unauthorized |
| 500 | Server crashed for some <%= reason %> |
| Param name | Description |
|---|---|
|
access_token
optional |
CarePaths User OAuth Token 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:
|