{
  "resourceType": "Observation",
  "id": "example-body-height",
  "meta": {
    "profile": [
      "https://www.vision-zero-oncology.de/fhir/StructureDefinition/body-height"
    ]
  },
  "category": [
    {
      "coding": [
        {
          "code": "vital-signs",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "8302-2",
        "system": "http://loinc.org",
        "display": "Body height"
      },
      {
        "code": "1153637007",
        "system": "http://snomed.info/sct",
        "display": "Body height (observable entity)"
      }
    ],
    "text": "Body height"
  },
  "valueQuantity": {
    "system": "http://unitsofmeasure.org",
    "value": 167,
    "code": "cm",
    "unit": "centimeter"
  },
  "status": "final",
  "subject": {
    "reference": "Patient/ExamplePatient"
  },
  "effectiveDateTime": "2022-02-18"
}