PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.cpg@1.0.0
    http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-dispensemedicationactivity
description: Definition of an activity to dispense a specific medication as part of a computable clinical practice guideline
package_name: hl7.fhir.uv.cpg
derivation: constraint
name: CPGDispenseMedicationActivity
type: ActivityDefinition
elements:
  kind:
    type: code
    pattern: {type: Code, value: Task}
    mustSupport: true
    index: 0
  profile:
    short: At least a CPG Dispense Medication Task
    type: canonical
    mustSupport: true
    pattern: {type: Canonical, value: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-dispensemedicationtask'}
    index: 1
  intent:
    type: code
    pattern: {type: Code, value: proposal}
    mustSupport: true
    index: 2
  doNotPerform: {mustSupport: true, index: 3}
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-dispensemedicationactivity
base: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity
version: 1.0.0
required: [profile, intent, kind, doNotPerform]