PackagesCanonicalsLogsProblems
    Packages
    de.netzwerk@universitaetsmedizin.ebm-cpg-0.7.1-snapshot
    https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/recommendation-action
description: Definition of an activity that is part of an intervention in the context of a clinical practice guideline recommendation.
package_name: de.netzwerk
derivation: constraint
name: RecommendationAction
abstract: true
type: ActivityDefinition
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      source: {mustSupport: true, index: 1}
      profile: {mustSupport: true, index: 2}
    required: [profile]
  dosage:
    mustSupport: true
    index: 27
    elements:
      timing:
        constraint:
          code-xor-repeat: {human: 'Either a code or a repeat structure should be defined, but not both', source: 'https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/recommendation-action', severity: error, expression: code.empty() or repeat.empty()}
        index: 28
        elements:
          repeat:
            mustSupport: true
            index: 29
            elements:
              bounds:
                choices: []
                index: 31
  subjectCodeableConcept:
    type: CodeableConcept
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: Patient, system: 'http://hl7.org/fhir/fhir-types'}
    choiceOf: subject
    index: 15
  extension:
    array: true
    min: 2
    index: 3
    slicing:
      slices:
        knowledgeCapability:
          match: {}
          schema:
            index: 4
            extensions: {}
            elements:
              extension: {index: 5}
              value:
                pattern: {type: Code, value: computable}
                choices: []
                index: 7
            required: [value]
        knowledgeRepresentationLevel:
          match: {}
          schema:
            _required: true
            index: 8
            extensions: {}
            elements:
              extension: {index: 9}
              value:
                pattern: {type: Code, value: structured}
                choices: []
                index: 11
            required: [value]
  timingTiming:
    type: Timing
    constraint:
      code-xor-repeat: {human: 'Either a code or a repeat structure should be defined, but not both', source: 'https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/recommendation-action', severity: error, expression: code.empty() or repeat.empty()}
    choiceOf: timing
    index: 20
  product:
    mustSupport: true
    choices: []
    index: 25
  timing:
    elements:
      repeat:
        elements:
          bounds:
            choices: []
            index: 23
  url: {mustSupport: true, index: 12}
  code: {index: 16}
  doNotPerform: {mustSupport: true, index: 17}
  bodySite: {mustSupport: true, index: 32}
  quantity: {mustSupport: true, index: 26}
  timing[x]:
    elements:
      repeat: {mustSupport: true, index: 21}
    required: [repeat]
  subject:
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: Patient, system: 'http://hl7.org/fhir/fhir-types'}
    choices: [subjectCodeableConcept]
    index: 14
package_version: universitaetsmedizin.ebm-cpg-0.7.1-snapshot
extensions:
  knowledgeCapability:
    url: null
    index: 4
    extensions: {}
    elements:
      extension: {index: 5}
      value:
        pattern: {type: Code, value: computable}
        choices: []
        index: 7
    required: [value]
  knowledgeRepresentationLevel:
    url: null
    _required: true
    index: 8
    extensions: {}
    elements:
      extension: {index: 9}
      value:
        pattern: {type: Code, value: structured}
        choices: []
        index: 11
    required: [value]
class: profile
kind: resource
url: https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/recommendation-action
base: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity
version: 0.1.1
required: [subject, meta, subjectCodeableConcept, code]