Get a device by its ID
get
/Device/{ID}
List an individual device by its ID.
GET /Device/:id
This operation supports the following authorization types:
- Provider
- Patient
- System
Request
Path Parameters
-
ID(required): string
The logical resource ID associated with the resource.
This parameter is required ifpatient
is not used.
Type: token.
Header Parameters
-
Accept(required): string
The media type to be requested. Refer to what the resource's operation produces for what is supported.
-
Authorization(required): string
Contains the credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
Response
Supported Media Types
- application/fhir+json
Default Response
Example Request
GET https://fhir-myrecord-sc.cerner.com/r4/2f8f5ec1-b7b8-4be5-ae27-e308284dd9c1/Device/A879904FD2FE4B2D90C89FDA84E1285F.9005
Example Response:
{
"resourceType": "Device",
"id": "A879904FD2FE4B2D90C89FDA84E1285F.9005",
"meta": {
"lastUpdated": "2020-11-13T17:02:40-05:00"
},
"status": "active",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "700803007",
"display": "Orthopedic prosthesis implantation instrument, reusable (physical object)"
}
],
"text": "Signature Femoral Drill Guide\r\n"
},
"patient": {
"reference": "Patient/A879904FD2FE4B2D90C89FDA84E1285F",
"display": "Mcgovern,Astrid Santiago"
},
"udiCarrier": [
{
"deviceIdentifier": "00880304510135",
"carrierHRF": "(01)00880304510135(17)170301(10)08080707J"
}
],
"expirationDate": "2017-03-01T00:00:00-05:00",
"lotNumber": "08080707J",
"text": {
"status": "generated",
"div": "<div xmlns="http://www.w3.org/1999/xhtml"><br /><b>Device</b><br /><b>Patient</b>:Mcgovern,Astrid Santiago;<br /><b>Device Type</b>:<br /><b>System</b>:http://snomed.info/sct <b>Code</b>:700803007 <b>Display</b>:Orthopedic prosthesis implantation instrument, reusable (physical object) <b>Text</b>:Signature Femoral Drill Guide\r\n;<br /><b>Carrier HRF</b>:(01)00880304510135(17)170301(10)08080707J;<br /><b>Expiration Date</b>:2017-03-01T00:00:00-05:00;<br /><b>Lot Number</b>:08080707J;<br /><b>Status</b>:active;<br /><b>Device Identifier</b>:00880304510135;<br /></div>"
}
}
Headers
-
X-Request-Id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
X-Request-Id
, if present. -
opc-request-id: string
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the
opc-Request-Id
, if present.