{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/base/ValueSet-ISCO08ValueSet.schema.json",
  "title": "ISCO-08 Value Set Schema",
  "description": "JSON Schema for ISCO-08 Value Set ValueSet codes. Values are represented as Coding objects with 'system' and 'code' properties.",
  "type": "object",
  "required": [
    "system",
    "code"
  ],
  "additionalProperties": false,
  "properties": {
    "system": {
      "type": "string",
      "const": "http://www.ilo.org/public/english/bureau/stat/isco/isco08/"
    },
    "code": {
      "type": "string",
      "enum": [
        "0",
        "1",
        "2",
        "3",
        "4",
        "5",
        "6",
        "7",
        "8",
        "9",
        "11",
        "12",
        "13",
        "14",
        "21",
        "22",
        "23",
        "24",
        "25",
        "26",
        "31",
        "32",
        "33",
        "34",
        "35",
        "41",
        "42",
        "43",
        "44",
        "51",
        "52",
        "53",
        "54",
        "61",
        "62",
        "63",
        "71",
        "72",
        "73",
        "74",
        "75",
        "81",
        "82",
        "83",
        "91",
        "92",
        "93",
        "94",
        "95",
        "96",
        "111",
        "112",
        "121",
        "122",
        "211",
        "212",
        "213",
        "214",
        "215",
        "216",
        "221",
        "222",
        "223",
        "224",
        "225",
        "226",
        "231",
        "232",
        "233",
        "234",
        "235",
        "311",
        "312",
        "313",
        "314",
        "315",
        "321",
        "322",
        "323",
        "324",
        "325",
        "411",
        "412",
        "413",
        "511",
        "512",
        "513",
        "514",
        "515",
        "516",
        "711",
        "712",
        "713",
        "811",
        "812",
        "813",
        "911",
        "912",
        "913",
        "1111",
        "1112",
        "1113",
        "1114",
        "1120",
        "1211",
        "1212",
        "1213",
        "1219",
        "1221",
        "1222",
        "1223",
        "2111",
        "2112",
        "2113",
        "2114",
        "2120",
        "2131",
        "2132",
        "2133",
        "2141",
        "2142",
        "2143",
        "2144",
        "2145",
        "2146",
        "2149",
        "2151",
        "2152",
        "2153",
        "2161",
        "2162",
        "2163",
        "2164",
        "2165",
        "2166",
        "2211",
        "2212",
        "2221",
        "2222",
        "2230",
        "2240",
        "2250",
        "2261",
        "2262",
        "2263",
        "2264",
        "2265",
        "2266",
        "2267",
        "2269",
        "3111",
        "3112",
        "3113",
        "3114",
        "3115",
        "3116",
        "3117",
        "3118",
        "3119",
        "4110",
        "4120",
        "4131",
        "4132",
        "5111",
        "5112",
        "5113",
        "6111",
        "6112",
        "6113",
        "6114",
        "7111",
        "7112",
        "7113",
        "7114",
        "8111",
        "8112",
        "8113",
        "9111",
        "9112",
        "9211",
        "9212",
        "9213"
      ]
    }
  },
  "narrative": "This schema validates Coding-shaped objects for the ISCO-08 Value Set ValueSet. Each value must be an object with 'system' (CodeSystem URI) and 'code' (fragment after '#') properties. Display values are available at http://smart.who.int/base/ValueSet-ISCO08ValueSet.displays.json. The canonical IRI for a code can be reconstructed as system + '#' + code. For a complete listing of all ValueSets, see artifacts.html#terminology-value-sets.",
  "fhir:displays": "http://smart.who.int/base/ValueSet-ISCO08ValueSet.displays.json",
  "fhir:valueSet": "http://smart.who.int/base/ValueSet/ISCO08ValueSet",
  "fhir:version": "0.2.0",
  "fhir:expansionTimestamp": "2026-03-23T14:45:00+00:00"
}