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=700&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=720&ordering=classification_id",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=680&ordering=classification_id",
    "results": [
        {
            "classification_id": 302043,
            "name": {
                "de": "Magnetresonanztomographie (MRT)",
                "en": "Magnetic resonance imaging (MRI) "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302044,
            "name": {
                "de": "Medizinische Physik",
                "en": "Medical physics "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302045,
            "name": {
                "de": "Medizinische Psychologie",
                "en": "Medical psychology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302046,
            "name": {
                "de": "Medizinische Psychotherapie",
                "en": "Medical psychotherapy "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302047,
            "name": {
                "de": "Mikrochirurgie",
                "en": "Microsurgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302048,
            "name": {
                "de": "Minimal-invasive Chirurgie",
                "en": "Minimally invasive surgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302049,
            "name": {
                "de": "Neonatologie",
                "en": "Neonatology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302050,
            "name": {
                "de": "Nephrologie",
                "en": "Nephrology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302051,
            "name": {
                "de": "Neurochirurgie",
                "en": "Neurosurgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302052,
            "name": {
                "de": "Neurologie",
                "en": "Neurology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302053,
            "name": {
                "de": "Notfallmedizin",
                "en": "Emergency medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302054,
            "name": {
                "de": "Nuklearmedizin",
                "en": "Nuclear medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302055,
            "name": {
                "de": "Onkologie",
                "en": "Oncology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302056,
            "name": {
                "de": "Onkologische Chirurgie",
                "en": "Oncological surgery "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302057,
            "name": {
                "de": "Orthopädie",
                "en": "Orthopaedics "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302058,
            "name": {
                "de": "Palliativmedizin",
                "en": "Palliative medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302059,
            "name": {
                "de": "Parodontologie",
                "en": "Periodontology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302060,
            "name": {
                "de": "Perinatologie",
                "en": "Perinatology "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302061,
            "name": {
                "de": "Physikalische Medizin",
                "en": "Physical medicine "
            },
            "level": 6,
            "parent": 302000
        },
        {
            "classification_id": 302062,
            "name": {
                "de": "Plastische und Rekonstruktive Chirurgie",
                "en": "Plastic and reconstructive surgery "
            },
            "level": 6,
            "parent": 302000
        }
    ]
}