XUND API Documentation

MedicalSource

Medical source is a medically relevant article, publication, book or other media

Model definition

Property name

Property type

Property description

id

string

Internal source identifier

author

string (localized text)?

Author of the source

title

string (localized text)?

Title of the source

publisher

string (localized text)?

Publisher of the source

url

string (localized text)?

URL to the source

year

number (integer)?

When was the source published

Examples

Click to expand...

The source is a book

JSON
{
    "id": "3cc8455c-1bb3-4def-9f33-9939faaae4ae",
    "author": "Gerd Herold",
    "title": "Herold: Innere Medizin ",
    "year": 2018
}


The source is an online article

JSON
{
    "id": "f23cadee-7d36-408b-b570-2aebc8d4745c",
    "author": "Lori A Bastian Haywood L Brown",
    "title": "Clinical manifestations and diagnosis of early pregnancy",
    "url": "https://www.uptodate.com/contents/clinical-manifestations-and-diagnosis-of-early-pregnancy?search=pregnancy&source=search_result&selectedTitle=2~150&usage_type=default&display_rank=2#H1962767897",
    "year": 2019
}