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

FHIR IG analytics

Packagede.gematik.hddt
Resource TypeObservation
IdObservation-example-peak-flow-simple.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-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"
  }
}