{
  "resourceType": "StructureDefinition",
  "id": "valueset-deprecated",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "vocab"
    }
  ],
  "url": "http://nictiz.nl/fhir/StructureDefinition/valueset-deprecated",
  "version": "3.0.2",
  "name": "deprecated",
  "title": "deprecated",
  "status": "draft",
  "experimental": false,
  "date": "2022-06-28",
  "publisher": "Nictiz",
  "description": "if true, indicates that the concept is deprecated from the value set - that is, it should not be used, and is planned to be withdrawn.",
  "fhirVersion": "3.0.2",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "ValueSet.compose.include.concept"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "The concept should not be used",
        "definition": "if ture, indicates that the concept is deprecated from the value set - that is, it should not be used, and is planned to be withdrawn.",
        "comment": "Ths status relates to a concept's inclusion in the value set, and might be different to the underlying status of the concept itself.",
        "min": 0,
        "max": "1"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/valueset-deprecated"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}