PackagesCanonicalsLogsProblems
    Packages
    kbv.basis@1.3.0
    https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Medication
{
  "description": null,
  "_filename": "KBV_PR_Base_Medication.json",
  "package_name": "kbv.basis",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "KBV_PR_Base_Medication",
  "mapping": [ {
    "uri": "http://ncpdp.org/SCRIPT10_6",
    "name": "Mapping to NCPDP SCRIPT 10.6",
    "identity": "script10.6"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  } ],
  "abstract": false,
  "type": "Medication",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.3.0",
  "status": "active",
  "id": "6816098c-d98e-4afe-ab0a-313c6088828f",
  "kind": "resource",
  "url": "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Medication",
  "version": "1.3.0",
  "differential": {
    "element": [ {
      "id": "Medication",
      "path": "Medication",
      "definition": "Hier können Informationen zu einem Fertigarzneimittel oder einer Rezeptur angegeben werden. \r\n\r\nIn diesem Profil können in Falle von komplexen Packungen auf Submedikamente (ingredient.itemreference) verwiesen werden. Diese Submedikamente dürfen dann nicht die PZN des Hauptarzneimittels enthalten, da über die Angabe der PZN auch das Hauptarzneimittel gefunden werden kann, aber die Teile in dieser Zusammensetzung auch einfach keine eigenständige PZN haben."
    }, {
      "id": "Medication.extension",
      "path": "Medication.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      }
    }, {
      "id": "Medication.extension:Kategorie",
      "max": "1",
      "min": 0,
      "path": "Medication.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://fhir.kbv.de/StructureDefinition/KBV_EX_Base_Medication_Type|1.3.0" ]
      } ],
      "sliceName": "Kategorie"
    }, {
      "id": "Medication.extension:Kategorie.value[x]",
      "min": 1,
      "path": "Medication.extension.value[x]"
    }, {
      "id": "Medication.extension:Kategorie.value[x]:valueCodeableConcept",
      "min": 1,
      "path": "Medication.extension.value[x]",
      "sliceName": "valueCodeableConcept"
    }, {
      "id": "Medication.code",
      "min": 1,
      "path": "Medication.code",
      "definition": "Dieses Element beinhaltet die Bezeichnung des Arzneimittels oder der Rezeptur, entweder in einem geeigneten Codesystem kodiert oder als Freitext."
    }, {
      "id": "Medication.code.coding",
      "path": "Medication.code.coding",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      }
    }, {
      "id": "Medication.code.coding:pznCode",
      "max": "1",
      "path": "Medication.code.coding",
      "type": [ {
        "code": "Coding",
        "profile": [ "http://fhir.de/StructureDefinition/CodingPZN" ]
      } ],
      "sliceName": "pznCode",
      "patternCoding": {
        "system": "http://fhir.de/CodeSystem/ifa/pzn"
      }
    }, {
      "id": "Medication.code.coding:snomedCode",
      "path": "Medication.code.coding",
      "sliceName": "snomedCode",
      "patternCoding": {
        "system": "http://snomed.info/sct"
      }
    }, {
      "id": "Medication.code.coding:snomedCode.system",
      "min": 1,
      "path": "Medication.code.coding.system"
    }, {
      "id": "Medication.code.coding:snomedCode.code",
      "min": 1,
      "path": "Medication.code.coding.code"
    }, {
      "id": "Medication.code.coding:atcCode",
      "path": "Medication.code.coding",
      "type": [ {
        "code": "Coding",
        "profile": [ "http://fhir.de/StructureDefinition/CodingATC" ]
      } ],
      "sliceName": "atcCode",
      "definition": "Falls ein Fertigarzneimittel angegeben wird, kann hier der entsprechende deutsche ATC-Code dokumentiert werden. Es ist erlaubt, zusätzlich den Wirkstoff mit einem anderen Code unter Bestandteile zu dokumentieren.",
      "patternCoding": {
        "system": "http://fhir.de/CodeSystem/bfarm/atc"
      }
    }, {
      "id": "Medication.form.coding",
      "path": "Medication.form.coding",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      },
      "definition": "Diese Gruppe enthält die Bezeichnung / den Namen der Darreichungsform als Code oder als Freitexteintrag."
    }, {
      "id": "Medication.form.coding:snomedCode",
      "path": "Medication.form.coding",
      "sliceName": "snomedCode",
      "patternCoding": {
        "system": "http://snomed.info/sct"
      }
    }, {
      "id": "Medication.form.coding:snomedCode.system",
      "min": 1,
      "path": "Medication.form.coding.system"
    }, {
      "id": "Medication.form.coding:snomedCode.code",
      "min": 1,
      "path": "Medication.form.coding.code"
    }, {
      "id": "Medication.form.coding:edqmCode",
      "path": "Medication.form.coding",
      "binding": {
        "strength": "required",
        "valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_Base_Medicine_Doseform"
      },
      "sliceName": "edqmCode",
      "patternCoding": {
        "system": "http://standardterms.edqm.eu"
      }
    }, {
      "id": "Medication.form.coding:edqmCode.system",
      "min": 1,
      "path": "Medication.form.coding.system"
    }, {
      "id": "Medication.form.coding:edqmCode.code",
      "min": 1,
      "path": "Medication.form.coding.code"
    }, {
      "id": "Medication.form.coding:kbvDarreichungsform",
      "path": "Medication.form.coding",
      "binding": {
        "strength": "required",
        "valueSet": "https://fhir.kbv.de/ValueSet/KBV_VS_SFHIR_KBV_DARREICHUNGSFORM"
      },
      "sliceName": "kbvDarreichungsform",
      "patternCoding": {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM"
      }
    }, {
      "id": "Medication.form.coding:kbvDarreichungsform.system",
      "min": 1,
      "path": "Medication.form.coding.system"
    }, {
      "id": "Medication.form.coding:kbvDarreichungsform.code",
      "min": 1,
      "path": "Medication.form.coding.code"
    }, {
      "id": "Medication.ingredient",
      "path": "Medication.ingredient",
      "definition": "Hier können Bestandteile, die Wirkstoffe oder keine Wirkstoffe sind, erfasst werden."
    }, {
      "id": "Medication.ingredient.item[x]",
      "path": "Medication.ingredient.item[x]",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      },
      "definition": "Hier kann ein Bestandteil eingetragen werden."
    }, {
      "id": "Medication.ingredient.item[x]:itemCodeableConcept",
      "max": "1",
      "min": 0,
      "path": "Medication.ingredient.item[x]",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "itemCodeableConcept"
    }, {
      "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding",
      "path": "Medication.ingredient.item[x].coding",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "pattern"
        } ]
      }
    }, {
      "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:askCode",
      "path": "Medication.ingredient.item[x].coding",
      "type": [ {
        "code": "Coding",
        "profile": [ "http://fhir.de/StructureDefinition/CodingASK" ]
      } ],
      "sliceName": "askCode",
      "patternCoding": {
        "system": "http://fhir.de/CodeSystem/ask"
      }
    }, {
      "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:snomedCode",
      "path": "Medication.ingredient.item[x].coding",
      "sliceName": "snomedCode",
      "patternCoding": {
        "system": "http://snomed.info/sct"
      }
    }, {
      "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:snomedCode.system",
      "min": 1,
      "path": "Medication.ingredient.item[x].coding.system"
    }, {
      "id": "Medication.ingredient.item[x]:itemCodeableConcept.coding:snomedCode.code",
      "min": 1,
      "path": "Medication.ingredient.item[x].coding.code"
    }, {
      "id": "Medication.ingredient.item[x]:itemReference",
      "max": "1",
      "min": 0,
      "path": "Medication.ingredient.item[x]",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Medication|1.3.0" ]
      } ],
      "sliceName": "itemReference"
    }, {
      "id": "Medication.ingredient.item[x]:itemReference.reference",
      "min": 1,
      "path": "Medication.ingredient.item[x].reference"
    }, {
      "id": "Medication.ingredient.strength",
      "path": "Medication.ingredient.strength",
      "definition": "Hier kann angegeben werden, in welcher Menge der genannte Wirkstoff im Medikament vorhanden ist."
    }, {
      "id": "Medication.ingredient.strength.numerator.value",
      "path": "Medication.ingredient.strength.numerator.value",
      "definition": "Hier wird die Menge des enthaltenen Bestandteils als Zahl angegeben."
    }, {
      "id": "Medication.ingredient.strength.denominator.value",
      "path": "Medication.ingredient.strength.denominator.value",
      "definition": "Hier wird die Bezugsgröße angegeben, in der die genannte Menge enthalten ist.\r\nBeispiele: 1 Tbl, 1 ml Lösung, 1 Fertigspritze, ... (in allen genannten Beispielen wäre 1 als Zahl der Bezugsgröße anzugeben)"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Medication"
}