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

FHIR IG analytics

Packagede.gematik.hddt
Resource TypeObservation
IdObservation-example-fev1-reference-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-reference-value",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/hddt/StructureDefinition/hddt-lung-reference-value"
    ]
  },
  "status": "final",
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 4.5,
    "code": "L",
    "unit": "L"
  },
  "code": {
    "coding": [
      {
        "code": "20149-1",
        "system": "http://loinc.org",
        "display": "FEV1 predicted"
      }
    ]
  },
  "effectivePeriod": {
    "start": "2025-05-01"
  },
  "method": {
    "coding": [
      {
        "system": "https://gematik.de/fhir/hddt/CodeSystem/hddt-lung-function-reference-value-method-codes",
        "code": "GLI-2022"
      }
    ]
  },
  "device": {
    "reference": "Device/example-device-peak-flow-meter"
  }
}