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

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

: NZ Telehealth Appointment Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Appointment",
  "meta" : {
    "profile" : [
      🔗 "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/SharedCareAppointment"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment NzTelehealthAppointmentExample</b></p><a name=\"NzTelehealthAppointmentExample\"> </a><a name=\"hcNzTelehealthAppointmentExample\"> </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-SharedCareAppointment.html\">NZ SharedCare Appointment</a></p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/appointment-identifier</code>/APT123456\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Fulfilled</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 386661006}\">Fever</span></p><p><b>start</b>: 2025-01-01 10:00:00+1300</p><p><b>end</b>: 2025-01-01 10:17:00+1300</p><p><b>created</b>: 2025-01-01 09:30:00+1300</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">patient</span></td><td><a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=http://fhir.org.nz/ig/base/Patient/ZZZ0008\">Patient/ZZZ0008</a></td><td>Accepted</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/appointment-identifier",
      "value" : "APT123456"
    }
  ],
  "status" : "fulfilled",
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "386661006",
          "display" : "Fever"
        }
      ]
    }
  ],
  "start" : "2025-01-01T10:00:00+13:00",
  "end" : "2025-01-01T10:17:00+13:00",
  "created" : "2025-01-01T09:30:00+13:00",
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "code" : "patient"
            }
          ]
        }
      ],
      "actor" : {
        "reference" : "Patient/ZZZ0008",
        "type" : "Patient",
        "identifier" : {
          "system" : "https://standards.digital.health.nz/ns/nhi-id",
          "value" : "ZZZ0008"
        }
      },
      "status" : "accepted"
    }
  ]
}