{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/immunizations/ValueSet-IMMZ.C.DE5.displays.json",
  "title": "IMMZ.C.DE5 ValueSet for Sex Display Values",
  "description": "Display values for IMMZ.C.DE5 ValueSet for Sex ValueSet codes. Generated from FHIR expansions.",
  "type": "object",
  "properties": {
    "fhir:displays": {
      "type": "object",
      "description": "Multilingual display values for ValueSet codes using IRI format to match JSON schema enum values",
      "patternProperties": {
        "^https?://.*": {
          "type": "object",
          "description": "Display values for a specific IRI-formatted code by language",
          "properties": {
            "en": {
              "type": "string",
              "description": "English display value"
            }
          },
          "patternProperties": {
            "^[a-z]{2}(-[A-Z]{2})?$": {
              "type": "string",
              "description": "Display value in the specified language (ISO 639-1 code)"
            }
          },
          "additionalProperties": false
        }
      },
      "additionalProperties": false
    }
  },
  "required": [
    "fhir:displays"
  ],
  "additionalProperties": true,
  "fhir:displays": {
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE1": {
      "en": "Unique identifier"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE2": {
      "en": "Name"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE3": {
      "en": "First name"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE4": {
      "en": "Family name"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE5": {
      "en": "Sex"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE6": {
      "en": "Male"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE7": {
      "en": "Female"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE8": {
      "en": "Biological sex not specified"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE9": {
      "en": "Intersex"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE10": {
      "en": "Date of birth"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE13": {
      "en": "Age"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE14": {
      "en": "Caregivers (multiple)"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE15": {
      "en": "Caregiver's full name"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE16": {
      "en": "Caregiver's first name"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE17": {
      "en": "Caregiver's family name"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE18": {
      "en": "Contact phone number"
    },
    "http://smart.who.int/immunizations/CodeSystem/IMMZ.C#DE19": {
      "en": "Address"
    }
  },
  "fhir:valueSet": "http://smart.who.int/immunizations/ValueSet/IMMZ.C.DE5",
  "fhir:version": "1.0.0",
  "fhir:expansionTimestamp": "2026-03-31T14:10:57.406086"
}