Device Reponse



Possible status codes:

Status code 200 - success - the resource information is in the body as shown below.

Status code 400 - bad request - one or more request parameters was invalid.

Status code 401 - unauthorized (a valid bearer token is required).

Status code 404 - not found (the resource specified was not found).

Status code 500 - internal error.



Examples:
Request: GET /Device/adf695a5-54e4-43aa-b147-12f5b6287537
Response:
{
    "resourceType": "Device",
    "id": "adf695a5-54e4-43aa-b147-12f5b6287537",
    "udiCarrier": [
        {
            "deviceIdentifier": "00643169007222",
            "carrierHRF": "(01)00643169007222(17)160128(21)BLC200461H"
        }
    ],
    "distinctIdentifier": "adf695a5-54e4-43aa-b147-12f5b6287537",
    "manufactureDate": "2022-09-09",
    "expirationDate": "2016-01-28",
    "lotNumber": "10",
    "serialNumber": "BLC200461H",
    "type": {
        "coding": [
            {
                "system": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
                "code": "unknown"
            }
        ],
        "text": "Unknown"
    },
    "patient": {
        "reference": "https://fhir.pcisgold.com/fhir/Patient/1000.1000"
    }
}