FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/ListEntryCanonicalEx

Packagede.thieme-compliance.anamnese
Resource TypeStructureDefinition
IdListEntryCanonicalEx
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.thieme-compliance.anamnese@0.0.2-dev&canonical=https://thieme-compliance.de/fhir/StructureDefinition/ListEntryCanonicalEx
URLhttps://thieme-compliance.de/fhir/StructureDefinition/ListEntryCanonicalEx
Version1.0.0
Statusdraft
NameListEntryCanonicalEx
TitleListEntryCanonical
DescriptionThis 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.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
FormDefinitionPackageFormDefinitionPackage

Resources that this resource uses

No resources found


Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source

{
  "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
      }
    ]
  }
}