FHIR IG Statistics: StructureDefinition/StructuredIndicator
Resources that use this resource
Resources that this resource uses
StructureDefinition |
Sample | Sample |
Narrative
Note: links and images are rebased to the (stated) source
Source
{
"resourceType": "StructureDefinition",
"id": "StructuredIndicator",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.eu/fhir/ig/oah/StructureDefinition/StructuredIndicator",
"version": "0.1.0-ci-build",
"name": "StructuredIndicatorOah",
"title": "Structured Indicator",
"status": "draft",
"date": "2025-07-24T09:37:09+00:00",
"publisher": "OneAquaHealth Project",
"contact": [
{
"name": "OneAquaHealth Project",
"telecom": [
{
"system": "url",
"value": "https://www.oneaquahealth.eu"
}
]
}
],
"description": "Model describing the common attributes of a structured indicator with multiple measures",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"fhirVersion": "4.0.1",
"kind": "logical",
"abstract": false,
"type": "http://hl7.eu/fhir/ig/oah/StructureDefinition/StructuredIndicator",
"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": "StructuredIndicator",
"path": "StructuredIndicator",
"short": "Structured Indicator",
"definition": "Model describing the common attributes of a structured indicator with multiple measures",
"min": 0,
"max": "*",
"base": {
"path": "Base",
"min": 0,
"max": "*"
},
"isModifier": false
},
{
"id": "StructuredIndicator.sampleDetails",
"path": "StructuredIndicator.sampleDetails",
"short": "Sample",
"definition": "Information about the sample used for this measure",
"min": 1,
"max": "1",
"base": {
"path": "StructuredIndicator.sampleDetails",
"min": 1,
"max": "1"
},
"type": [
{
"code": "http://hl7.eu/fhir/ig/oah/StructureDefinition/Sample"
}
]
},
{
"id": "StructuredIndicator.type",
"path": "StructuredIndicator.type",
"short": "What is measured",
"definition": "Type of indicator : e.g. number of mosquito in the sample",
"min": 1,
"max": "1",
"base": {
"path": "StructuredIndicator.type",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "StructuredIndicator.date",
"path": "StructuredIndicator.date",
"short": "Observation date",
"definition": "Observation date",
"min": 1,
"max": "*",
"base": {
"path": "StructuredIndicator.date",
"min": 1,
"max": "*"
},
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "StructuredIndicator.performer[x]",
"path": "StructuredIndicator.performer[x]",
"short": "Who made the measure",
"definition": "Who made the measure",
"min": 1,
"max": "*",
"base": {
"path": "StructuredIndicator.performer[x]",
"min": 1,
"max": "*"
},
"type": [
{
"code": "PractitionerRole"
},
{
"code": "Organization"
}
]
},
{
"id": "StructuredIndicator.component",
"path": "StructuredIndicator.component",
"short": "Component",
"definition": "Set of results defining this indicator",
"min": 1,
"max": "*",
"base": {
"path": "StructuredIndicator.component",
"min": 1,
"max": "*"
},
"type": [
{
"code": "Base"
}
]
},
{
"id": "StructuredIndicator.component.type",
"path": "StructuredIndicator.component.type",
"short": "What is measured",
"definition": "Type of indicator : e.g. presence of liverworts",
"min": 1,
"max": "1",
"base": {
"path": "StructuredIndicator.component.type",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "StructuredIndicator.component.result[x]",
"path": "StructuredIndicator.component.result[x]",
"short": "Result",
"definition": "Result of the set of observation: it could be a single value or a set of results",
"min": 1,
"max": "1",
"base": {
"path": "StructuredIndicator.component.result[x]",
"min": 1,
"max": "1"
},
"type": [
{
"code": "CodeableConcept"
},
{
"code": "Quantity"
},
{
"code": "string"
}
]
}
]
},
"differential": {
"element": [
{
"id": "StructuredIndicator",
"path": "StructuredIndicator",
"short": "Structured Indicator",
"definition": "Model describing the common attributes of a structured indicator with multiple measures"
},
{
"id": "StructuredIndicator.sampleDetails",
"path": "StructuredIndicator.sampleDetails",
"short": "Sample",
"definition": "Information about the sample used for this measure",
"min": 1,
"max": "1",
"type": [
{
"code": "http://hl7.eu/fhir/ig/oah/StructureDefinition/Sample"
}
]
},
{
"id": "StructuredIndicator.type",
"path": "StructuredIndicator.type",
"short": "What is measured",
"definition": "Type of indicator : e.g. number of mosquito in the sample",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "StructuredIndicator.date",
"path": "StructuredIndicator.date",
"short": "Observation date",
"definition": "Observation date",
"min": 1,
"max": "*",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "StructuredIndicator.performer[x]",
"path": "StructuredIndicator.performer[x]",
"short": "Who made the measure",
"definition": "Who made the measure",
"min": 1,
"max": "*",
"type": [
{
"code": "PractitionerRole"
},
{
"code": "Organization"
}
]
},
{
"id": "StructuredIndicator.component",
"path": "StructuredIndicator.component",
"short": "Component",
"definition": "Set of results defining this indicator",
"min": 1,
"max": "*",
"type": [
{
"code": "Base"
}
]
},
{
"id": "StructuredIndicator.component.type",
"path": "StructuredIndicator.component.type",
"short": "What is measured",
"definition": "Type of indicator : e.g. presence of liverworts",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
]
},
{
"id": "StructuredIndicator.component.result[x]",
"path": "StructuredIndicator.component.result[x]",
"short": "Result",
"definition": "Result of the set of observation: it could be a single value or a set of results",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
},
{
"code": "Quantity"
},
{
"code": "string"
}
]
}
]
}
}