Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.2 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DHOutpatientAppointmentResponseExample - JSON Representation

Raw json | Download

{
  "resourceType" : "AppointmentResponse",
  "meta" : {
    "profile" : [
      🔗 "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOutpatientAppointmentResponse"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AppointmentResponse DHOutpatientAppointmentResponseExample</b></p><a name=\"DHOutpatientAppointmentResponseExample\"> </a><a name=\"hcDHOutpatientAppointmentResponseExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DHOutpatientAppointmentResponse.html\">Dunedin Hospital Outpatient Appointment Response Profile</a></p></div><p><b>identifier</b>: #fbdb8d66-1390-22c7-89a6-a9a75d65d3e6</p><p><b>appointment</b>: <a href=\"Appointment-DHOutpatientClinicAppointmentExample.html\">Appointment: identifier = #fbdb8d66-1390-22c7-89a6-a9a75d65d3e6; status = booked; serviceCategory = Orthopaedic Surgery; serviceType = Fracture Clinic; description = DH Fracture Consultant; start = 2025-09-03 02:30:35+0000; end = 2025-09-03 03:30:35+0000; patientInstruction = Bring all medications you are currently taking on your admission to hospital.</a></p><p><b>start</b>: 2025-09-03 02:00:00+0000</p><p><b>end</b>: 2025-09-03 02:30:00+0000</p><p><b>participantType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></p><p><b>actor</b>: <a href=\"Practitioner-DHOutpatientDrDottyMcStuffins.html\">Dr Dotty McStuffins</a></p><p><b>participantStatus</b>: Accepted</p></div>"
  },
  "identifier" : [
    {
      "value" : "#fbdb8d66-1390-22c7-89a6-a9a75d65d3e6"
    }
  ],
  "appointment" : {
    🔗 "reference" : "Appointment/DHOutpatientClinicAppointmentExample"
  },
  "start" : "2025-09-03T02:00:00Z",
  "end" : "2025-09-03T02:30:00Z",
  "participantType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
          "code" : "PPRF"
        }
      ]
    }
  ],
  "actor" : {
    🔗 "reference" : "Practitioner/DHOutpatientDrDottyMcStuffins",
    "display" : "Dr Dotty McStuffins"
  },
  "participantStatus" : "accepted"
}