{
  "resourceType": "Observation",
  "id": "observation-birth-abnormalities-example",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-birth-abnormalities"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Multiple Birth Abnormalities noted at birth</div>"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "414025005",
        "display": "Disorder of fetus or newborn"
      }
    ],
    "text": "Abnormalities noted at Birth"
  },
  "subject": {
    "reference": "Patient/patient-baby-example"
  },
  "effectiveDateTime": "2019-01-02",
  "performer": [
    {
      "reference": "Practitioner/examiner-practitioner",
      "display": "Examiner"
    },
    {
      "reference": "Organization/examiner-organization",
      "display": "Organisation"
    }
  ],
  "valueString": "The foot is twisted out of shape or position"
}