{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/base/ValueSet-CDHIv1.schema.json",
  "title": "Classification of Digital Health Interventions v1 Schema",
  "description": "JSON Schema for Classification of Digital Health Interventions v1 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://smart.who.int/base/CodeSystem/CDHIv1"
    },
    "code": {
      "type": "string",
      "enum": [
        "1.0",
        "1.1",
        "1.1.1",
        "1.1.2",
        "1.1.3",
        "1.1.4",
        "1.2",
        "1.2.1",
        "1.2.2",
        "1.3",
        "1.3.1",
        "1.4",
        "1.4.1",
        "1.4.2",
        "1.4.3",
        "1.5",
        "1.5.1",
        "1.5.2",
        "1.6",
        "1.6.1",
        "1.7",
        "1.7.1",
        "1.7.2",
        "1.7.3",
        "2.0",
        "2.1",
        "2.1.1",
        "2.1.2",
        "2.2",
        "2.2.1",
        "2.2.2",
        "2.2.3",
        "2.2.4",
        "2.3",
        "2.3.1",
        "2.3.2",
        "2.3.3",
        "2.4",
        "2.4.1",
        "2.4.2",
        "2.4.3",
        "2.4.4",
        "2.5",
        "2.5.1",
        "2.5.2",
        "2.5.3",
        "2.5.4",
        "2.5.5",
        "2.6",
        "2.6.1",
        "2.6.2",
        "2.6.3",
        "2.7",
        "2.7.1",
        "2.7.2",
        "2.8",
        "2.8.1",
        "2.8.2",
        "2.9",
        "2.9.1",
        "2.9.2",
        "2.9.3",
        "2.10",
        "2.10.1",
        "2.10.2",
        "2.10.3",
        "2.10.4",
        "3.0",
        "3.1",
        "3.1.1",
        "3.1.2",
        "3.1.3",
        "3.1.4",
        "3.2",
        "3.2.1",
        "3.2.2",
        "3.2.3",
        "3.2.4",
        "3.2.5",
        "3.2.6",
        "3.3",
        "3.3.1",
        "3.4",
        "3.4.1",
        "3.4.2",
        "3.4.3",
        "3.4.4",
        "3.4.5",
        "3.4.6",
        "3.5",
        "3.5.1",
        "3.5.2",
        "3.5.3",
        "3.5.4",
        "3.5.5",
        "3.5.6",
        "3.6",
        "3.6.1",
        "3.6.2",
        "3.7",
        "3.7.1",
        "3.7.2",
        "4.0",
        "4.1",
        "4.1.1",
        "4.1.2",
        "4.1.3",
        "4.1.4",
        "4.2",
        "4.2.1",
        "4.2.2",
        "4.2.3",
        "4.3",
        "4.3.1",
        "4.3.2",
        "4.3.3",
        "4.3.4",
        "4.4",
        "4.4.1"
      ]
    }
  },
  "narrative": "This schema validates Coding-shaped objects for the Classification of Digital Health Interventions v1 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-CDHIv1.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-CDHIv1.displays.json",
  "fhir:valueSet": "http://smart.who.int/base/ValueSet/CDHIv1",
  "fhir:version": "0.2.0",
  "fhir:expansionTimestamp": "2026-04-01T14:12:12+00:00"
}