{
  "resourceType": "Observation",
  "id": "s4h-body-weight-in-kg-example-observation",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/bodyweight"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29463-7",
        "display": "Body Weight"
      },
      {
        "system": "http://loinc.org",
        "code": "3141-9",
        "display": "Body weight Measured"
      }
    ]
  },
  "subject": {
    "display": "Marie Lux-Brennard"
  },
  "effectiveDateTime": "2016-03-28",
  "performer": [
    {
      "identifier": {
        "use": "official",
        "system": "http://fhir.de/NamingSystem/kbv/lanr",
        "value": "123456701"
      },
      "display": "Dr. Schmidt"
    }
  ],
  "valueQuantity": {
    "value": 69,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}