GET /devices/implantable/download (v1)
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.
This API is going to be deprecated. Please move to the v2 Implant List Download.
Resource Information
format | URL |
---|---|
ZIP
Contains CSV and XLSX files |
https://accessgudid.awsprod.nlm.nih.gov/api/v1/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: GET
https://accessgudid.awsprod.nlm.nih.gov/api/v1/devices/implantable/download
Note: Inside the ZIP file, the same information is provided in 2 formats: a CSV file and an XLSX file.
deviceId|deviceIdIssuingAgency|brandName|companyName|versionOrModel|MRISafetyStatus|labeledContainsNRL|gmdnPTName
"00013964672145"|"GS1"|"Freedom - ProFlor Inguinal Hernia Implant"|"INSIGHTRA MEDICAL, INC."|"FIHR 40mmE"|"Labeling does not contain MRI Safety Information"|"false"|"Abdominal hernia surgical mesh, composite-polymer"
"00013964672152"|"GS1"|"Freedom - ProFlor Inguinal Hernia Kit"|"INSIGHTRA MEDICAL, INC."|"FIHR 40mmEK"|"Labeling does not contain MRI Safety Information"|"false"|"Abdominal hernia surgical mesh, composite-polymer"
....
With Ticket
ZIP: GET
https://accessgudid.awsprod.nlm.nih.gov/api/v1/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.
deviceId|deviceIdIssuingAgency|brandName|companyName|versionOrModel|MRISafetyStatus|labeledContainsNRL|gmdnPTNames|snomed
"M68111100265600"|"HIBCC"|"Apelo® / Apelo® MIS"|"ATLAS SPINE, INC."|"Apelo® MIS"|"MR Conditional"|"false"|"Orthopaedic bone screw, non-bioabsorbable, non-sterile"|"EXAMPLE_SNOMED_IDENTIFIER|EXAMPLE_SNOMED_CT_NAME"
"M68111100275300"|"HIBCC"|"Apelo® / Apelo® MIS"|"ATLAS SPINE, INC."|"Apelo® MIS"|"MR Conditional"|"false"|"Orthopaedic bone screw, non-bioabsorbable, non-sterile"|"EXAMPLE_SNOMED_IDENTIFIER|EXAMPLE_SNOMED_CT_NAME"
...