{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/base/ValueSet-CoreDataElementTypeVS.schema.json",
  "title": "Core Data Element Type Value Set Schema",
  "description": "JSON Schema for Core Data Element Type Value Set ValueSet codes. Generated from FHIR expansions using IRI format.",
  "type": "string",
  "enum": [
    "http://smart.who.int/base/CodeSystem/CoreDataElementType#valueset",
    "http://smart.who.int/base/CodeSystem/CoreDataElementType#codesystem",
    "http://smart.who.int/base/CodeSystem/CoreDataElementType#conceptmap",
    "http://smart.who.int/base/CodeSystem/CoreDataElementType#logicalmodel"
  ],
  "narrative": "This schema validates IRI-formatted codes for the Core Data Element Type Value Set ValueSet. Each enum value includes the system URI in the format {systemuri}#{code} to match JSON-LD enumeration IRIs. Display values are available at http://smart.who.int/base/ValueSet-CoreDataElementTypeVS.displays.json. For a complete listing of all ValueSets, see artifacts.html#terminology-value-sets.",
  "fhir:displays": "http://smart.who.int/base/ValueSet-CoreDataElementTypeVS.displays.json",
  "fhir:valueSet": "http://smart.who.int/base/ValueSet/CoreDataElementTypeVS",
  "fhir:version": "0.2.0",
  "fhir:expansionTimestamp": "2026-04-01T14:14:21.023744"
}