FHIR IG analytics| Package | de.gematik.hddt |
| Resource Type | Observation |
| Id | Observation-example-fev1-single-measurement.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}