PackagesCanonicalsLogsProblems
    Packages
    ltsi.fhir.oncofair@0.1.0
    http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationadministration-report
description: Regroups all the prescription elements received on which the pharmacist expresses his validation. It also includes items suggested or resulting from a replacement proposed by the pharmacist. \r\n\nRegroupe l’ensemble des éléments de prescription reçus sur lesquels le pharmacien exprime sa validation. S’y ajoutent les éléments suggérés ou issus d’un remplacement proposé par le pharmacien.
package_name: ltsi.fhir.oncofair
derivation: constraint
name: OncoFAIRMedicationAdministrationReport
type: MedicationAdministration
elements:
  identifier: {short: External identifier of the administration report, mustSupport: true, index: 0}
  medication:
    binding: {strength: required, valueSet: 'http://oncofair-ig.kereval.cloud/ValueSet/concept-medication-oncofair-valueset'}
    index: 1
    elements:
      concept:
        pattern:
          type: CodeableConcept
          value:
            coding:
            - {code: report}
        index: 2
  encounter:
    type: Reference
    short: The encounter linked to the administration report
    mustSupport: true
    refers: ['http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-encounter']
    index: 3
  performer:
    mustSupport: true
    index: 4
    elements:
      actor: {short: 'Identification of the person who planned, administered or monitored the administration of the medicines represented by the administration elements', index: 5}
package_version: 0.1.0
class: profile
kind: resource
url: http://oncofair-ig.kereval.cloud/StructureDefinition/oncofair-medicationadministration-report
base: http://hl7.org/fhir/StructureDefinition/MedicationAdministration
version: 0.1.0
required: [encounter, identifier, performer]