{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/hiv/ValueSet-HIV.H.DE23.schema.json",
  "title": "Outcome from outreach attempt ValueSet Schema",
  "description": "JSON Schema for Outcome from outreach attempt ValueSet 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/hiv/CodeSystem/HIVConcepts"
    },
    "code": {
      "type": "string",
      "enum": [
        "HIV.H.DE24",
        "HIV.H.DE25",
        "HIV.H.DE26",
        "HIV.H.DE27",
        "HIV.H.DE28",
        "HIV.H.DE29"
      ]
    }
  },
  "narrative": "This schema validates Coding-shaped objects for the Outcome from outreach attempt ValueSet 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/hiv/ValueSet-HIV.H.DE23.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/hiv/ValueSet-HIV.H.DE23.displays.json",
  "fhir:valueSet": "http://smart.who.int/hiv/ValueSet/HIV.H.DE23",
  "fhir:version": "0.4.4",
  "fhir:expansionTimestamp": "2026-03-05T13:16:30+00:00"
}