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=660&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=680&ordering=-parent",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=640&ordering=-parent",
    "results": [
        {
            "classification_id": 404000,
            "name": {
                "de": "Agrarbiotechnologie, Lebensmittelbiotechnologie",
                "en": "Agricultural Biotechnology, Food Biotechnology"
            },
            "level": 3,
            "parent": 400000
        },
        {
            "classification_id": 405000,
            "name": {
                "de": "Andere Agrarwissenschaften",
                "en": "Other Agricultural Sciences"
            },
            "level": 3,
            "parent": 400000
        },
        {
            "classification_id": 305100,
            "name": {
                "de": "Gerichtsmedizin",
                "en": "Forensic Medicine"
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305101,
            "name": {
                "de": "Blutspurenanalyse",
                "en": "Bloodstain pattern analysis "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305102,
            "name": {
                "de": "DNA-Analyse (Gerichtsmedizin)",
                "en": "DNA analysis (Forensic medicine) "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305103,
            "name": {
                "de": "Forensische Biologie",
                "en": "Forensic biology "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305104,
            "name": {
                "de": "Forensische Chemie",
                "en": "Forensic chemistry "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305105,
            "name": {
                "de": "Forensische Psychiatrie",
                "en": "Forensic psychiatry "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305106,
            "name": {
                "de": "Forensische Radiologie",
                "en": "Forensic radiology "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305107,
            "name": {
                "de": "Forensische Toxikologie",
                "en": "Forensic toxicology "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305108,
            "name": {
                "de": "Gerichtliche Humanmedizin",
                "en": "Forensic human medicine "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305109,
            "name": {
                "de": "Forensische Anthropologie",
                "en": "Forensic anthropology"
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305110,
            "name": {
                "de": "Forensische Bildgebung",
                "en": "Forensic imaging"
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305111,
            "name": {
                "de": "Klinische Gerichtsmedizin",
                "en": "Clinical forensic medicine"
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305900,
            "name": {
                "de": "Sonstige Humanmedizin, Gesundheitswissenschaften",
                "en": "Human Medicine, Health Sciences not elsewhere classified"
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305901,
            "name": {
                "de": "Computerunterstützte Diagnose und Therapie",
                "en": "Computer-aided diagnosis and therapy "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305902,
            "name": {
                "de": "Gender Medizin",
                "en": "Gender medicine "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305903,
            "name": {
                "de": "Geschichte der Medizin",
                "en": "History of medicine "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305904,
            "name": {
                "de": "Medizinische Dokumentation",
                "en": "Medical documentation "
            },
            "level": 6,
            "parent": 305000
        },
        {
            "classification_id": 305905,
            "name": {
                "de": "Medizinische Informatik",
                "en": "Medical informatics "
            },
            "level": 6,
            "parent": 305000
        }
    ]
}