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

FHIR IG analytics

Packagede.gematik.hddt
Resource TypeObservation
IdObservation-example-fev1-single-measurement.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-single-measurement",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/hddt/StructureDefinition/hddt-lung-function-testing"
    ]
  },
  "status": "final",
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 3.4,
    "code": "L",
    "unit": "L"
  },
  "code": {
    "coding": [
      {
        "code": "20150-9",
        "system": "http://loinc.org",
        "display": "FEV1"
      }
    ]
  },
  "effectiveDateTime": "2025-12-28T08:00:00Z",
  "device": {
    "reference": "Device/example-device-peak-flow-meter"
  }
}