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

FHIR IG analytics

Packagede.gematik.hddt
Resource TypeObservation
IdObservation-example-fev1-relative-value.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "example-fev1-relative-value",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/hddt/StructureDefinition/hddt-lung-function-testing-complete"
    ]
  },
  "status": "final",
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 75.5,
    "code": "%",
    "unit": "%"
  },
  "code": {
    "coding": [
      {
        "code": "20152-5",
        "system": "http://loinc.org",
        "display": "FEV1 measured/predicted"
      }
    ]
  },
  "effectiveDateTime": "2025-12-28T08:00:00Z",
  "derivedFrom": [
    {
      "reference": "Observation/example-fev1-single-measurement"
    },
    {
      "reference": "Observation/example-fev1-reference-value"
    }
  ],
  "device": {
    "reference": "Device/example-device-peak-flow-meter"
  }
}