FHIR IG analytics| Package | de.gematik.hddt |
| Resource Type | Observation |
| Id | Observation-example-peak-flow-simple.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "example-peak-flow-simple",
"meta": {
"profile": [
"https://gematik.de/fhir/hddt/StructureDefinition/hddt-lung-function-testing"
]
},
"status": "final",
"valueQuantity": {
"system": "http://unitsofmeasure.org",
"value": 612,
"code": "L/min",
"unit": "L/min"
},
"code": {
"coding": [
{
"code": "19935-6",
"system": "http://loinc.org",
"display": "Maximum expiratory gas flow Respiratory system airway by Peak flow meter"
}
]
},
"effectiveDateTime": "2025-12-28T08:00:00Z",
"device": {
"reference": "Device/example-device-peak-flow-meter"
}
}