FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.eu.fhir.oah
Resource TypeObservation
IdObservation-Obs-OS-bmi-below-25-Male.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Observation Obs-OS-bmi-below-25-Male

status: Final

code: % of people with BMI 18,5-24,9

subject: Location Nordre Aker

focus: Group: type = person; actual = false

effective: 2024-01-01 --> 2024-12-31

value: 50 % (Details: UCUM code% = '%')


Source1

{
  "resourceType": "Observation",
  "id": "Obs-OS-bmi-below-25-Male",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/ig/oah/StructureDefinition/observation-health-measure-oah"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://hl7.eu/fhir/ig/oah/CodeSystem/temporarySystem-oah-eu",
        "code": "bmi-below-25",
        "display": "% of people with BMI 18,5-24,9"
      }
    ]
  },
  "subject": {
    "reference": "Location/Loc-Nordre-Aker"
  },
  "focus": [
    {
      "reference": "Group/Group-OS-Male"
    }
  ],
  "effectivePeriod": {
    "start": "2024-01-01",
    "end": "2024-12-31"
  },
  "valueQuantity": {
    "value": 50,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  }
}