FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/SimpleIndicator

Packagehl7.eu.fhir.oah
Resource TypeStructureDefinition
IdSimpleIndicator
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/ig/oah/https://build.fhir.org/ig/hl7-eu/oah/StructureDefinition-SimpleIndicator.html
URLhttp://hl7.eu/fhir/ig/oah/StructureDefinition/SimpleIndicator
Version0.1.0-ci-build
Statusdraft
Date2025-07-24T09:37:09+00:00
NameSimpleIndicatorOah
TitleSimple Indicator
Realmeu
Authorityhl7
DescriptionModel describing the common attributes of a simple indicator wiith a single value
Typehttp://hl7.eu/fhir/ig/oah/StructureDefinition/SimpleIndicator
Kindlogical

Resources that use this resource

ConceptMap
SimpleIndicatorOah2FHIROAH Simple Indicator Model to this guide Map
StructureDefinition
IndicatorsOahOAH indicators

Resources that this resource uses

StructureDefinition
SampleSample

Narrative

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

Generated Narrative: StructureDefinition SimpleIndicator

NameFlagsCard.TypeDescription & Constraintsdoco
.. SimpleIndicator 0..*BaseSimple Indicator
... sampleDetails 1..1SampleSample
... type 1..1CodeableConceptWhat is measured
... date 1..*dateTimeObservation date
... performer[x] 1..*Who made the measure
.... performerPractitionerRolePractitionerRole
.... performerOrganizationOrganization
... result[x] 1..1Result
.... resultCodeableConceptCodeableConcept
.... resultQuantityQuantity

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "SimpleIndicator",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/ig/oah/StructureDefinition/SimpleIndicator",
  "version": "0.1.0-ci-build",
  "name": "SimpleIndicatorOah",
  "title": "Simple 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 simple indicator wiith a single value",
  "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/SimpleIndicator",
  "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": "SimpleIndicator",
        "path": "SimpleIndicator",
        "short": "Simple Indicator",
        "definition": "Model describing the common attributes of a simple indicator wiith a single value",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "SimpleIndicator.sampleDetails",
        "path": "SimpleIndicator.sampleDetails",
        "short": "Sample",
        "definition": "Information about the sample used for this measure",
        "min": 1,
        "max": "1",
        "base": {
          "path": "SimpleIndicator.sampleDetails",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "http://hl7.eu/fhir/ig/oah/StructureDefinition/Sample"
          }
        ]
      },
      {
        "id": "SimpleIndicator.type",
        "path": "SimpleIndicator.type",
        "short": "What is measured",
        "definition": "Type of indicator : e.g. number of mosquito in the sample",
        "min": 1,
        "max": "1",
        "base": {
          "path": "SimpleIndicator.type",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "SimpleIndicator.date",
        "path": "SimpleIndicator.date",
        "short": "Observation date",
        "definition": "Observation date",
        "min": 1,
        "max": "*",
        "base": {
          "path": "SimpleIndicator.date",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "SimpleIndicator.performer[x]",
        "path": "SimpleIndicator.performer[x]",
        "short": "Who made the measure",
        "definition": "Who made the measure",
        "min": 1,
        "max": "*",
        "base": {
          "path": "SimpleIndicator.performer[x]",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "PractitionerRole"
          },
          {
            "code": "Organization"
          }
        ]
      },
      {
        "id": "SimpleIndicator.result[x]",
        "path": "SimpleIndicator.result[x]",
        "short": "Result",
        "definition": "Result of the observation: it could be a single value or a set of results",
        "min": 1,
        "max": "1",
        "base": {
          "path": "SimpleIndicator.result[x]",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Quantity"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "SimpleIndicator",
        "path": "SimpleIndicator",
        "short": "Simple Indicator",
        "definition": "Model describing the common attributes of a simple indicator wiith a single value"
      },
      {
        "id": "SimpleIndicator.sampleDetails",
        "path": "SimpleIndicator.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": "SimpleIndicator.type",
        "path": "SimpleIndicator.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": "SimpleIndicator.date",
        "path": "SimpleIndicator.date",
        "short": "Observation date",
        "definition": "Observation date",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "SimpleIndicator.performer[x]",
        "path": "SimpleIndicator.performer[x]",
        "short": "Who made the measure",
        "definition": "Who made the measure",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "PractitionerRole"
          },
          {
            "code": "Organization"
          }
        ]
      },
      {
        "id": "SimpleIndicator.result[x]",
        "path": "SimpleIndicator.result[x]",
        "short": "Result",
        "definition": "Result of the observation: it could be a single value or a set of results",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "Quantity"
          }
        ]
      }
    ]
  }
}