{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/base/ValueSet-CDHIv2.2.schema.json",
  "title": "Digital Health Interventions for Healthcare Providers Schema",
  "description": "JSON Schema for Digital Health Interventions for Healthcare Providers 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/CDHIv2"
    },
    "code": {
      "type": "string",
      "enum": [
        "2",
        "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.5.6",
        "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",
        "2.11",
        "2.11.1",
        "2.11.2"
      ]
    }
  },
  "narrative": "This schema validates Coding-shaped objects for the Digital Health Interventions for Healthcare Providers 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-CDHIv2.2.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-CDHIv2.2.displays.json",
  "fhir:valueSet": "http://smart.who.int/base/ValueSet/CDHIv2.2",
  "fhir:version": "0.2.0",
  "fhir:expansionTimestamp": "2026-04-01T14:12:12+00:00"
}