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

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

: Encounter-SecondaryProphylaxisAppointment - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-10-06T08:00:00Z",
    "profile" : [
      🔗 "https://fhir-ig-uat.digital.health.nz/shared-care/StructureDefinition/ManaakiNgaTahiEncounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Encounter </b><a name=\"Encounter-SecondaryProphylaxisAppointment\"> </a><a name=\"hcEncounter-SecondaryProphylaxisAppointment\"> </a></p><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\">ResourceEncounter &quot;Encounter-SecondaryProphylaxisAppointment&quot; Version&quot;1&quot; Updated&quot;2023-10-06 08:00:00+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ManaakiNgaTahiEncounter.html\">ManaakiNgaTahiEncounter</a></p></div><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: ActCode code AMB  = ' ambulatory ', stated as ' ambulatory ')</p><p><b>subject</b>: <span>: Madeleine Meringue</span></p><blockquote><p><b>participant</b></p><p><b>individual</b>: <span>: Isabel Injecta</span></p></blockquote><blockquote><p><b>participant</b></p><p><b>individual</b>: <span>: Madeleine Meringue</span></p></blockquote><p><b>appointment</b>: <a href=\"Appointment-SecondaryProphylaxisAppointment-August-Fulfilled.html\">Appointment/SecondaryProphylaxisAppointment-August-Fulfilled</a></p><p><b>period</b>: 2023-08-08 02:10:00+0000 --&gt; 2023-08-08 03:15:00+0000</p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><span>: PHNs Whangarei</span></td></tr></table><p><b>serviceProvider</b>: <span>: Te Tai Tokerau Rheumatic Fever Secondary Prevention Service</span></p></div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "SCF7824"
    },
    "display" : "Madeleine Meringue"
  },
  "participant" : [
    {
      "individual" : {
        "type" : "Practitioner",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/hpi-practitioner-id",
          "value" : "99ZAAA"
        },
        "display" : "Isabel Injecta"
      }
    },
    {
      "individual" : {
        "type" : "Patient",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/nhi-id",
          "value" : "SCF7824"
        },
        "display" : "Madeleine Meringue"
      }
    }
  ],
  "appointment" : [
    {
      🔗 "reference" : "Appointment/SecondaryProphylaxisAppointment-August-Fulfilled"
    }
  ],
  "period" : {
    "start" : "2023-08-08T02:10:00Z",
    "end" : "2023-08-08T03:15:00Z"
  },
  "location" : [
    {
      "location" : {
        "type" : "Location",
        "identifier" : {
          "use" : "official",
          "system" : "https://standards.digital.health.nz/ns/hpi-facility-id",
          "value" : "F3S457-C"
        },
        "display" : "PHNs Whangarei"
      }
    }
  ],
  "serviceProvider" : {
    "type" : "Organization",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
      "value" : "G0M086-B"
    },
    "display" : "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service"
  }
}