description: Dieses Profil bildet die Verabreichung von Medikamenten in FHIR ab. Es basiert auf dem '[ISiKMedikationsVerabreichung](https://simplifier.net/isik-stufe-5/isikmedikationsverabreichung)' Profil der gematik und erweitert dieses um die Meta-Daten für den Informations-Ursprung. Alle für Tiplu relevanten Felder, sind im diff hervorgehoben. package_name: basisprofil.tiplu.de.r4 derivation: constraint name: TipluMedicationAdministration type: MedicationAdministration elements: meta: mustSupport: true index: 0 elements: source: {mustSupport: true, index: 1} profile: {mustSupport: true, index: 2} security: index: 3 slicing: rules: open discriminator: - {path: $this, type: pattern} min: null slices: versiegelt: match: {code: BTG, system: 'http://terminology.hl7.org/CodeSystem/v3-ActReason', display: break the glass} schema: short: Hier wird der Code BTG 'break the glass'als Security Label verwendet. binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/security-labels'} pattern: type: Coding value: {code: BTG, system: 'http://terminology.hl7.org/CodeSystem/v3-ActReason', display: break the glass} array: true index: 4 min: 0 dosage: {index: 16} medication[x]: elements: text: {mustSupport: true, index: 9} medicationCodeableConcept: type: CodeableConcept choiceOf: medication index: 8 slicing: slices: medicationCodeableConcept: match: {} schema: {type: CodeableConcept, choiceOf: medication, index: 8} effectiveDateTime: type: dateTime choiceOf: effective index: 15 slicing: slices: effectiveDateTime: match: {} schema: {type: dateTime, choiceOf: effective, _required: true, index: 15} min: 1 status: pattern: {type: Code, value: completed} index: 5 effective: choices: [effectiveDateTime] index: 14 slicing: slices: effectiveDateTime: match: {} schema: choices: [effectiveDateTime] _required: true index: 14 min: 1 medicationReference: type: Reference choiceOf: medication refers: ['http://hl7.org/fhir/StructureDefinition/Medication'] index: 12 slicing: slices: medicationReference: match: {} schema: type: Reference choiceOf: medication refers: ['http://hl7.org/fhir/StructureDefinition/Medication'] _required: true index: 12 min: 1 medication: choices: [medicationReference] index: 11 slicing: slices: medicationReference: match: {} schema: choices: [medicationReference] _required: true index: 11 min: 1 package_version: 3.0.1 class: profile kind: resource url: https://tiplu.de/fhir/StructureDefinition/TipluMedicationAdministration base: https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung version: 2.0.4 required: [effectiveDateTime, medication, medicationReference, effective]