{
  "resourceType": "Observation",
  "id": "observation-labour-induced-example",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-observation-labour-induced"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Labour Initiation</div>"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "249120008",
        "display": "Onset of labour first stage"
      }
    ],
    "text": "Onset of labor first stage"
  },
  "subject": {
    "reference": "Patient/patient-baby-example"
  },
  "effectiveDateTime": "2019-01-02",
  "performer": [
    {
      "reference": "Practitioner/examiner-practitioner",
      "display": "Examiner"
    },
    {
      "reference": "Organization/examiner-organization",
      "display": "Organisation"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "112070001",
        "display": "Onset of labour induced"
      }
    ]
  }
}