{
  "resourceType": "Encounter",
  "contained": [
    {
      "resourceType": "Location",
      "id": "lc78393f-37ca-4738-81d6-d9595b2e5d0f",
      "status": "active",
      "name": "Blacktown Hospital"
    }
  ],
  "id": "ncdhc-encounter-example",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-12-23T00:00:00Z",
    "profile": [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-encounter"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Sample Encounter</b></p></div>"
  },
  "status": "finished",
  "subject": {
    "reference": "Patient/patient-baby-example"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/ParticipationType",
              "code": "CALLBCK",
              "display": "callback contact"
            }
          ],
          "text": "Clinically responsible person"
        }
      ],
      "individual": {
        "reference": "Practitioner/examiner-practitioner"
      }
    }
  ],
  "period": {
    "start": "2019-12-23T16:00:00+10:00",
    "end": "2019-12-23T16:00:00+10:00"
  },
  "serviceProvider": {
    "reference": "Organization/examiner-organization"
  },
  "location": [
    {
      "location": {
        "reference": "#lc78393f-37ca-4738-81d6-d9595b2e5d0f"
      }
    }
  ]
}