Get a list of devices
get
/Device
Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.
Retrieves a list of devices that meet the supplied query parameters.
Request
Query Parameters
-
_id: string
The logical resource ID.
-
_revinclude: string
The related Provenance resources to include in the search bundle.Allowed Values:
[ "Provenance:target" ] -
patient: string
The patient to whom the device is affixed.
Header Parameters
-
accept(required): string
The media type to be requested.
Example:
application/fhir+json -
authorization(required): string
The credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
There's no request body for this operation.
Back to TopResponse
200 Response
Successful search response.
Root Schema : schema
Type:
Show Source
object-
entry: array
entry
-
id(required): string
-
link: array
link
-
resourceType(required): string
Allowed Values:
[ "Bundle" ] -
type(required): string
Nested Schema : Device
Type:
Show Source
object-
distinctIdentifier: string
(USCDI) The distinct identification string.
-
expirationDate: string
(date-time)
(USCDI) The date and time of expiry of this device (if applicable).
-
id(required): string
-
lotNumber: string
(USCDI) The manufacture lot number.
-
manufactureDate: string
(date-time)
(USCDI) The date when the device was made.
-
patient(required):
patient
(USCDI) The patient to whom the device is affixed.
-
resourceType(required): string
Allowed Values:
[ "Device" ] -
serialNumber: string
(USCDI) The serial number assigned by the manufacturer.
-
type(required):
type
(USCDI) The kind or type of device.
-
udiCarrier: array
udiCarrier
(USCDI) The unique device identifier (UDI) barcode string.
Nested Schema : patient
(USCDI) The patient to whom the device is affixed.
Match All
(USCDI) The patient to whom the device is affixed.
Show Source
Nested Schema : type
(USCDI) The kind or type of device.
Match All
(USCDI) The kind or type of device.
Show Source
Nested Schema : udiCarrier
Type:
array(USCDI) The unique device identifier (UDI) barcode string.
Show Source
Nested Schema : DeviceUdiCarrier
Type:
Show Source
object-
carrierHRF: string
(USCDI) The UDI carrier's human-readable barcode string.
-
deviceIdentifier(required): string
(USCDI) The mandatory fixed portion of the UDI.
Nested Schema : BundleLink
Type:
Show Source
object-
relation: string
Allowed Values:
[ "self", "next", "previous" ] -
url: string
(uri)
Default Response
An OperationOutcome
describing any error that occurred.
Root Schema : OperationOutcome
Type:
Show Source
object-
issue(required): array
issue
-
resourceType(required): string
Allowed Values:
[ "OperationOutcome" ]