List OESTAT 2012 classifications.

Classification of a person as per (ÖFOS2012)[https://www.data.gv.at/katalog/dataset/stat_ofos-2012].

Fields

id (integer)

Primary key.

classification_id (integer)

ID of classification.

name (object)

Names of classification, defined by language.

level (integer)

Level of classification.

None

Filters

To filter for exact value matches:

?<fieldname>=<value>

Possible exact filters:

  • level
GET /v1/research/classification/?format=api&offset=820&ordering=-parent
HTTP 200 OK
  Allow: GET, HEAD, OPTIONS
  Content-Type: application/json
  Vary: Accept
  
  {
    "count": 1489,
    "next": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=840&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=800&ordering=-parent",
    "results": [
        {
            "classification_id": 302083,
            "name": {
                "de": "Transplantationschirurgie",
                "en": "Transplant surgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302084,
            "name": {
                "de": "Transplantationsmedizin",
                "en": "Transplantation medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302085,
            "name": {
                "de": "Unfallchirurgie",
                "en": "Trauma surgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302087,
            "name": {
                "de": "Venerologie",
                "en": "Venereology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302088,
            "name": {
                "de": "Zahn-, Mund- und Kieferheilkunde",
                "en": "Dentistry "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302089,
            "name": {
                "de": "Reproduktionsmedizin",
                "en": "Reproductive medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302090,
            "name": {
                "de": "Allgemeinmedizin",
                "en": "General practice"
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302091,
            "name": {
                "de": "Immuntherapie",
                "en": "Immunotherapy"
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302092,
            "name": {
                "de": "Orale Chirurgie",
                "en": "Oral surgery"
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302093,
            "name": {
                "de": "Zahnerhaltungskunde",
                "en": "Restorative dentistry"
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302094,
            "name": {
                "de": "Präzisionsmedizin",
                "en": "Precision medicine"
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 301204,
            "name": {
                "de": "Pharmakognosie",
                "en": "Pharmacognosy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301100,
            "name": {
                "de": "Anatomie, Pathologie, Physiologie",
                "en": "Anatomy, Pathology, Physiology"
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301101,
            "name": {
                "de": "Allgemeine Pathologie",
                "en": "General pathology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301102,
            "name": {
                "de": "Anatomie",
                "en": "Anatomy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301103,
            "name": {
                "de": "Diagnostik in der Medizin",
                "en": "Medical diagnostics "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301104,
            "name": {
                "de": "Embryologie",
                "en": "Embryology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301105,
            "name": {
                "de": "Experimentelle Pathologie",
                "en": "Experimental pathology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301106,
            "name": {
                "de": "Funktionelle Anatomie",
                "en": "Functional anatomy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301107,
            "name": {
                "de": "Histologie",
                "en": "Histology "
            },
            "level": 6,
            "parent": 301000
        }
    ]
}