{
    "resourceType": "Observation",
    "id": "ncdhc-observation-birth-length-example",
    "meta": {
        "versionId": "1",
        "lastUpdated": "2018-12-27T16:13:03Z",
        "profile": [
            "http://hl7.org.au/fhir/StructureDefinition/ncdhc-observation-birth-length"
        ]
    },
    "text": {
        "status": "additional",
        "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Birth Length</div>"
    },
    "status": "final",
    "code": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "code": "169886007"
            }
        ],
        "text": "Birth length"
    },
    "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": 125,
        "unit": "cm",
        "system": "http://unitsofmeasure.org",
        "code": "cm"
    }
}