PackagesCanonicalsLogsProblems
    Packages
    hl7.eu.fhir.pcsp@0.1.0
    http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MedicationAdministration-eu-pcsp
description: This profile defines how to represent MedicationAdministration in HL7 FHIR for describing Chemotherapy data for the purpose of the PanCareSurPass project.
package_name: hl7.eu.fhir.pcsp
derivation: constraint
name: MedicationAdministrationPcsp
type: MedicationAdministration
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        relatedCumulativeDose:
          match: {url: null}
          schema:
            type: Extension
            url: http://hl7.eu/fhir/ig/pcsp/StructureDefinition/resource-relatedInfo
            index: 1
            elements:
              valueReference:
                type: Reference
                refers: ['http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-cumulativeDoseChemo-eu-pcsp']
                index: 2
        location:
          match: {url: null}
          schema:
            type: Extension
            url: http://hl7.eu/fhir/ig/pcsp/StructureDefinition/event-location
            index: 3
            elements:
              valueReference:
                type: Reference
                refers: ['http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Location-eu-pcsp']
                index: 4
  status: {mustSupport: true, index: 5}
  medicationCodeableConcept:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.eu/fhir/ig/pcsp/ValueSet/drugsAtc-eu-pcsp'}
    mustSupport: true
    index: 6
  subject:
    type: Reference
    refers: ['http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Patient-eu-pcsp']
    index: 7
  effective:
    short: When the chemotherapy was administered
    choices: []
    index: 9
  effectivePeriod: {type: Period, mustSupport: true, index: 10}
  reasonReference:
    type: Reference
    refers: ['http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Condition-primaryCancer-eu-pcsp']
    index: 11
  dosage:
    elements:
      dose:
        short: Amount per dose
        index: 12
        elements:
          value: {mustSupport: true, index: 13}
          unit: {mustSupport: true, index: 14}
          system:
            pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
            mustSupport: true
            index: 15
          code: {mustSupport: true, index: 16}
        required: [value, system, code]
package_version: 0.1.0
extensions:
  relatedCumulativeDose:
    url: http://hl7.eu/fhir/ig/pcsp/StructureDefinition/resource-relatedInfo
    type: Extension
    index: 1
    elements:
      valueReference:
        type: Reference
        refers: ['http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Observation-cumulativeDoseChemo-eu-pcsp']
        index: 2
  location:
    url: http://hl7.eu/fhir/ig/pcsp/StructureDefinition/event-location
    type: Extension
    index: 3
    elements:
      valueReference:
        type: Reference
        refers: ['http://hl7.eu/fhir/ig/pcsp/StructureDefinition/Location-eu-pcsp']
        index: 4
class: profile
kind: resource
url: http://hl7.eu/fhir/ig/pcsp/StructureDefinition/MedicationAdministration-eu-pcsp
base: http://hl7.org/fhir/StructureDefinition/MedicationAdministration
version: 0.1.0
required: [medicationCodeableConcept, reasonReference]