SMART Guidelines L3 SOP
1.1.0 - ci-build International flag

SMART Guidelines L3 SOP, published by WHO. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/WorldHealthOrganization/smart-ig-starter-kit and changes regularly. See the Directory of published versions

Requirements

Requirements - functional or non-functional - are captured as L3 artifacts for the purposes of:

  • Reusability across SMART Guidelines
  • Adaptability to jurisdiction-specific guidelines
  • Traceability - for example to Testing

The L3 author is expected to capture the requirements in a Requirements resource.

The requirements capture the following data:

Requirement Setidentifier 1..*status 1..1name 1..1title 1..1description 1..1activityId 1..1category 0..*Requirementidentifier 1..*category 0..*strength 0..1FunctionalRequirementprocess 1..*persona 1..*description 1..1text 1..1functionality 1..1goal 1..1Non-FunctionalRequirementdescription 1..1text 1..1Data needsfor requirements(seelegend)

Inputs

  • Personas, Processes and Requirements from L2
  • Personas and Processes from L3

Outputs

  • Requirements resources for all functional and non-functional requirements

Activities


Summary: From the Functional and Non-Functional requirements in the L2, the L3 author creates Requirements resources.

In FHIR, the resource used is a Requirements - which is a set of requirement statements. So, each requirement in the L2 group will normally be one of the statements included in a Requirements resource. The Requirements resource identifies the Business Process for which the requirements are being expressed e.g “Register Client”.

The Requirements will capture the following elements:

  • id: the unique id of the requirement set, using the convention <sg>-<p>-fxnreq, where <sg> is the abbreviation of the SMART guideline (e.g. immz) and <p> is the letter of the functional process e.g. e corresponding to “Register Client”.
  • title:
  • status
  • statement: one statement for each requirement, e.g.
    • key: the unique id of the requirement e.g. IMMZ.FXNREQ.087
    • label: an optional short label for the requirement
    • conformance: the optional strength of the requirement
    • requirement: The actual text, as a Scrum-like description:
      • “As a “ … [Persona]
      • “I want” … [Functionality/activity]
      • “So that” … [Functional goal]

Output Criteria / Definition of Done

  • Each requirement shall be associated with a Persona.
  • Each Functional requirement shall have a link to a business [Process] that it is associated with
    • Each Functional requirement should have an Activity ID
  • Each requirement shall have a unique id, a title, and the Scrum-like description.

Change tracking

As with all FHIR Conformance resources, change management is critical. Do not set the version element of Requirements defined in the SMART Guideline, the version element will be set by the publication process. See the versioning topic for more information on change management.

In addition, Requirements are essential traceable artifacts. Every time a requirement changes, the change history shall be appended.

Tooling

Tool Usage Doc
Sushi Requirements can be authored in FSH syntax HL7 Spec
Sushi Documentation

Informative examples

SMART Guidelines - Immunizations (Measles): Rendered Requirements table SMART Guidelines - Immunizations (Measles): Example Requirements resource

Known issues and dependencies