PackagesCanonicalsLogsProblems
    Packages
    smart.who.int.base@1.0.0
    http://smart.who.int/base/StructureDefinition/BusinessProcessWorkflow
description: Logical Model for representing Generic Business Processes and Workflows from a DAK. A business process is a set of related activities or tasks performed together to achieve the objectives of the health programme area.
package_name: smart.who.int.base
derivation: specialization
name: BusinessProcessWorkflow
type: http://smart.who.int/base/StructureDefinition/BusinessProcessWorkflow
elements:
  id: {type: id, short: Business Process ID, index: 0}
  description:
    short: Description
    choices: [descriptionString, descriptionUri]
    index: 2
  descriptionString: {type: string, short: Description, choiceOf: description, index: 3}
  descriptionUri: {type: uri, short: Description, choiceOf: description, index: 4}
  source: {type: uri, short: Source, index: 5}
  scenario: {type: id, short: Scenario, array: true, index: 6}
  objectives: {type: markdown, short: Objectives, index: 7}
  task:
    type: BackboneElement
    short: Task
    array: true
    index: 8
    elements:
      identifier: {type: id, short: Task ID, index: 9}
      name: {type: string, short: Task Name, index: 10}
      description: {type: markdown, short: Task Description, index: 11}
    required: [name, identifier, description]
package_version: 1.0.0
class: logical
kind: logical
url: http://smart.who.int/base/StructureDefinition/BusinessProcessWorkflow
base: http://hl7.org/fhir/StructureDefinition/Base
version: 1.0.0
required: [id, objectives, source]