{
  "resourceType": "StructureDefinition",
  "id": "ListEntryCanonicalEx",
  "url": "https://thieme-compliance.de/fhir/StructureDefinition/ListEntryCanonicalEx",
  "version": "1.0.0",
  "name": "ListEntryCanonicalEx",
  "title": "ListEntryCanonical",
  "status": "draft",
  "description": "This extension allows for the inclusion of canonical references to resources within a List entry. It is used to reference specific resources that are part of the List, such as Questionnaires or other related resources.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "expression": "List.entry.item",
      "type": "element"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "ListEntryCanonical",
        "definition": "This extension allows for the inclusion of canonical references to resources within a List entry. It is used to reference specific resources that are part of the List, such as Questionnaires or other related resources."
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://thieme-compliance.de/fhir/StructureDefinition/ListEntryCanonicalEx"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.value[x]:valueCanonical",
        "path": "Extension.value[x]",
        "sliceName": "valueCanonical",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "canonical"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}