PackagesCanonicalsLogsProblems
    Packages
    ch.fhir.ig.ch-ems@2.0.0-ballot
    http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-medicationstatement
description: This profile constrains the MedicationStatement resource for representing a record of a medication that is being consumed by a patient.
package_name: ch.fhir.ig.ch-ems
derivation: constraint
name: CHEmsMedicationStatement
type: MedicationStatement
elements:
  contained: {mustSupport: true, index: 0}
  medication:
    mustSupport: true
    choices: [medicationReference]
    index: 2
  medicationReference:
    type: Reference
    mustSupport: true
    choiceOf: medication
    refers: ['http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-medication']
    index: 3
  medication[x]:
    elements:
      reference: {index: 4}
    required: [reference]
  subject:
    type: Reference
    short: Patient
    mustSupport: true
    refers: ['http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-patient']
    index: 5
    elements:
      reference: {index: 6}
    required: [reference]
  context:
    type: Reference
    short: Emergency service during which this allergy or intolerance was observed
    mustSupport: true
    refers: ['http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-encounter']
    index: 7
    elements:
      reference: {index: 8}
    required: [reference]
  reasonCode:
    elements:
      text: {mustSupport: true, index: 9}
  dosage:
    mustSupport: true
    index: 10
    elements:
      timing:
        mustSupport: true
        index: 11
        elements:
          repeat:
            elements:
              when: {short: Einnahmeschema, index: 12}
      route: {mustSupport: true, index: 13}
      method: {mustSupport: true, index: 14}
      doseAndRate: {mustSupport: true, index: 15}
package_version: 2.0.0-ballot
class: profile
kind: resource
url: http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-medicationstatement
base: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-medicationstatement
version: 2.0.0-ballot
required: [context]