Implant List Download

GET /devices/implantable/download

Returns a ZIP file that contains a CSV and an equivalent XLSX file. These files are flattened versions of the /devices/implantable/list API. If provided a UMLS single-use ticket, it also returns the SNOMED data.

Resource Information

format URL
ZIP
Contains CSV and XLSX files
https://accessgudid-beta.nlm.nih.gov/api/v2/devices/implantable/download

Parameters

parameter type default description
ticket String null The single-use ticket used to access UMLS. A valid ticket will allow the SNOMED data to be returned in addition to all the other information normally returned without a ticket
Example Value: ST-210847-HwTfbMTY100CWNe2owFF-cas

For information on how to generate a single-use ticket, please see the page on Generating UMLS Tickets.

Response Headers

header type description
X-Authenticated-Ticket Boolean The status of the single-use ticket

Examples


Without Ticket

ZIP: GEThttps://accessgudid-beta.nlm.nih.gov/api/v2/devices/implantable/download
Note: Inside the ZIP file, the same information is provided in 2 formats: a CSV file and an XLSX file.

DEVICE_ID|PUBLIC_DEVICE_RECORD_KEY|PUBLIC_VERSION_STATUS|PUBLIC_VERSION_NUMBER|PUBLIC_VERSION_DATE|DEVICE_ID_ISSUING_AGENCY|BRAND_NAME|COMPANY_NAME|VERSION_MODEL_NUMBER|DUNS_NUMBER|MRI_SAFETY_STATUS|LABELED_CONTAINS_NRL|GMDN_TERMS
"00013964672152"|"1e171b40-eebe-4793-9a80-8a6679426027"|"Update"|"2"|"2018-02-10 00:00:00"|"GS1"|"Freedom - ProFlor Inguinal Hernia Kit"|"INSIGHTRA MEDICAL, INC."|"FIHR 40mmEK"|"097664937"|"Labeling does not contain MRI Safety Information"|"False"|"Abdominal hernia surgical mesh, composite-polymer"
"00013964672145"|"5e012d52-f4f7-4576-a5d5-7bf27088c750"|"Update"|"2"|"2018-02-10 00:00:00"|"GS1"|"Freedom - ProFlor Inguinal Hernia Implant"|"INSIGHTRA MEDICAL, INC."|"FIHR 40mmE"|"097664937"|"Labeling does not contain MRI Safety Information"|"False"|"Abdominal hernia surgical mesh, composite-polymer"
....

With Ticket

ZIP: GEThttps://accessgudid-beta.nlm.nih.gov/api/v2/devices/implantable/download?ticket=ST-210847-HwTfbMTY100CWNe2owFF-cas
Note: Inside the ZIP file, the same information is provided in 2 formats: a CSV file and an XLSX file.

DEVICE_ID|PUBLIC_DEVICE_RECORD_KEY|PUBLIC_VERSION_STATUS|PUBLIC_VERSION_NUMBER|PUBLIC_VERSION_DATE|DEVICE_ID_ISSUING_AGENCY|BRAND_NAME|COMPANY_NAME|VERSION_MODEL_NUMBER|DUNS_NUMBER|MRI_SAFETY_STATUS|LABELED_CONTAINS_NRL|GMDN_TERMS|SNOMED
M68111100275300"|"94804678-9327-40c2-b813-b91e73816150"|"Update"|"2"|"2018-02-10 00:00:00"|"HIBCC"|"Apelo®  / Apelo® MIS"|"ATLAS SPINE, INC."|"Apelo® MIS"|"140801007"|"MR Conditional"|"False"|"Orthopaedic bone screw, non-bioabsorbable, non-sterile"|"EXAMPLE_SNOMED_IDENTIFIER|EXAMPLE_SNOMED_CT_NAME"
"M68111100265600"|"4b37a516-f15f-4454-a111-841bcec62db4"|"Update"|"2"|"2018-02-10 00:00:00"|"HIBCC"|"Apelo®  / Apelo® MIS"|"ATLAS SPINE, INC."|"Apelo® MIS"|"140801007"|"MR Conditional"|"False"|"Orthopaedic bone screw, non-bioabsorbable, non-sterile"|"EXAMPLE_SNOMED_IDENTIFIER|EXAMPLE_SNOMED_CT_NAME"
...