{
  "resourceType" : "Observation",
  "id" : "observation-birthweight-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-10-27T16:13:03Z",
    "profile" : [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-bodyweight"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Birth Weight recorded : 6.09414 kg</div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "364589006"
      }
    ],
    "text" : "Birth Weight"
  },
  "subject" : {
    "reference" : "Patient/patient-baby-example",
    "display" : "Baby of Eve Bill"
  },
  "effectiveDateTime" : "2018-12-27T16:13:03Z",
  "performer" : [
    {
      "reference" : "Practitioner/examiner-practitioner",
      "display" : "Examiner"
    },
    {
      "reference" : "Organization/examiner-organization",
      "display" : "Organisation"
    }
  ],
  "valueQuantity" : {
    "value" : 3200,
    "unit" : "g",
    "system" : "http://unitsofmeasure.org",
    "code" : "g"
  }
}