Skip to content
21 changes: 6 additions & 15 deletions .github/workflows/ghbuild.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
# This workflow reuses the openHIE GitHub action for building IGs
# Initial idea by Carl Leitner, developed by Elliot Silver, available from: https://www.argentixinfo.com/archives/156
# Change log:
# v0.1.0
# 2021-06-18: publish default branches to / , other branches branches/<branch>
# 2021-11-26: reusable workflow
name: CI

name: GitHub Pages build

# Controls when the action will run.
on:
# Triggers the workflow on push or pull request events for any main branch
push:
branches-ignore:
branches-ignore:
- 'gh-pages'
pull_request:

workflow_dispatch:

jobs:
# This workflow contains a single job called "build"
call_build:
uses: WorldHealthOrganization/smart-base/.github/workflows/ghbuild.yml@main
test:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from GitHub Actions!"
35 changes: 0 additions & 35 deletions .github/workflows/release.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/repo_actions.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

CI-Build: https://worldhealthorganization.github.io/smart-ra/


Please see these [instructions](https://smart.who.int/ig-starter-kit/ig_setup.html#github-setup)


Expand All @@ -20,4 +19,4 @@ Please see these [instructions](https://smart.who.int/ig-starter-kit/ig_setup.ht
Feedback and issues about this empty framework can be submitted via the [issues](issues) page, and will be incorporated into subsequent releases.


The Core Architects WG is currently responsible for the changes.
The Core Architects WG is currently responsible for the changes.
49 changes: 47 additions & 2 deletions input/pagecontent/concepts.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,47 @@
Key concepts and abbreviations are described here. Additional terms are defined in the Glossary and List of Abbreviations in the WHO Digital Adaptation Kit for <mark>[insert health domain here]</mark> (link forthcoming)
### Concepts
These are the core terms used in this specification. These are largely inspired by **TOGAF/ArchiMate**, and **OpenHIE**. The glossary is grouped into layers.
Some examples are provided for clarity.

---

## Business Layer

---

### Business Capability
> A particular ability that a business may possess or exchange to achieve a specific purpose.

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_Examples:_
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- _"Health Workforce Management"_


---

### Business Function
> A collection of business behavior based on a chosen set of criteria, closely aligned to an organization.

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_Examples:_
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- _"Managing Workforce Identity"_

---



### Business Process
> Groups behavior based on an ordering of activities. It defines a set of products or business services.

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_Examples:_
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- _"Assign Unique Health Worker ID"_

---


### Value Stream
An end-to-end stakeholder journey that delivers value across multiple business capabilities, business functions (BF), and business processes (BP).


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;_Examples:_
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- _"Register and Deploy a Qualified Health Worker"_



---