PackagesCanonicalsLogsProblems
    Packages
    de.gematik.isik@medikation-3.0.2
    https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerabreichung
description: Dieses Profil ermöglicht die Abbildung der Verabreichung von Medikamenten für einen Patienten in ISiK Szenarien.
package_name: de.gematik.isik
derivation: constraint
name: ISiKMedikationsVerabreichung
type: MedicationAdministration
elements:
  dosage:
    short: Dosierungsangaben
    mustSupport: true
    index: 46
    elements:
      text: {short: Freitext-Dosierungsangabe, mustSupport: true, index: 47}
      site:
        short: Körperstelle der Verabreichung
        mustSupport: true
        index: 48
        elements:
          coding:
            mustSupport: true
            index: 49
            slicing:
              rules: open
              discriminator:
              - {path: $this, type: pattern}
              min: null
              slices:
                SNOMED-CT:
                  match: {system: 'http://snomed.info/sct'}
                  schema:
                    mustSupport: true
                    pattern:
                      type: Coding
                      value: {system: 'http://snomed.info/sct'}
                    index: 50
                    elements:
                      system: {mustSupport: true, index: 51}
                      code: {mustSupport: true, index: 52}
                      display: {mustSupport: true, index: 53}
                    required: [system, code]
          text: {mustSupport: true, index: 54}
      route:
        short: Route
        mustSupport: true
        index: 55
        elements:
          coding:
            mustSupport: true
            index: 56
            slicing:
              rules: open
              discriminator:
              - {path: $this, type: pattern}
              min: null
              slices:
                EDQM:
                  match: {system: 'http://standardterms.edqm.eu'}
                  schema:
                    binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration'}
                    mustSupport: true
                    pattern:
                      type: Coding
                      value: {system: 'http://standardterms.edqm.eu'}
                    index: 57
                    elements:
                      system: {mustSupport: true, index: 58}
                      code: {mustSupport: true, index: 59}
                      display: {mustSupport: true, index: 60}
                    required: [system, code]
                SNOMED-CT:
                  match: {system: 'http://snomed.info/sct'}
                  schema:
                    binding: {strength: required, valueSet: 'https://gematik.de/fhir/isik/v3/Medikation/ValueSet/SctRouteOfAdministration'}
                    mustSupport: true
                    pattern:
                      type: Coding
                      value: {system: 'http://snomed.info/sct'}
                    index: 61
                    elements:
                      system: {mustSupport: true, index: 62}
                      code: {mustSupport: true, index: 63}
                      display: {mustSupport: true, index: 64}
                    required: [system, code]
          text: {mustSupport: true, index: 65}
      dose:
        short: verabreichte Dosis
        mustSupport: true
        pattern:
          type: Quantity
          value: {system: 'http://unitsofmeasure.org'}
        index: 66
        elements:
          value: {mustSupport: true, index: 67}
          unit: {mustSupport: true, index: 68}
          system: {mustSupport: true, index: 69}
          code: {mustSupport: true, index: 70}
        required: [value, system, code]
      rate:
        short: Verabreichungs-Rate
        mustSupport: true
        choices: [rateQuantity]
        pattern:
          type: Quantity
          value: {system: 'http://unitsofmeasure.org'}
        index: 87
        slicing:
          slices:
            rateQuantity:
              match: {}
              schema:
                short: Verabreichungs-Rate
                mustSupport: true
                choices: [rateQuantity]
                pattern:
                  type: Quantity
                  value: {system: 'http://unitsofmeasure.org'}
                index: 87
              min: 0
              max: 1
      rateRatio:
        short: Verabreichungs-Rate (Verhältnis)
        type: Ratio
        mustSupport: true
        choiceOf: rate
        index: 75
        slicing:
          slices:
            rateRatio:
              match: {}
              schema: {short: Verabreichungs-Rate (Verhältnis), type: Ratio, mustSupport: true, choiceOf: rate, index: 75}
              min: 0
              max: 1
      rate[x]:
        elements:
          value: {mustSupport: true, index: 89}
          unit: {mustSupport: true, index: 90}
          system: {mustSupport: true, index: 91}
          code: {mustSupport: true, index: 92}
        required: [value, system, code]
      rateQuantity:
        short: Verabreichungs-Rate
        type: Quantity
        mustSupport: true
        pattern:
          type: Quantity
          value: {system: 'http://unitsofmeasure.org'}
        choiceOf: rate
        index: 88
        slicing:
          slices:
            rateQuantity:
              match: {}
              schema:
                short: Verabreichungs-Rate
                type: Quantity
                mustSupport: true
                pattern:
                  type: Quantity
                  value: {system: 'http://unitsofmeasure.org'}
                choiceOf: rate
                index: 88
              min: 0
              max: 1
  medication[x]:
    elements:
      reference: {mustSupport: true, index: 24}
    required: [reference]
  medicationCodeableConcept:
    short: Medikament in codierter Form oder ggf. als Freitext
    type: CodeableConcept
    mustSupport: true
    choiceOf: medication
    index: 6
    slicing:
      slices:
        medicationCodeableConcept:
          match: {}
          schema: {short: Medikament in codierter Form oder ggf. als Freitext, type: CodeableConcept, mustSupport: true, choiceOf: medication, index: 6}
          min: 0
          max: 1
  note:
    mustSupport: true
    index: 44
    elements:
      text: {short: Freitext-Notiz, mustSupport: true, index: 45}
  effective[x]:
    elements:
      start: {mustSupport: true, index: 37}
      end: {mustSupport: true, index: 38}
  effectiveDateTime:
    short: Zeitpunkt der Verabreichung
    type: dateTime
    mustSupport: true
    choiceOf: effective
    index: 33
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {short: Zeitpunkt der Verabreichung, type: dateTime, mustSupport: true, choiceOf: effective, index: 33}
          min: 0
          max: 1
  status: {short: Status der Verabreichungsinformation, mustSupport: true, index: 1}
  effective:
    short: Zeitraum der Verabreichung
    mustSupport: true
    choices: [effectivePeriod]
    index: 35
    slicing:
      slices:
        effectivePeriod:
          match: {}
          schema:
            short: Zeitraum der Verabreichung
            mustSupport: true
            choices: [effectivePeriod]
            index: 35
          min: 0
          max: 1
  id: {short: eindeutige ID der Ressource auf dem Server, mustSupport: true, index: 0}
  context:
    short: Referenz auf den Abteilungskontakt
    mustSupport: true
    index: 27
    elements:
      reference: {mustSupport: true, index: 28}
    required: [reference]
  medicationReference:
    short: Referenz auf das Medikament (Medication-Ressource)
    refers: ['http://hl7.org/fhir/StructureDefinition/Medication']
    type: Reference
    mustSupport: true
    choiceOf: medication
    index: 23
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            short: Referenz auf das Medikament (Medication-Ressource)
            refers: ['http://hl7.org/fhir/StructureDefinition/Medication']
            type: Reference
            mustSupport: true
            choiceOf: medication
            index: 23
          min: 0
          max: 1
  subject:
    type: Reference
    short: Referenz auf den Patienten
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 25
    elements:
      reference: {mustSupport: true, index: 26}
    required: [reference]
  performer:
    mustSupport: true
    index: 39
    elements:
      actor:
        short: Referenz auf die verabreichende Person
        mustSupport: true
        index: 40
        elements:
          reference: {mustSupport: true, index: 41}
        required: [reference]
  effectivePeriod:
    short: Zeitraum der Verabreichung
    type: Period
    mustSupport: true
    choiceOf: effective
    index: 36
    slicing:
      slices:
        effectivePeriod:
          match: {}
          schema: {short: Zeitraum der Verabreichung, type: Period, mustSupport: true, choiceOf: effective, index: 36}
          min: 0
          max: 1
  medication:
    short: Referenz auf das Medikament (Medication-Ressource)
    mustSupport: true
    choices: [medicationReference]
    index: 22
    slicing:
      slices:
        medicationReference:
          match: {}
          schema:
            short: Referenz auf das Medikament (Medication-Ressource)
            mustSupport: true
            choices: [medicationReference]
            index: 22
          min: 0
          max: 1
  reasonReference:
    short: Grund der Medikation (Referenz)
    mustSupport: true
    index: 42
    elements:
      reference: {mustSupport: true, index: 43}
    required: [reference]
package_version: medikation-3.0.2
class: profile
kind: resource
url: https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationsVerabreichung
base: http://hl7.org/fhir/StructureDefinition/MedicationAdministration
version: 3.0.2