FHIR R4 Device

This resource conforms to the Implantable Device resource definition of the US-Core StructureDefinition.

Request

GET [base]/fhir/Device/[id]

Parameters

Name Description Optional?
id The resource ID false

Response

{
    "id": "implantable-device:50",
    "meta": {
        "lastUpdated": "2011-10-05T00:00:00-04:00",
        "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<p><strong>Name/Description: </strong>Cardiac resynchronization therapy implantable defibrillator<br><strong>Assigning Authority: </strong>FDA<br><strong>UDI: </strong>(01)00643169007222(17)160128(21)BLC200461H<br><strong>Lot or Batch Number: </strong><br><strong>Serial Number: </strong>BLC200461H<br><strong>Manufactured Date: </strong><br><strong>Expiration Date: </strong>2016-01-28<br><strong>Identification Code: </strong>00643169007222</p>"
    },
    "identifier": [
        {
            "value": "00643169007222"
        }
    ],
    "udiCarrier": [
        {
            "deviceIdentifier": "(01)00643169007222(17)160128(21)BLC200461H"
        }
    ],
    "status": "active",
    "distinctIdentifier": "00643169007222",
    "manufacturer": "MEDTRONIC, INC.",
    "expirationDate": "2016-01-28",
    "serialNumber": "BLC200461H",
    "deviceName": [
        {
            "name": "Cardiac resynchronization therapy implantable defibrillator",
            "type": "user-friendly-name"
        },
        {
            "name": "Viva™ Quad XT CRT-D",
            "type": "manufacturer-name"
        }
    ],
    "type": {
        "coding": [
            {
                "system": "http://snomed.info/sct"
            }
        ]
    },
    "patient": {
        "reference": "Patient/659426d2-094d-468f-b8ac-f2f9a813e3e1",
        "type": "Patient",
        "display": "Newman, Alice Jones"
    },
    "resourceType": "Device"
}