FHIR IG analytics| Package | smart.who.int.base |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-ProgramIndicator.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/WorldHealthOrganization/smart-base/StructureDefinition-ProgramIndicator.html |
| URL | http://smart.who.int/base/StructureDefinition/ProgramIndicator |
| Version | 0.2.0 |
| Status | active |
| Date | 2026-01-19T10:55:40+00:00 |
| Name | ProgramIndicator |
| Title | Program Indicator (DAK) |
| Authority | who |
| Description | Logical Model for representing Program Indicators from a DAK. Core set of indicators that need to be aggregated for decision-making, performance metrics and subnational and national reporting. |
| Type | http://smart.who.int/base/StructureDefinition/ProgramIndicator |
| Kind | logical |
| StructureDefinition | |
| ProgramIndicatorSource | Program Indicator Source |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: StructureDefinition ProgramIndicator
| Name | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
![]() | 0..* | Base | Program Indicator (DAK) | |
![]() ![]() | 1..1 | id | Indicator ID | |
![]() ![]() | 0..1 | Description | ||
![]() ![]() ![]() | string | |||
![]() ![]() ![]() | uri | |||
![]() ![]() | 1..1 | string | Name | |
![]() ![]() | 1..1 | markdown | Definition | |
![]() ![]() | 1..1 | markdown | Numerator | |
![]() ![]() | 1..1 | markdown | Denominator | |
![]() ![]() | 1..1 | markdown | Disaggregation | |
![]() ![]() | 0..* | id | References | |
{
"resourceType": "StructureDefinition",
"id": "ProgramIndicator",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://smart.who.int/base/StructureDefinition/ProgramIndicator",
"version": "0.2.0",
"name": "ProgramIndicator",
"title": "Program Indicator (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 Program Indicators from a DAK. Core set of indicators that need to be aggregated for decision-making, performance metrics and subnational and national reporting.",
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "http://smart.who.int/base/StructureDefinition/ProgramIndicator",
"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": "ProgramIndicator",
"path": "ProgramIndicator",
"short": "Program Indicator (DAK)",
"definition": "Logical Model for representing Program Indicators from a DAK. Core set of indicators that need to be aggregated for decision-making, performance metrics and subnational and national reporting.",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "ProgramIndicator.id",
"path": "ProgramIndicator.id",
"short": "Indicator ID",
"definition": "Identifier for the program indicator",
"min": 1,
"max": "1",
"base": {
"path": "ProgramIndicator.id",
"min": 1,
"max": "1"
},
"type": [
{
"code": "id"
}
]
},
{
"id": "ProgramIndicator.description[x]",
"path": "ProgramIndicator.description[x]",
"short": "Description",
"definition": "Description of the program indicator - either Markdown content or a URI to a Markdown file (absolute or relative to repository root)",
"min": 0,
"max": "1",
"base": {
"path": "ProgramIndicator.description[x]",
"min": 0,
"max": "1"
},
"type": [
{
"code": "string"
},
{
"code": "uri"
}
]
},
{
"id": "ProgramIndicator.name",
"path": "ProgramIndicator.name",
"short": "Name",
"definition": "Name of the indicator",
"min": 1,
"max": "1",
"base": {
"path": "ProgramIndicator.name",
"min": 1,
"max": "1"
},
"type": [
{
"code": "string"
}
]
},
{
"id": "ProgramIndicator.definition",
"path": "ProgramIndicator.definition",
"short": "Definition",
"definition": "Definition of what the indicator measures",
"min": 1,
"max": "1",
"base": {
"path": "ProgramIndicator.definition",
"min": 1,
"max": "1"
},
"type": [
{
"code": "markdown"
}
]
},
{
"id": "ProgramIndicator.numerator",
"path": "ProgramIndicator.numerator",
"short": "Numerator",
"definition": "Description of the numerator calculation",
"min": 1,
"max": "1",
"base": {
"path": "ProgramIndicator.numerator",
"min": 1,
"max": "1"
},
"type": [
{
"code": "markdown"
}
]
},
{
"id": "ProgramIndicator.denominator",
"path": "ProgramIndicator.denominator",
"short": "Denominator",
"definition": "Description of the denominator calculation",
"min": 1,
"max": "1",
"base": {
"path": "ProgramIndicator.denominator",
"min": 1,
"max": "1"
},
"type": [
{
"code": "markdown"
}
]
},
{
"id": "ProgramIndicator.disaggregation",
"path": "ProgramIndicator.disaggregation",
"short": "Disaggregation",
"definition": "Description of how the indicator should be disaggregated",
"min": 1,
"max": "1",
"base": {
"path": "ProgramIndicator.disaggregation",
"min": 1,
"max": "1"
},
"type": [
{
"code": "markdown"
}
]
},
{
"id": "ProgramIndicator.references",
"path": "ProgramIndicator.references",
"short": "References",
"definition": "References to Health Intervention IDs providing additional context",
"min": 0,
"max": "*",
"base": {
"path": "ProgramIndicator.references",
"min": 0,
"max": "*"
},
"type": [
{
"code": "id"
}
]
}
]
},
"differential": {
"element": [
{
"id": "ProgramIndicator",
"path": "ProgramIndicator",
"short": "Program Indicator (DAK)",
"definition": "Logical Model for representing Program Indicators from a DAK. Core set of indicators that need to be aggregated for decision-making, performance metrics and subnational and national reporting."
},
{
"id": "ProgramIndicator.id",
"path": "ProgramIndicator.id",
"short": "Indicator ID",
"definition": "Identifier for the program indicator",
"min": 1,
"max": "1",
"type": [
{
"code": "id"
}
]
},
{
"id": "ProgramIndicator.description[x]",
"path": "ProgramIndicator.description[x]",
"short": "Description",
"definition": "Description of the program indicator - either Markdown content or a URI to a Markdown file (absolute or relative to repository root)",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
},
{
"code": "uri"
}
]
},
{
"id": "ProgramIndicator.name",
"path": "ProgramIndicator.name",
"short": "Name",
"definition": "Name of the indicator",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "ProgramIndicator.definition",
"path": "ProgramIndicator.definition",
"short": "Definition",
"definition": "Definition of what the indicator measures",
"min": 1,
"max": "1",
"type": [
{
"code": "markdown"
}
]
},
{
"id": "ProgramIndicator.numerator",
"path": "ProgramIndicator.numerator",
"short": "Numerator",
"definition": "Description of the numerator calculation",
"min": 1,
"max": "1",
"type": [
{
"code": "markdown"
}
]
},
{
"id": "ProgramIndicator.denominator",
"path": "ProgramIndicator.denominator",
"short": "Denominator",
"definition": "Description of the denominator calculation",
"min": 1,
"max": "1",
"type": [
{
"code": "markdown"
}
]
},
{
"id": "ProgramIndicator.disaggregation",
"path": "ProgramIndicator.disaggregation",
"short": "Disaggregation",
"definition": "Description of how the indicator should be disaggregated",
"min": 1,
"max": "1",
"type": [
{
"code": "markdown"
}
]
},
{
"id": "ProgramIndicator.references",
"path": "ProgramIndicator.references",
"short": "References",
"definition": "References to Health Intervention IDs providing additional context",
"min": 0,
"max": "*",
"type": [
{
"code": "id"
}
]
}
]
}
}