Retrieve the impressum and information about the medical product
Request
Request Header additional fields
|
Parameter name |
Parameter type |
Parameter description |
|---|---|---|
|
|
The expected language of the retrieved imprint |
Response
Response Body data structure
|
Property name |
Property type |
Property description |
|---|---|---|
|
id |
string (uuid) |
Identifier of the imprint |
|
createdAt |
datetime |
Date and time of the imprint creation |
|
updatedAt? |
datetime |
Date and time of last imprint modification (null if the imprint has not been modified) |
|
language |
The language of the imprint |
|
|
medical_product_info |
MedicalProductInfo |
Relevant regulatory information about the medical device |
|
impressum |
Impressum |
Other company specific information about the XUND Solutions GmbH |
MedicalProductInfo
|
Property name |
Property type |
Property description |
|---|---|---|
|
product_name |
string |
The name of the medical device |
|
interface |
string |
The interface through which the medical device is used, such as API or SDK |
|
basic_UDI_DI |
string |
The Basic Unique Device Identification (UDI) is the primary identifier of a product model. |
|
UDI_DI |
string |
The Unique Device Identification (UDI) of the specific product variant. |
|
UDI_PI_software_version |
string |
The software version of the product. |
|
UDI_PI_date_of_manufacture |
string |
The date of manufacturing of the product. |
|
CE_mark |
RemoteResource |
Link to the CE mark image which needs to be displayed in the impressum. |
Impressum
|
Property name |
Property type |
Property description |
|---|---|---|
|
company_name |
string |
The name of the manufacturing company. |
|
contact_address |
string |
The address of the manufacturing company. |
|
contact_email |
RemoteResource |
The contact e-mail of the manufacturing company. |
|
bug_report_email |
RemoteResource |
The e-mail through which users of the medical device can report bugs directly to the manufacturer. |
|
company_website |
RemoteResource |
Link to the website of the manufacturing company. |
|
terms_and_conditions |
RemoteResource |
Link to the general terms and conditions of the manufacturing company. |
|
privacy_policy |
RemoteResource |
Link to the general privacy policy of the manufacturing company. |
|
user_manual |
RemoteResource |
Link to the user manual of the product. |
RemoteResource
|
Property name |
Property type |
Property description |
|---|---|---|
|
path |
string |
The path of the resource |
|
type |
RemoteResourceType |
The type of the resource |
RemoteResourceType
|
Enum values |
|---|
|
“PNG” |
|
“WEBSITE” |
|
“EMAIL” |
|
“PDF” |