For AI agents: the documentation index is at /docs/payerbox/llms.txt. A Markdown version of this page is available at /docs/payerbox/data-integration/uscdi/devices.md or by requesting it with the Accept: text/markdown header.
Payerbox Docs

Device

Datasets

US Core 6.1.0 maps each USCDI data element onto a FHIR element.

DatasetUS Core 6.1.0 target profile(s)
devicesUS Core Implantable Device

devices

One row per implanted device per patient. The USCDI data class covers implantable devices only — other equipment does not belong in this file.

ColumnRequiredFormat / valuesExample
record_idYesyour stable key for this device rowDV-0001
patient_identifierYespatient keyMRN-4471903
udi_device_identifierYesDI portion of the UDI00643169007222
udi_carrier_hrfRecommendedfull UDI barcode string, human-readable form(01)00643169007222(17)…
device_type_codeYesSNOMED CT code, with device_type_system device-kind468063009 Coated femoral stem prosthesis, modular
distinct_identifierIf availabletext456
lot_numberIf availabletext543211
serial_numberIf availabletext842026
manufacture_dateIf availabledatetime2019-03-01
expiration_dateIf availabledatetime2029-03-01
is_deletedIf retractingtrue retracts this rowtrue
  • udi_device_identifier is the device identifier (DI): the fixed portion of the UDI that names the make and model. It is the element this data class exists for, so a row without it fails the USCDI intent even though FHIR itself would accept one.
  • udi_carrier_hrf is the full barcode string in human-readable form: the DI plus the production identifiers — lot, serial, expiration and manufacture dates. US Core exchanges the HRF, and the FDA AccessGUDID and Parse UDI APIs can decompose it. Send it whole when you have it; if your source already stores the parsed parts, the production-identifier columns carry them individually.
  • device_type_code is SNOMED CT (extensible binding). Send device_type_system as http://snomed.info/sct.
  • distinct_identifier applies to human cell and tissue products (HCT/P), where regulation requires a distinct identification code in place of a serial number.

These resources are served by Patient Access, Provider Access, Payer-to-Payer, and Prior Auth.

Last updated: