Get a device by ID
get
/Device/{id}
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 an individual device by the associated ID.
Request
Path Parameters
-
id(required): string
The logical resource ID.
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 retrieve response.
Root 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.
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" ]