{
  "resourceType": "Encounter",
  "id": "ncdhc-dphr-encounter-example",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2018-12-24T12:30:02Z",
    "profile": [
      "http://hl7.org.au/fhir/ch/v1/StructureDefinition/ncdhc-dphr-encounter"
    ]
  },
  "contained": [
    {
      "resourceType": "Location",
      "id": "lc78393f-37ca-4738-81d6-d9595b2e5d0f",
      "status": "active",
      "name": "Blacktown Hospital"
    },
    {
      "resourceType": "Appointment",
      "id": "2c78393f-37ca-4738-81d6-d9595b2e5d0f",
      "status": "proposed",
      "participant": [
        {
          "actor": {
            "reference": "Patient/ncdhc-patient-expectant-mother-example"
          },
          "required": "required",
          "status": "accepted"
        }
      ],
      "requestedPeriod": [
        {
          "start": "2020-04-23T08:00:00+11:00",
          "end": "2020-04-23T08:01:00+11:00"
        }
      ]
    }
  ],
  "status": "finished",
  "subject": {
    "reference": "Patient/ncdhc-patient-expectant-mother-example"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/participant-type",
              "code": "translator",
              "display": "Translator"
            }
          ],
          "text": "Registered Interpreter"
        }
      ],
      "individual": {
        "reference": "Practitioner/examiner-practitioner"
      }
    },
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/ParticipationType",
              "code": "CALLBCK",
              "display": "callback contact"
            }
          ],
          "text": "Clinically responsible person"
        }
      ],
      "individual": {
        "reference": "Practitioner/examiner-practitioner"
      }
    }
  ],
  "appointment": {
    "reference": "#2c78393f-37ca-4738-81d6-d9595b2e5d0f"
  },
  "period": {
    "start": "2019-12-23T08:00:00+11:00",
    "end": "2019-12-23T08:01:00+11:00"
  },
  "location": [
    {
      "location": {
        "reference": "#lc78393f-37ca-4738-81d6-d9595b2e5d0f"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/examiner-organization"
  }
}