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=600&ordering=-level
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=620&ordering=-level",
    "previous": "https://api-test.medunigraz.at/v1/research/classification/?format=api&limit=20&offset=580&ordering=-level",
    "results": [
        {
            "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
        },
        {
            "classification_id": 301108,
            "name": {
                "de": "Molekulare Pathologie",
                "en": "Molecular pathology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301109,
            "name": {
                "de": "Pathophysiologie",
                "en": "Pathophysiology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301110,
            "name": {
                "de": "Physiologie",
                "en": "Physiology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301111,
            "name": {
                "de": "Röntgenanatomie",
                "en": "Radiologic anatomy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301112,
            "name": {
                "de": "Systematische Anatomie",
                "en": "Systematic anatomy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301113,
            "name": {
                "de": "Topographische Anatomie",
                "en": "Topographic anatomy "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301114,
            "name": {
                "de": "Zellbiologie",
                "en": "Cell biology "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301115,
            "name": {
                "de": "Sonoanatomie",
                "en": "Sonoanatomy"
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301200,
            "name": {
                "de": "Pharmazie, Pharmakologie, Toxikologie",
                "en": "Pharmacy, Pharmacology, Toxicology"
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301201,
            "name": {
                "de": "Arzneimittel-, Arzneistoffanalyse",
                "en": "Pharmaceutical and drug analysis "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301202,
            "name": {
                "de": "Geschichte der Pharmazie",
                "en": "History of pharmacy  "
            },
            "level": 6,
            "parent": 301000
        },
        {
            "classification_id": 301400,
            "name": {
                "de": "Neurowissenschaften",
                "en": "Neurosciences"
            },
            "level": 6,
            "parent": 301000
        }
    ]
}