FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.biv-ot.everordnung
Resource TypeStructureDefinition
IdBIVOT_EX_EVO_SehbehinderungWHO1.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.biv-ot.everordnung@1.0.0&canonical=https://fhir.biv-ot.org/eVerordnung/StructureDefinition/BIVOT_EX_EVO_SehbehinderungWHO1
URLhttps://fhir.biv-ot.org/eVerordnung/StructureDefinition/BIVOT_EX_EVO_SehbehinderungWHO1
Version1.0.0
Statusactive
Date2026-07-20
NameBIVOT_EX_EVO_SehbehinderungWHO1
TitleBIVOT_EX_EVO_SehbehinderungWHO1
Realmde
DescriptionKomplexe Extension zur Abbildung der Angabe 'Sehbehinderung mindestens WHO 1' aus Muster 8a einschließlich der Bezugnahme auf Brille und Kontaktlinsen.
PurposeDiese Extension bildet die zusammengehörige Formularlogik ab: Es wird angegeben, ob eine Sehbehinderung mindestens WHO 1 vorliegt und ob sich diese Feststellung auf eine Korrektur mit Brille und/oder Kontaktlinsen bezieht.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
de.biv-ot.everordnung#1.0.0BIVOT_PR_EVO_Prescription_OpticalDeviceBIVOT_PR_EVO_Prescription_OpticalDevice

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


Source1

{
  "resourceType": "StructureDefinition",
  "id": "BIVOT-EX-EVO-SehbehinderungWHO1",
  "url": "https://fhir.biv-ot.org/eVerordnung/StructureDefinition/BIVOT_EX_EVO_SehbehinderungWHO1",
  "version": "1.0.0",
  "name": "BIVOT_EX_EVO_SehbehinderungWHO1",
  "title": "BIVOT_EX_EVO_SehbehinderungWHO1",
  "status": "active",
  "date": "2026-07-20",
  "experimental": false,
  "description": "Komplexe Extension zur Abbildung der Angabe 'Sehbehinderung mindestens WHO 1' aus Muster 8a einschließlich der Bezugnahme auf Brille und Kontaktlinsen.",
  "purpose": "Diese Extension bildet die zusammengehörige Formularlogik ab: Es wird angegeben, ob eine Sehbehinderung mindestens WHO 1 vorliegt und ob sich diese Feststellung auf eine Korrektur mit Brille und/oder Kontaktlinsen bezieht.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE",
          "display": "Germany"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "DeviceRequest"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Sehbehinderung mindestens WHO 1",
        "definition": "Angabe, ob eine Sehbehinderung mindestens WHO 1 vorliegt und ob diese mit Brille und/oder Kontaktlinsen festgestellt wurde.",
        "constraint": [
          {
            "key": "bivot-ex-evo-sehbehinderung-who1-1",
            "severity": "error",
            "human": "Wenn Sehbehinderung mindestens WHO 1 = true ist, muss mindestens 'mit Brille' oder 'mit Kontaktlinsen' true sein.",
            "expression": "extension('liegtVor').value = false or extension('mitBrille').value = true or extension('mitKontaktlinsen').value = true"
          }
        ]
      },
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "closed"
        },
        "min": 3,
        "max": "3"
      },
      {
        "id": "Extension.extension:liegtVor",
        "path": "Extension.extension",
        "sliceName": "liegtVor",
        "short": "Sehbehinderung mindestens WHO 1",
        "definition": "Gibt an, ob eine Sehbehinderung mindestens WHO 1 vorliegt.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Extension.extension:liegtVor.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:liegtVor.url",
        "path": "Extension.extension.url",
        "fixedUri": "liegtVor"
      },
      {
        "id": "Extension.extension:liegtVor.value[x]",
        "path": "Extension.extension.value[x]",
        "short": "Wert: Sehbehinderung mindestens WHO 1",
        "definition": "Boolescher Wert für die Angabe 'Sehbehinderung mindestens WHO 1'.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Extension.extension:mitBrille",
        "path": "Extension.extension",
        "sliceName": "mitBrille",
        "short": "Mit Brille",
        "definition": "Gibt an, ob die Sehbehinderung mindestens WHO 1 mit Brille festgestellt wurde.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Extension.extension:mitBrille.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:mitBrille.url",
        "path": "Extension.extension.url",
        "fixedUri": "mitBrille"
      },
      {
        "id": "Extension.extension:mitBrille.value[x]",
        "path": "Extension.extension.value[x]",
        "short": "Wert: Mit Brille",
        "definition": "Boolescher Wert für die Angabe 'mit Brille'.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Extension.extension:mitKontaktlinsen",
        "path": "Extension.extension",
        "sliceName": "mitKontaktlinsen",
        "short": "Mit Kontaktlinsen",
        "definition": "Gibt an, ob die Sehbehinderung mindestens WHO 1 mit Kontaktlinsen festgestellt wurde.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Extension.extension:mitKontaktlinsen.extension",
        "path": "Extension.extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.extension:mitKontaktlinsen.url",
        "path": "Extension.extension.url",
        "fixedUri": "mitKontaktlinsen"
      },
      {
        "id": "Extension.extension:mitKontaktlinsen.value[x]",
        "path": "Extension.extension.value[x]",
        "short": "Wert: Mit Kontaktlinsen",
        "definition": "Boolescher Wert für die Angabe 'mit Kontaktlinsen'.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.biv-ot.org/eVerordnung/StructureDefinition/BIVOT_EX_EVO_SehbehinderungWHO1"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "max": "0"
      }
    ]
  }
}