PackagesCanonicalsLogsProblems
    Packages
    basisprofil.tiplu.de.r4.dev@3.0.0-rc.5dev
    https://tiplu.de/fhir/StructureDefinition/TipluMedicationAdministration
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.dev
derivation: constraint
name: TipluMedicationAdministration
type: MedicationAdministration
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      source: {mustSupport: true, index: 1}
      profile: {mustSupport: true, index: 2}
  dosage: {index: 14}
  medication[x]:
    elements:
      text: {mustSupport: true, index: 7}
  medicationCodeableConcept:
    type: CodeableConcept
    choiceOf: medication
    index: 6
    slicing:
      slices:
        medicationCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, choiceOf: medication, index: 6}
  effectiveDateTime:
    type: dateTime
    choiceOf: effective
    index: 13
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {type: dateTime, choiceOf: effective, _required: true, index: 13}
          min: 1
  status:
    pattern: {type: Code, value: completed}
    index: 3
  effective:
    choices: [effectiveDateTime]
    index: 12
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema:
            choices: [effectiveDateTime]
            _required: true
            index: 12
          min: 1
  medicationReference:
    type: Reference
    choiceOf: medication
    refers: ['http://hl7.org/fhir/StructureDefinition/Medication']
    index: 10
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            type: Reference
            choiceOf: medication
            refers: ['http://hl7.org/fhir/StructureDefinition/Medication']
            _required: true
            index: 10
          min: 1
  medication:
    choices: [medicationReference]
    index: 9
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            choices: [medicationReference]
            _required: true
            index: 9
          min: 1
package_version: 3.0.0-rc.5dev
class: profile
kind: resource
url: https://tiplu.de/fhir/StructureDefinition/TipluMedicationAdministration
base: https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationsVerabreichung
version: 2.0.3
required: [effectiveDateTime, medication, medicationReference, effective]