{
  "resourceType": "Bundle",
  "type": "transaction",
  "meta": {
    "lastUpdated": "2017-08-03T16:12:06.994Z"
  },
  "entry": [
    {
      "fullUrl": "urn:uuid:13723207-8864-4465-9840-ff4b522146b3",
      "request": {
        "method": "POST",
        "url": "Observation"
      },
      "resource": {
        "resourceType": "Observation",
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "41982-0",
              "display": "Body fat percentage"
            }
          ],
          "text": "Body fat"
        },
        "subject": {
          "reference": "Patient/example"
        },
        "effectiveDateTime": "1997-07-16T18:20:30+00:00",
        "valueQuantity": {
          "value": "13.5",
          "unit": "percentage",
          "system": "http://unitsofmeasure.org"
        }
      }
    },
    {
      "fullUrl": "urn:uuid:14389364-930d-424e-81c7-a9a5d1f5eb1b",
      "request": {
        "method": "POST",
        "url": "Observation"
      },
      "resource": {
        "resourceType": "Observation",
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "41982-0",
              "display": "Body fat percentage"
            }
          ],
          "text": "Body fat"
        },
        "subject": {
          "reference": "Patient/example"
        },
        "effectiveDateTime": "1997-07-16T19:20:30+00:00",
        "valueQuantity": {
          "value": "14",
          "unit": "percentage",
          "system": "http://unitsofmeasure.org"
        }
      }
    }
  ]
}