{
  "resourceType": "StructureDefinition",
  "id": "CodeSystem",
  "url": "https://fhir.centraxx.de/StructureDefinition/ValueList",
  "version": "2025.4.0",
  "name": "ValueList",
  "status": "active",
  "publisher": "Kairos an IQVIA business",
  "description": "Represents a CentraXX ValueList",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "CodeSystem",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeSystem",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CodeSystem.language",
        "path": "CodeSystem.language",
        "min": 0,
        "mustSupport": true
      },
      {
        "id": "CodeSystem.extension",
        "path": "CodeSystem.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "closed"
        },
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CodeSystem.extension:updateWithOverwrite",
        "path": "CodeSystem.extension",
        "sliceName": "updateWithOverwrite",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.centraxx.de/extension/updateWithOverwrite"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CodeSystem.url",
        "path": "CodeSystem.url",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "CodeSystem.identifier",
        "path": "CodeSystem.identifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.identifier.system",
        "path": "CodeSystem.identifier.system",
        "min": 1,
        "max": "1",
        "fixedString": "https://fhir.centraxx.de/system/catalogs/valueList",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.identifier.value",
        "path": "CodeSystem.identifier.value",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.version",
        "path": "CodeSystem.version",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "CodeSystem.title",
        "path": "CodeSystem.title",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "CodeSystem.title.extension",
        "path": "CodeSystem.title.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "closed"
        },
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CodeSystem.title.extension:translation",
        "path": "CodeSystem.title.extension",
        "sliceName": "translation",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/translation"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CodeSystem.status",
        "path": "CodeSystem.status",
        "min": 1,
        "fixedString": "active",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.description",
        "path": "CodeSystem.description",
        "min": 0,
        "mustSupport": true
      },
      {
        "id": "CodeSystem.description.extension",
        "path": "CodeSystem.description.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "closed"
        },
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CodeSystem.description.extension:translation",
        "path": "CodeSystem.description.extension",
        "sliceName": "translation",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/translation"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CodeSystem.caseSensitive",
        "path": "CodeSystem.caseSensitive",
        "min": 0,
        "max": "1",
        "fixedBoolean": false,
        "mustSupport": true
      },
      {
        "id": "CodeSystem.content",
        "path": "CodeSystem.content",
        "min": 1,
        "fixedCode": "complete",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept",
        "path": "CodeSystem.concept",
        "min": 0,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.code",
        "path": "CodeSystem.concept.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.designation",
        "path": "CodeSystem.concept.designation",
        "min": 0,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.designation.language",
        "path": "CodeSystem.concept.designation.language",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.designation.value",
        "path": "CodeSystem.concept.designation.value",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.property",
        "path": "CodeSystem.concept.property",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "code"
            }
          ],
          "rules": "closed"
        },
        "min": 1,
        "max": "3",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.property:numericValue",
        "path": "CodeSystem.concept.property",
        "sliceName": "numericValue",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.property:numericValue.code",
        "path": "CodeSystem.concept.property.code",
        "fixedCode": "numericValue",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.property:numericValue.value[x]",
        "path": "CodeSystem.concept.property.value[x]",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.property:position",
        "path": "CodeSystem.concept.property",
        "sliceName": "position",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.property:position.code",
        "path": "CodeSystem.concept.property.code",
        "fixedCode": "position",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.property:position.value[x]",
        "path": "CodeSystem.concept.property.value[x]",
        "type": [
          {
            "code": "integer"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.property:parent",
        "path": "CodeSystem.concept.property",
        "sliceName": "parent",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.property:parent.code",
        "path": "CodeSystem.concept.property.code",
        "fixedCode": "parent",
        "mustSupport": true
      },
      {
        "id": "CodeSystem.concept.property:parent.value[x]",
        "path": "CodeSystem.concept.property.value[x]",
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}