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

FHIR IG Statistics: StructureDefinition/KBV-PR-EAU-ServiceRequest-steps

Packagekbv.ita.eau
Resource TypeStructureDefinition
IdKBV-PR-EAU-ServiceRequest-steps
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=kbv.ita.eau@1.2.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_EAU_ServiceRequest_steps
URLhttps://fhir.kbv.de/StructureDefinition/KBV_PR_EAU_ServiceRequest_steps
Version1.2.0
Statusactive
Date2025-03-25
NameKBV_PR_EAU_ServiceRequest_steps
TypeServiceRequest
Kindresource

Resources that use this resource

StructureDefinition
KBV_PR_EAU_BundleKBV_PR_EAU_Bundle
KBV_PR_EAU_CompositionKBV_PR_EAU_Composition

Resources that this resource uses

StructureDefinition
KBV_PR_FOR_PatientKBV_PR_FOR_Patient
KBV_PR_FOR_PractitionerKBV_PR_FOR_Practitioner
KBV_EX_EAU_admission_dateKBV_EX_EAU_admission_date
KBV_EX_EAU_discharge_dateKBV_EX_EAU_discharge_date
KBV_EX_EAU_reintegration_dateKBV_EX_EAU_reintegration_date
KBV_PR_EAU_Condition_AUKBV_PR_EAU_Condition_AU
ValueSet
KBV_VS_EAU_WeitereSchritte_TypeKBV_VS_EAU_WeitereSchritte_Type

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "KBV-PR-EAU-ServiceRequest-steps",
  "url": "https://fhir.kbv.de/StructureDefinition/KBV_PR_EAU_ServiceRequest_steps",
  "version": "1.2.0",
  "name": "KBV_PR_EAU_ServiceRequest_steps",
  "status": "active",
  "date": "2025-03-25",
  "publisher": "Kassenärztliche Bundesvereinigung",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "quick",
      "uri": "http://siframework.org/cqf",
      "name": "Quality Improvement and Clinical Knowledge (QUICK)"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "ServiceRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ServiceRequest",
        "path": "ServiceRequest",
        "constraint": [
          {
            "key": "-eau-begrenzungDateWiedereingliederung-ab",
            "severity": "error",
            "human": "Begrenzung der Datumsangabe für das Datum der Wiedereingliederung auf 10 Zeichen JJJJ-MM-TT",
            "expression": "(extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_reintegration_date').exists()) implies ((extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_reintegration_date').value as dateTime).toString().length() = 10)"
          },
          {
            "key": "-eau-begrenzungDateEntlassungsdatum",
            "severity": "error",
            "human": "Begrenzung der Datumsangabe Entlassungsdatum auf 10 Zeichen JJJJ-MM-TT",
            "expression": "(extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_discharge_date').exists()) implies ((extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_discharge_date').value as dateTime).toString().length() = 10)"
          },
          {
            "key": "-eau-begrenzungDateAufnahmedatum",
            "severity": "error",
            "human": "Begrenzung der Datumsangabe Aufnahmedatum auf 10 Zeichen JJJJ-MM-TT",
            "expression": "(extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_admission_date').exists()) implies ((extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_admission_date').value as dateTime).toString().length() = 10)"
          },
          {
            "key": "-eau-EntlassungdatumNurRehaHeilbehandlung",
            "severity": "error",
            "human": "Das Entlassungsdatum, darf nur angegeben werden, wenn entweder Leistungen zur Reha oder stationaeren Heilbehandlung ausgewaehlt ist.",
            "expression": "(extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_discharge_date').exists()) implies (code.coding.code = 'reha' or code.coding.code = 'stationaere_heilbehandlung')"
          },
          {
            "key": "-eau-AufnahmedatumNurRehaHeilbehandlung",
            "severity": "error",
            "human": "Das Aufnahmedatum, darf nur angegeben werden, wenn entweder Leistungen zur Reha oder stationaeren Heilbehandlung ausgewaehlt ist.",
            "expression": "(extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_admission_date').exists()) implies (code.coding.code = 'reha' or code.coding.code = 'stationaere_heilbehandlung')"
          },
          {
            "key": "-eau-WiedereingliederungAbNurWiedereingliederung",
            "severity": "error",
            "human": "Die Extension KBV_EX_EAU_reintegration_date darf nur enthalten sein, wenn Wiedereingliederung ausgewaehlt wurde.",
            "expression": "(extension('https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_reintegration_date').exists()) implies (code.coding.code = 'wiedereingliederung')"
          }
        ]
      },
      {
        "id": "ServiceRequest.id",
        "path": "ServiceRequest.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.meta",
        "path": "ServiceRequest.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.meta.versionId",
        "path": "ServiceRequest.meta.versionId",
        "max": "0"
      },
      {
        "id": "ServiceRequest.meta.lastUpdated",
        "path": "ServiceRequest.meta.lastUpdated",
        "max": "0"
      },
      {
        "id": "ServiceRequest.meta.source",
        "path": "ServiceRequest.meta.source",
        "max": "0"
      },
      {
        "id": "ServiceRequest.meta.profile",
        "path": "ServiceRequest.meta.profile",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.meta.profile:eAUProfile",
        "path": "ServiceRequest.meta.profile",
        "sliceName": "eAUProfile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "https://fhir.kbv.de/StructureDefinition/KBV_PR_EAU_ServiceRequest_steps|1.2",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.meta.security",
        "path": "ServiceRequest.meta.security",
        "max": "0"
      },
      {
        "id": "ServiceRequest.meta.tag",
        "path": "ServiceRequest.meta.tag",
        "max": "0"
      },
      {
        "id": "ServiceRequest.implicitRules",
        "path": "ServiceRequest.implicitRules",
        "max": "0"
      },
      {
        "id": "ServiceRequest.language",
        "path": "ServiceRequest.language",
        "max": "0"
      },
      {
        "id": "ServiceRequest.text",
        "path": "ServiceRequest.text",
        "max": "0"
      },
      {
        "id": "ServiceRequest.contained",
        "path": "ServiceRequest.contained",
        "max": "0"
      },
      {
        "id": "ServiceRequest.extension",
        "path": "ServiceRequest.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "closed"
        },
        "max": "3"
      },
      {
        "id": "ServiceRequest.extension:Wiedereingliederung_ab",
        "path": "ServiceRequest.extension",
        "sliceName": "Wiedereingliederung_ab",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_reintegration_date"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.extension:Wiedereingliederung_ab.value[x]",
        "path": "ServiceRequest.extension.value[x]",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.extension:Wiedereingliederung_ab.value[x]:valueDateTime",
        "path": "ServiceRequest.extension.value[x]",
        "sliceName": "valueDateTime",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.extension:Aufnahmedatum",
        "path": "ServiceRequest.extension",
        "sliceName": "Aufnahmedatum",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_admission_date"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.extension:Aufnahmedatum.value[x]",
        "path": "ServiceRequest.extension.value[x]",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.extension:Aufnahmedatum.value[x]:valueDateTime",
        "path": "ServiceRequest.extension.value[x]",
        "sliceName": "valueDateTime",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.extension:Entlassungsdatum",
        "path": "ServiceRequest.extension",
        "sliceName": "Entlassungsdatum",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_EX_EAU_discharge_date"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.extension:Entlassungsdatum.value[x]",
        "path": "ServiceRequest.extension.value[x]",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.extension:Entlassungsdatum.value[x]:valueDateTime",
        "path": "ServiceRequest.extension.value[x]",
        "sliceName": "valueDateTime",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.identifier",
        "path": "ServiceRequest.identifier",
        "max": "0"
      },
      {
        "id": "ServiceRequest.instantiatesCanonical",
        "path": "ServiceRequest.instantiatesCanonical",
        "max": "0"
      },
      {
        "id": "ServiceRequest.instantiatesUri",
        "path": "ServiceRequest.instantiatesUri",
        "max": "0"
      },
      {
        "id": "ServiceRequest.basedOn",
        "path": "ServiceRequest.basedOn",
        "max": "0"
      },
      {
        "id": "ServiceRequest.replaces",
        "path": "ServiceRequest.replaces",
        "max": "0"
      },
      {
        "id": "ServiceRequest.requisition",
        "path": "ServiceRequest.requisition",
        "max": "0"
      },
      {
        "id": "ServiceRequest.status",
        "path": "ServiceRequest.status",
        "fixedCode": "active",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.intent",
        "path": "ServiceRequest.intent",
        "fixedCode": "proposal",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.category",
        "path": "ServiceRequest.category",
        "max": "0"
      },
      {
        "id": "ServiceRequest.priority",
        "path": "ServiceRequest.priority",
        "max": "0"
      },
      {
        "id": "ServiceRequest.doNotPerform",
        "path": "ServiceRequest.doNotPerform",
        "max": "0"
      },
      {
        "id": "ServiceRequest.code",
        "path": "ServiceRequest.code",
        "min": 1,
        "constraint": [
          {
            "key": "-eau-keinTextBeiAnderen",
            "severity": "error",
            "human": "Wenn die Kennzeichnung \"D-Arzt\", \"Reha\" oder \"Wiedereingliederung\" angegeben ist, dann darf kein Text enthalten sein.",
            "expression": "(coding.code = 'd_arzt' or coding.code = 'reha' or coding.code = 'wiedereingliederung' or coding.code = 'stationaere_heilbehandlung') implies text.exists().not()"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "description": "Abbildung der möglichen Werte",
          "valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_EAU_WeitereSchritte_Type"
        }
      },
      {
        "id": "ServiceRequest.code.coding",
        "path": "ServiceRequest.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.code.coding.system",
        "path": "ServiceRequest.code.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.code.coding.version",
        "path": "ServiceRequest.code.coding.version",
        "max": "0"
      },
      {
        "id": "ServiceRequest.code.coding.code",
        "path": "ServiceRequest.code.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.code.coding.display",
        "path": "ServiceRequest.code.coding.display",
        "max": "0"
      },
      {
        "id": "ServiceRequest.code.coding.userSelected",
        "path": "ServiceRequest.code.coding.userSelected",
        "max": "0"
      },
      {
        "id": "ServiceRequest.code.text",
        "path": "ServiceRequest.code.text",
        "short": "Sonstige Text",
        "definition": "Abbildung der Information Sonstige",
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.orderDetail",
        "path": "ServiceRequest.orderDetail",
        "max": "0"
      },
      {
        "id": "ServiceRequest.quantity[x]",
        "path": "ServiceRequest.quantity[x]",
        "max": "0"
      },
      {
        "id": "ServiceRequest.subject",
        "path": "ServiceRequest.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Patient|1.2"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.subject.reference",
        "path": "ServiceRequest.subject.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.subject.type",
        "path": "ServiceRequest.subject.type",
        "max": "0"
      },
      {
        "id": "ServiceRequest.subject.identifier",
        "path": "ServiceRequest.subject.identifier",
        "max": "0"
      },
      {
        "id": "ServiceRequest.subject.display",
        "path": "ServiceRequest.subject.display",
        "max": "0"
      },
      {
        "id": "ServiceRequest.encounter",
        "path": "ServiceRequest.encounter",
        "max": "0"
      },
      {
        "id": "ServiceRequest.occurrence[x]",
        "path": "ServiceRequest.occurrence[x]",
        "max": "0"
      },
      {
        "id": "ServiceRequest.asNeeded[x]",
        "path": "ServiceRequest.asNeeded[x]",
        "max": "0"
      },
      {
        "id": "ServiceRequest.authoredOn",
        "path": "ServiceRequest.authoredOn",
        "max": "0"
      },
      {
        "id": "ServiceRequest.requester",
        "path": "ServiceRequest.requester",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Practitioner|1.2"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.requester.reference",
        "path": "ServiceRequest.requester.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.requester.type",
        "path": "ServiceRequest.requester.type",
        "max": "0"
      },
      {
        "id": "ServiceRequest.requester.identifier",
        "path": "ServiceRequest.requester.identifier",
        "max": "0"
      },
      {
        "id": "ServiceRequest.requester.display",
        "path": "ServiceRequest.requester.display",
        "max": "0"
      },
      {
        "id": "ServiceRequest.performerType",
        "path": "ServiceRequest.performerType",
        "max": "0"
      },
      {
        "id": "ServiceRequest.performer",
        "path": "ServiceRequest.performer",
        "max": "0"
      },
      {
        "id": "ServiceRequest.locationCode",
        "path": "ServiceRequest.locationCode",
        "max": "0"
      },
      {
        "id": "ServiceRequest.locationReference",
        "path": "ServiceRequest.locationReference",
        "max": "0"
      },
      {
        "id": "ServiceRequest.reasonCode",
        "path": "ServiceRequest.reasonCode",
        "max": "0"
      },
      {
        "id": "ServiceRequest.reasonReference",
        "path": "ServiceRequest.reasonReference",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_EAU_Condition_AU|1.2"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.reasonReference.reference",
        "path": "ServiceRequest.reasonReference.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "ServiceRequest.reasonReference.type",
        "path": "ServiceRequest.reasonReference.type",
        "max": "0"
      },
      {
        "id": "ServiceRequest.reasonReference.identifier",
        "path": "ServiceRequest.reasonReference.identifier",
        "max": "0"
      },
      {
        "id": "ServiceRequest.reasonReference.display",
        "path": "ServiceRequest.reasonReference.display",
        "max": "0"
      },
      {
        "id": "ServiceRequest.insurance",
        "path": "ServiceRequest.insurance",
        "max": "0"
      },
      {
        "id": "ServiceRequest.supportingInfo",
        "path": "ServiceRequest.supportingInfo",
        "max": "0"
      },
      {
        "id": "ServiceRequest.specimen",
        "path": "ServiceRequest.specimen",
        "max": "0"
      },
      {
        "id": "ServiceRequest.bodySite",
        "path": "ServiceRequest.bodySite",
        "max": "0"
      },
      {
        "id": "ServiceRequest.note",
        "path": "ServiceRequest.note",
        "max": "0"
      },
      {
        "id": "ServiceRequest.patientInstruction",
        "path": "ServiceRequest.patientInstruction",
        "max": "0"
      },
      {
        "id": "ServiceRequest.relevantHistory",
        "path": "ServiceRequest.relevantHistory",
        "max": "0"
      }
    ]
  }
}