FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagesmart.who.int.base
Resource TypeStructureDefinition
IdStructureDefinition-DAK.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/WorldHealthOrganization/smart-base/StructureDefinition-DAK.html
URLhttp://smart.who.int/base/StructureDefinition/DAK
Version0.2.0
Statusactive
Date2026-01-19T10:55:40+00:00
NameDAK
TitleDigital Adaptation Kit (DAK)
Authoritywho
DescriptionLogical Model for representing a complete Digital Adaptation Kit (DAK) with metadata and all 9 DAK components
Typehttp://smart.who.int/base/StructureDefinition/DAK
Kindlogical

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
BusinessProcessWorkflowSourceBusiness Process Workflow Source
CoreDataElementSourceCore Data Element Source
DecisionSupportLogicSourceDecision Support Logic Source
GenericPersonaSourceGeneric Persona Source
HealthInterventionsSourceHealth Interventions Source
ProgramIndicatorSourceProgram Indicator Source
RequirementsSourceRequirements Source
TestScenarioSourceTest Scenario Source
UserScenarioSourceUser Scenario Source

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition DAK

NameFlagsCard.TypeDescription & Constraintsdoco
.. DAK 0..*BaseDigital Adaptation Kit (DAK)
... id 1..1stringDAK ID
... name 1..1stringDAK Name
... title 1..1stringDAK Title
... description[x] 1..1DAK Description
.... descriptionStringstring
.... descriptionUriuri
... version 1..1stringDAK Version
... status 1..1codeDAK Status
... publicationUrl 1..1urlPublication URL
... previewUrl 1..1urlPreview URL
... canonicalUrl 1..1urlCanonical URL
... license 1..1codeLicense
... copyrightYear 1..1stringCopyright Year
... publisher 1..1BackboneElementPublisher
.... name 1..1stringPublisher Name
.... url 0..1urlPublisher URL
... healthInterventions 0..*HealthInterventionsSourceHealth Interventions and Recommendations
... personas 0..*GenericPersonaSourceGeneric Personas
... userScenarios 0..*UserScenarioSourceUser Scenarios
... businessProcesses 0..*BusinessProcessWorkflowSourceGeneric Business Processes and Workflows
... dataElements 0..*CoreDataElementSourceCore Data Elements
... decisionLogic 0..*DecisionSupportLogicSourceDecision-Support Logic
... indicators 0..*ProgramIndicatorSourceProgram Indicators
... requirements 0..*RequirementsSourceFunctional and Non-Functional Requirements
... testScenarios 0..*TestScenarioSourceTest Scenarios

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "DAK",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://smart.who.int/base/StructureDefinition/DAK",
  "version": "0.2.0",
  "name": "DAK",
  "title": "Digital Adaptation Kit (DAK)",
  "status": "active",
  "date": "2026-01-19T10:55:40+00:00",
  "publisher": "WHO",
  "contact": [
    {
      "name": "WHO",
      "telecom": [
        {
          "system": "url",
          "value": "http://who.int"
        }
      ]
    }
  ],
  "description": "Logical Model for representing a complete Digital Adaptation Kit (DAK) with metadata and all 9 DAK components",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://smart.who.int/base/StructureDefinition/DAK",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "DAK",
        "path": "DAK",
        "short": "Digital Adaptation Kit (DAK)",
        "definition": "Logical Model for representing a complete Digital Adaptation Kit (DAK) with metadata and all 9 DAK components",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "DAK.id",
        "path": "DAK.id",
        "short": "DAK ID",
        "definition": "Identifier for the DAK (e.g., smart.who.int.base)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.name",
        "path": "DAK.name",
        "short": "DAK Name",
        "definition": "Short name for the DAK (e.g., Base)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.title",
        "path": "DAK.title",
        "short": "DAK Title",
        "definition": "Full title of the DAK (e.g., SMART Base)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.title",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.description[x]",
        "path": "DAK.description[x]",
        "short": "DAK Description",
        "definition": "Description of the DAK - either Markdown content or a URI to a Markdown file (absolute or relative to repository root)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.description[x]",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          },
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "DAK.version",
        "path": "DAK.version",
        "short": "DAK Version",
        "definition": "Version of the DAK",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.version",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.status",
        "path": "DAK.status",
        "short": "DAK Status",
        "definition": "Publication status of the DAK",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.status",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DAK.publicationUrl",
        "path": "DAK.publicationUrl",
        "short": "Publication URL",
        "definition": "Canonical URL for the published DAK (e.g., https://smart.who.int/base for WHO repositories)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.publicationUrl",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "DAK.previewUrl",
        "path": "DAK.previewUrl",
        "short": "Preview URL",
        "definition": "Preview URL for the current CI build (e.g., https://worldhealthorganization.github.io/smart-base)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.previewUrl",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "DAK.canonicalUrl",
        "path": "DAK.canonicalUrl",
        "short": "Canonical URL",
        "definition": "The canonical URL to use for this DAK instance - equals publicationUrl for release branches, previewUrl for development branches",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.canonicalUrl",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "DAK.license",
        "path": "DAK.license",
        "short": "License",
        "definition": "License under which the DAK is published",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.license",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DAK.copyrightYear",
        "path": "DAK.copyrightYear",
        "short": "Copyright Year",
        "definition": "Year or year range for copyright",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.copyrightYear",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.publisher",
        "path": "DAK.publisher",
        "short": "Publisher",
        "definition": "Organization responsible for publishing the DAK",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.publisher",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "DAK.publisher.id",
        "path": "DAK.publisher.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "DAK.publisher.extension",
        "path": "DAK.publisher.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "DAK.publisher.modifierExtension",
        "path": "DAK.publisher.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "DAK.publisher.name",
        "path": "DAK.publisher.name",
        "short": "Publisher Name",
        "definition": "Name of the publishing organization",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DAK.publisher.name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.publisher.url",
        "path": "DAK.publisher.url",
        "short": "Publisher URL",
        "definition": "URL of the publishing organization",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DAK.publisher.url",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "DAK.healthInterventions",
        "path": "DAK.healthInterventions",
        "short": "Health Interventions and Recommendations",
        "definition": "Overview of the health interventions and WHO, regional or national recommendations included within the DAK",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DAK.healthInterventions",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/HealthInterventionsSource"
          }
        ]
      },
      {
        "id": "DAK.personas",
        "path": "DAK.personas",
        "short": "Generic Personas",
        "definition": "Depiction of the human and system actors",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DAK.personas",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/GenericPersonaSource"
          }
        ]
      },
      {
        "id": "DAK.userScenarios",
        "path": "DAK.userScenarios",
        "short": "User Scenarios",
        "definition": "Narratives that describe how the different personas may interact with each other",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DAK.userScenarios",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/UserScenarioSource"
          }
        ]
      },
      {
        "id": "DAK.businessProcesses",
        "path": "DAK.businessProcesses",
        "short": "Generic Business Processes and Workflows",
        "definition": "Business processes and workflows for achieving health programme objectives",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DAK.businessProcesses",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/BusinessProcessWorkflowSource"
          }
        ]
      },
      {
        "id": "DAK.dataElements",
        "path": "DAK.dataElements",
        "short": "Core Data Elements",
        "definition": "Data elements required throughout the different points of a workflow",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DAK.dataElements",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/CoreDataElementSource"
          }
        ]
      },
      {
        "id": "DAK.decisionLogic",
        "path": "DAK.decisionLogic",
        "short": "Decision-Support Logic",
        "definition": "Decision-support logic and algorithms to support appropriate service delivery",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DAK.decisionLogic",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/DecisionSupportLogicSource"
          }
        ]
      },
      {
        "id": "DAK.indicators",
        "path": "DAK.indicators",
        "short": "Program Indicators",
        "definition": "Core set of indicators for decision-making, performance metrics and reporting",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DAK.indicators",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/ProgramIndicatorSource"
          }
        ]
      },
      {
        "id": "DAK.requirements",
        "path": "DAK.requirements",
        "short": "Functional and Non-Functional Requirements",
        "definition": "High-level list of core functions and capabilities that the system must have",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DAK.requirements",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/RequirementsSource"
          }
        ]
      },
      {
        "id": "DAK.testScenarios",
        "path": "DAK.testScenarios",
        "short": "Test Scenarios",
        "definition": "Set of test scenarios to validate an implementation of the DAK",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DAK.testScenarios",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/TestScenarioSource"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DAK",
        "path": "DAK",
        "short": "Digital Adaptation Kit (DAK)",
        "definition": "Logical Model for representing a complete Digital Adaptation Kit (DAK) with metadata and all 9 DAK components"
      },
      {
        "id": "DAK.id",
        "path": "DAK.id",
        "short": "DAK ID",
        "definition": "Identifier for the DAK (e.g., smart.who.int.base)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.name",
        "path": "DAK.name",
        "short": "DAK Name",
        "definition": "Short name for the DAK (e.g., Base)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.title",
        "path": "DAK.title",
        "short": "DAK Title",
        "definition": "Full title of the DAK (e.g., SMART Base)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.description[x]",
        "path": "DAK.description[x]",
        "short": "DAK Description",
        "definition": "Description of the DAK - either Markdown content or a URI to a Markdown file (absolute or relative to repository root)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "uri"
          }
        ]
      },
      {
        "id": "DAK.version",
        "path": "DAK.version",
        "short": "DAK Version",
        "definition": "Version of the DAK",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.status",
        "path": "DAK.status",
        "short": "DAK Status",
        "definition": "Publication status of the DAK",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DAK.publicationUrl",
        "path": "DAK.publicationUrl",
        "short": "Publication URL",
        "definition": "Canonical URL for the published DAK (e.g., https://smart.who.int/base for WHO repositories)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "DAK.previewUrl",
        "path": "DAK.previewUrl",
        "short": "Preview URL",
        "definition": "Preview URL for the current CI build (e.g., https://worldhealthorganization.github.io/smart-base)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "DAK.canonicalUrl",
        "path": "DAK.canonicalUrl",
        "short": "Canonical URL",
        "definition": "The canonical URL to use for this DAK instance - equals publicationUrl for release branches, previewUrl for development branches",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "DAK.license",
        "path": "DAK.license",
        "short": "License",
        "definition": "License under which the DAK is published",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ]
      },
      {
        "id": "DAK.copyrightYear",
        "path": "DAK.copyrightYear",
        "short": "Copyright Year",
        "definition": "Year or year range for copyright",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.publisher",
        "path": "DAK.publisher",
        "short": "Publisher",
        "definition": "Organization responsible for publishing the DAK",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "DAK.publisher.name",
        "path": "DAK.publisher.name",
        "short": "Publisher Name",
        "definition": "Name of the publishing organization",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DAK.publisher.url",
        "path": "DAK.publisher.url",
        "short": "Publisher URL",
        "definition": "URL of the publishing organization",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "url"
          }
        ]
      },
      {
        "id": "DAK.healthInterventions",
        "path": "DAK.healthInterventions",
        "short": "Health Interventions and Recommendations",
        "definition": "Overview of the health interventions and WHO, regional or national recommendations included within the DAK",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/HealthInterventionsSource"
          }
        ]
      },
      {
        "id": "DAK.personas",
        "path": "DAK.personas",
        "short": "Generic Personas",
        "definition": "Depiction of the human and system actors",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/GenericPersonaSource"
          }
        ]
      },
      {
        "id": "DAK.userScenarios",
        "path": "DAK.userScenarios",
        "short": "User Scenarios",
        "definition": "Narratives that describe how the different personas may interact with each other",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/UserScenarioSource"
          }
        ]
      },
      {
        "id": "DAK.businessProcesses",
        "path": "DAK.businessProcesses",
        "short": "Generic Business Processes and Workflows",
        "definition": "Business processes and workflows for achieving health programme objectives",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/BusinessProcessWorkflowSource"
          }
        ]
      },
      {
        "id": "DAK.dataElements",
        "path": "DAK.dataElements",
        "short": "Core Data Elements",
        "definition": "Data elements required throughout the different points of a workflow",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/CoreDataElementSource"
          }
        ]
      },
      {
        "id": "DAK.decisionLogic",
        "path": "DAK.decisionLogic",
        "short": "Decision-Support Logic",
        "definition": "Decision-support logic and algorithms to support appropriate service delivery",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/DecisionSupportLogicSource"
          }
        ]
      },
      {
        "id": "DAK.indicators",
        "path": "DAK.indicators",
        "short": "Program Indicators",
        "definition": "Core set of indicators for decision-making, performance metrics and reporting",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/ProgramIndicatorSource"
          }
        ]
      },
      {
        "id": "DAK.requirements",
        "path": "DAK.requirements",
        "short": "Functional and Non-Functional Requirements",
        "definition": "High-level list of core functions and capabilities that the system must have",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/RequirementsSource"
          }
        ]
      },
      {
        "id": "DAK.testScenarios",
        "path": "DAK.testScenarios",
        "short": "Test Scenarios",
        "definition": "Set of test scenarios to validate an implementation of the DAK",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "http://smart.who.int/base/StructureDefinition/TestScenarioSource"
          }
        ]
      }
    ]
  }
}