{
  "resourceType": "Observation",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><b>Example Observation</b> <br> Body weight measured on 1st Jan 2024 is 10kg which is low for age.   </div>"
  },
  "id": "cfsb1704636128883",
  "status": "final",
  "code": {
    "coding": [
      {
        "code": "3141-9",
        "system": "http://loinc.org",
        "display": "Body weight Measured"
      }
    ]
  },
  "valueQuantity": {
    "value": 10,
    "unit": "kg"
  },
  "interpretation": [
    {
      "coding": [
        {
          "code": "L",
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "display": "Low"
        }
      ]
    }
  ],
  "subject": {
    "reference": "cfsb1704507726008"
  },
  "effectiveDateTime": "2024-01-01T00:00:00Z"
}