PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.kerndatensatz.medikation@1.0.11
    https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/MedicationAdministration
description: Dieses Profil beschreibt Medikamentenverabreichungen, einschließlich der Selbstverabreichung von oralen Medikamenten, Injektionen, intravenösen Gaben etc.
package_name: de.medizininformatikinitiative.kerndatensatz.medikation
derivation: constraint
name: ProfileMedicationAdministrationMedikation
type: MedicationAdministration
elements:
  meta:
    mustSupport: true
    index: 1
    elements:
      source: {mustSupport: true, index: 2}
      profile: {mustSupport: true, index: 3}
  dosage:
    mustSupport: true
    index: 13
    elements:
      site:
        mustSupport: true
        index: 14
        elements:
          coding:
            mustSupport: true
            index: 15
            slicing:
              rules: open
              discriminator:
              - {path: $this, type: pattern}
              min: null
              slices:
                SNOMED:
                  match: {system: 'http://snomed.info/sct'}
                  schema:
                    binding: {strength: example, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/target-site-uv-ips'}
                    mustSupport: true
                    pattern:
                      type: Coding
                      value: {system: 'http://snomed.info/sct'}
                    array: true
                    index: 16
                    elements:
                      system: {mustSupport: true, index: 17}
                      code: {mustSupport: true, index: 18}
                    required: [system, code]
      route:
        mustSupport: true
        index: 19
        elements:
          coding:
            binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration'}
            mustSupport: true
            index: 20
            slicing:
              rules: open
              discriminator:
              - {path: $this, type: pattern}
              min: null
              slices:
                EDQM:
                  match: {system: 'http://standardterms.edqm.eu'}
                  schema:
                    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medicine-route-of-administration'}
                    mustSupport: true
                    pattern:
                      type: Coding
                      value: {system: 'http://standardterms.edqm.eu'}
                    index: 21
                    elements:
                      system: {mustSupport: true, index: 22}
                      code: {mustSupport: true, index: 23}
                    required: [system, code]
                SNOMED:
                  match: {system: 'http://snomed.info/sct'}
                  schema:
                    mustSupport: true
                    pattern:
                      type: Coding
                      value: {system: 'http://snomed.info/sct'}
                    index: 24
                    elements:
                      system: {mustSupport: true, index: 25}
                      code: {mustSupport: true, index: 26}
                    required: [system, code]
      dose: {mustSupport: true, index: 27}
      rate:
        mustSupport: true
        choices: []
        index: 29
  status: {mustSupport: true, index: 5}
  effective:
    mustSupport: true
    choices: []
    index: 11
  id: {mustSupport: true, index: 0}
  context: {mustSupport: true, index: 9}
  partOf: {mustSupport: true, index: 4}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    index: 8
  medication:
    mustSupport: true
    choices: []
    index: 7
  reasonReference: {mustSupport: true, index: 12}
package_version: 1.0.11
class: profile
kind: resource
url: https://www.medizininformatik-initiative.de/fhir/core/modul-medikation/StructureDefinition/MedicationAdministration
base: http://hl7.org/fhir/StructureDefinition/MedicationAdministration
version: 1.0.11