{
  "resourceType": "Observation",
  "id": "592411",
  "status": "registered",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29463-7",
        "display": "Body Weight"
      },
      {
        "system": "http://loinc.org",
        "code": "3141-9",
        "display": "Body weight Measured"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "27113001",
        "display": "Body weight"
      },
      {
        "system": "http://acme.org/devices/clinical-codes",
        "code": "body-weight",
        "display": "Body Weight"
      }
    ]
  },
  "subject": {
    "reference": "Patient/592410"
  },
  "effectiveDateTime": "2020-01-27",
  "valueQuantity": {
    "value": 99042,
    "unit": "gram",
    "system": "http://unitsofmeasure.org",
    "code": "g"
  }
}