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

FHIR IG Statistics: StructureDefinition/KBV-PR-ERP-PracticeSupply

Packagekbv.ita.erp
Resource TypeStructureDefinition
IdKBV-PR-ERP-PracticeSupply
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=kbv.ita.erp@1.4.0-alpha&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply
URLhttps://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply
Version1.4.0
Statusdraft
Date2025-06-17
NameKBV_PR_ERP_PracticeSupply
TypeSupplyRequest
Kindresource

Resources that use this resource

StructureDefinition
CompositionHiMiCompositionHiMi
KBV_PR_ERP_BundleKBV_PR_ERP_Bundle
KBV_PR_ERP_CompositionKBV_PR_ERP_Composition

Resources that this resource uses

StructureDefinition
KBV_EX_ERP_NarcoticKBV_EX_ERP_Narcotic
KBV_EX_ERP_PracticeSupply_PayorKBV_EX_ERP_PracticeSupply_Payor
KBV_PR_ERP_Medication_CompoundingKBV_PR_ERP_Medication_Compounding
KBV_PR_ERP_Medication_FreeTextKBV_PR_ERP_Medication_FreeText
KBV_PR_ERP_Medication_IngredientKBV_PR_ERP_Medication_Ingredient
KBV_PR_ERP_Medication_PZNKBV_PR_ERP_Medication_PZN
KBV_PR_FOR_PractitionerKBV_PR_FOR_Practitioner

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "KBV-PR-ERP-PracticeSupply",
  "url": "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply",
  "version": "1.4.0",
  "name": "KBV_PR_ERP_PracticeSupply",
  "status": "draft",
  "date": "2025-06-17",
  "publisher": "Kassenärztliche Bundesvereinigung (KBV)",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "SupplyRequest",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SupplyRequest",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "SupplyRequest",
        "path": "SupplyRequest",
        "constraint": [
          {
            "key": "-erp-begrenzungDate",
            "severity": "error",
            "human": "Begrenzung der Datumsangabe auf 10 Zeichen JJJJ-MM-TT",
            "expression": "authoredOn.toString().length()=10"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.id",
        "path": "SupplyRequest.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.meta",
        "path": "SupplyRequest.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.meta.versionId",
        "path": "SupplyRequest.meta.versionId",
        "max": "0"
      },
      {
        "id": "SupplyRequest.meta.lastUpdated",
        "path": "SupplyRequest.meta.lastUpdated",
        "max": "0"
      },
      {
        "id": "SupplyRequest.meta.source",
        "path": "SupplyRequest.meta.source",
        "max": "0"
      },
      {
        "id": "SupplyRequest.meta.profile",
        "path": "SupplyRequest.meta.profile",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.meta.profile:erpProfile",
        "path": "SupplyRequest.meta.profile",
        "sliceName": "erpProfile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_PracticeSupply|1.4",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.meta.security",
        "path": "SupplyRequest.meta.security",
        "max": "0"
      },
      {
        "id": "SupplyRequest.meta.tag",
        "path": "SupplyRequest.meta.tag",
        "max": "0"
      },
      {
        "id": "SupplyRequest.implicitRules",
        "path": "SupplyRequest.implicitRules",
        "max": "0"
      },
      {
        "id": "SupplyRequest.language",
        "path": "SupplyRequest.language",
        "max": "0"
      },
      {
        "id": "SupplyRequest.text",
        "path": "SupplyRequest.text",
        "max": "0"
      },
      {
        "id": "SupplyRequest.contained",
        "path": "SupplyRequest.contained",
        "max": "0"
      },
      {
        "id": "SupplyRequest.extension",
        "path": "SupplyRequest.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "closed"
        },
        "min": 1,
        "max": "2"
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger",
        "path": "SupplyRequest.extension",
        "sliceName": "Kostentraeger",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_PracticeSupply_Payor"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:IK",
        "path": "SupplyRequest.extension.extension",
        "sliceName": "IK",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:IK.value[x]:valueIdentifier",
        "path": "SupplyRequest.extension.extension.value[x]",
        "sliceName": "valueIdentifier"
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:IK.value[x]:valueIdentifier.system",
        "path": "SupplyRequest.extension.extension.value[x].system",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:IK.value[x]:valueIdentifier.value",
        "path": "SupplyRequest.extension.extension.value[x].value",
        "constraint": [
          {
            "key": "-erp-laengeIK",
            "severity": "error",
            "human": "Die IK-Nummer muss 9-stellig numerisch sein.",
            "expression": "matches('^[0-9]{9}[%content%]#39;)"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:Name",
        "path": "SupplyRequest.extension.extension",
        "sliceName": "Name",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:Name.value[x]",
        "path": "SupplyRequest.extension.extension.value[x]",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:Name.value[x]:valueString",
        "path": "SupplyRequest.extension.extension.value[x]",
        "sliceName": "valueString",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:Kostentraegertyp",
        "path": "SupplyRequest.extension.extension",
        "sliceName": "Kostentraegertyp",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:Kostentraegertyp.value[x]",
        "path": "SupplyRequest.extension.extension.value[x]",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:Kostentraegertyp.value[x]:valueCoding",
        "path": "SupplyRequest.extension.extension.value[x]",
        "sliceName": "valueCoding",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:Kostentraegertyp.value[x]:valueCoding.system",
        "path": "SupplyRequest.extension.extension.value[x].system",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Kostentraeger.extension:Kostentraegertyp.value[x]:valueCoding.code",
        "path": "SupplyRequest.extension.extension.value[x].code",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Betaeubungsmittel",
        "path": "SupplyRequest.extension",
        "sliceName": "Betaeubungsmittel",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_EX_ERP_Narcotic"
            ]
          }
        ],
        "isModifier": false
      },
      {
        "id": "SupplyRequest.extension:Betaeubungsmittel.extension",
        "path": "SupplyRequest.extension.extension",
        "max": "1"
      },
      {
        "id": "SupplyRequest.extension:Betaeubungsmittel.extension:BtM-Sonderkennzeichen",
        "path": "SupplyRequest.extension.extension",
        "sliceName": "BtM-Sonderkennzeichen",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Betaeubungsmittel.extension:BtM-Sonderkennzeichen.value[x]",
        "path": "SupplyRequest.extension.extension.value[x]",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Betaeubungsmittel.extension:BtM-Sonderkennzeichen.value[x]:valueCoding",
        "path": "SupplyRequest.extension.extension.value[x]",
        "sliceName": "valueCoding",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Betaeubungsmittel.extension:BtM-Sonderkennzeichen.value[x]:valueCoding.system",
        "path": "SupplyRequest.extension.extension.value[x].system",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Betaeubungsmittel.extension:BtM-Sonderkennzeichen.value[x]:valueCoding.code",
        "path": "SupplyRequest.extension.extension.value[x].code",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Betaeubungsmittel.extension:ErgaenzendeAngabenSubstitutionsmittel",
        "path": "SupplyRequest.extension.extension",
        "sliceName": "ErgaenzendeAngabenSubstitutionsmittel",
        "max": "0"
      },
      {
        "id": "SupplyRequest.extension:Betaeubungsmittel.extension:ErgaenzendeAngabenSubstitutionsmittel.value[x]",
        "path": "SupplyRequest.extension.extension.value[x]",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.extension:Betaeubungsmittel.extension:ErgaenzendeAngabenSubstitutionsmittel.value[x]:valueString",
        "path": "SupplyRequest.extension.extension.value[x]",
        "sliceName": "valueString",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.identifier",
        "path": "SupplyRequest.identifier",
        "max": "0"
      },
      {
        "id": "SupplyRequest.status",
        "path": "SupplyRequest.status",
        "max": "0"
      },
      {
        "id": "SupplyRequest.category",
        "path": "SupplyRequest.category",
        "max": "0"
      },
      {
        "id": "SupplyRequest.priority",
        "path": "SupplyRequest.priority",
        "max": "0"
      },
      {
        "id": "SupplyRequest.item[x]",
        "path": "SupplyRequest.item[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "closed"
        },
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_FreeText|1.4",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.4",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Compounding|1.4",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Ingredient|1.4"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.item[x]:itemReference",
        "path": "SupplyRequest.item[x]",
        "sliceName": "itemReference",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_FreeText|1.4",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_PZN|1.4",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Compounding|1.4",
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_ERP_Medication_Ingredient|1.4"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.item[x]:itemReference.reference",
        "path": "SupplyRequest.item[x].reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.item[x]:itemReference.type",
        "path": "SupplyRequest.item[x].type",
        "max": "0"
      },
      {
        "id": "SupplyRequest.item[x]:itemReference.identifier",
        "path": "SupplyRequest.item[x].identifier",
        "max": "0"
      },
      {
        "id": "SupplyRequest.item[x]:itemReference.display",
        "path": "SupplyRequest.item[x].display",
        "max": "0"
      },
      {
        "id": "SupplyRequest.quantity",
        "path": "SupplyRequest.quantity",
        "constraint": [
          {
            "key": "-erp-begrenzungValue",
            "severity": "error",
            "human": "Die Anzahl der verordneten Packungen darf aus maximal 6 Zeichen bestehen.",
            "expression": "value.toString().length() <= 6"
          },
          {
            "key": "-erp-begrenzungIntegerValue",
            "severity": "error",
            "human": "Die Anzahl der verordneten Packungen darf nur aus ganzen Zahlen bestehen und muss größer als 0 sein.",
            "expression": "value.toString().matches('^[1-9][0-9]*[%content%]#39;)"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.quantity.value",
        "path": "SupplyRequest.quantity.value",
        "short": "Anzahl der verordneten Packungen",
        "definition": "Anzahl der verordneten Packungen",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.quantity.comparator",
        "path": "SupplyRequest.quantity.comparator",
        "max": "0"
      },
      {
        "id": "SupplyRequest.quantity.unit",
        "path": "SupplyRequest.quantity.unit",
        "min": 1,
        "fixedString": "Packung",
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.quantity.system",
        "path": "SupplyRequest.quantity.system",
        "max": "0"
      },
      {
        "id": "SupplyRequest.quantity.code",
        "path": "SupplyRequest.quantity.code",
        "max": "0"
      },
      {
        "id": "SupplyRequest.parameter",
        "path": "SupplyRequest.parameter",
        "max": "0"
      },
      {
        "id": "SupplyRequest.occurrence[x]",
        "path": "SupplyRequest.occurrence[x]",
        "max": "0"
      },
      {
        "id": "SupplyRequest.authoredOn",
        "path": "SupplyRequest.authoredOn",
        "short": "Ausstellungsdatum",
        "definition": "Ausstellungsdatum der Verordnung",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.requester",
        "path": "SupplyRequest.requester",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_FOR_Practitioner|1.2"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.requester.reference",
        "path": "SupplyRequest.requester.reference",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "SupplyRequest.requester.type",
        "path": "SupplyRequest.requester.type",
        "max": "0"
      },
      {
        "id": "SupplyRequest.requester.identifier",
        "path": "SupplyRequest.requester.identifier",
        "max": "0"
      },
      {
        "id": "SupplyRequest.requester.display",
        "path": "SupplyRequest.requester.display",
        "max": "0"
      },
      {
        "id": "SupplyRequest.supplier",
        "path": "SupplyRequest.supplier",
        "max": "0"
      },
      {
        "id": "SupplyRequest.reasonCode",
        "path": "SupplyRequest.reasonCode",
        "max": "0"
      },
      {
        "id": "SupplyRequest.reasonReference",
        "path": "SupplyRequest.reasonReference",
        "max": "0"
      },
      {
        "id": "SupplyRequest.deliverFrom",
        "path": "SupplyRequest.deliverFrom",
        "max": "0"
      },
      {
        "id": "SupplyRequest.deliverTo",
        "path": "SupplyRequest.deliverTo",
        "max": "0"
      }
    ]
  }
}