PackagesCanonicalsLogsProblems
    Packages
    de.netzwerk@universitaetsmedizin.ebm-cpg-0.7.0
    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: 21
    elements:
      timing:
        elements:
          code: {index: 22}
  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]
  product:
    mustSupport: true
    choices: []
    index: 19
  url: {mustSupport: true, index: 12}
  code: {index: 16}
  doNotPerform: {mustSupport: true, index: 17}
  bodySite: {mustSupport: true, index: 23}
  quantity: {mustSupport: true, index: 20}
  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.0
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]