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=780&ordering=-classification_id
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=800&ordering=-classification_id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=760&ordering=-classification_id",
    "results": [
        {
            "classification_id": 302051,
            "name": {
                "de": "Neurochirurgie",
                "en": "Neurosurgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302050,
            "name": {
                "de": "Nephrologie",
                "en": "Nephrology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302049,
            "name": {
                "de": "Neonatologie",
                "en": "Neonatology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302048,
            "name": {
                "de": "Minimal-invasive Chirurgie",
                "en": "Minimally invasive surgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302047,
            "name": {
                "de": "Mikrochirurgie",
                "en": "Microsurgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302046,
            "name": {
                "de": "Medizinische Psychotherapie",
                "en": "Medical psychotherapy "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302045,
            "name": {
                "de": "Medizinische Psychologie",
                "en": "Medical psychology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302044,
            "name": {
                "de": "Medizinische Physik",
                "en": "Medical physics "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302043,
            "name": {
                "de": "Magnetresonanztomographie (MRT)",
                "en": "Magnetic resonance imaging (MRI) "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302042,
            "name": {
                "de": "Logopädie",
                "en": "Logopedics "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302041,
            "name": {
                "de": "Laserchirurgie",
                "en": "Laser surgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302040,
            "name": {
                "de": "Labordiagnostik",
                "en": "Laboratory diagnostics "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302039,
            "name": {
                "de": "Komplementärmedizin",
                "en": "Complementary medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302038,
            "name": {
                "de": "Klinische Neuropsychologie",
                "en": "Clinical neuropsychology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302037,
            "name": {
                "de": "Kinderchirurgie",
                "en": "Paediatric surgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302036,
            "name": {
                "de": "Kinder- und Jugendpsychiatrie",
                "en": "Child and adolescent psychiatry "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302035,
            "name": {
                "de": "Kinder- und Jugendheilkunde",
                "en": "Paediatrics and adolescent medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302034,
            "name": {
                "de": "Kieferorthopädie",
                "en": "Orthodontics "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302033,
            "name": {
                "de": "Kieferchirurgie",
                "en": "Jaw surgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302032,
            "name": {
                "de": "Kardiologie",
                "en": "Cardiology "
            },
            "level": 6,
            "parent": 302000
        }
    ]
}