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

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

: NZ GP Online Encounter Example - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <meta>
    <source
            value="https://standards.digital.health.nz/ns/hpi-facility-id/F12345-A"/>
    <profile
             value="https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OnlineGPEncounter"/>
    <tag>
      <system
              value="https://hub.services.digital.health.nz/ns/correlation-id"/>
      <code value="xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"/>
    </tag>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter NzGpOnlineEncounterExample</b></p><a name="NzGpOnlineEncounterExample"> </a><a name="hcNzGpOnlineEncounterExample"> </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">Information Source: <a href="https://standards.digital.health.nz/ns/hpi-facility-id/F12345-A">https://standards.digital.health.nz/ns/hpi-facility-id/F12345-A</a></p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-OnlineGPEncounter.html">Online GP Encounter</a></p><p style="margin-bottom: 0px">Tag: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (Details: correlation-id code xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)</p></div><p><b>Shared Care Diagnosis Code</b>: <span title="Codes:{http://snomed.info/sct 195662009}">Acute viral pharyngitis</span></p><p><b>Shared Care CSC holder</b>: true</p><p><b>Shared Care Registration Code</b>: enrolled</p><p><b>identifier</b>: <code>https://onlinegp-provider-name.co.nz/ns/encounter-identifier</code>/ENC123456789 (use: official, )</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-VR">ActCode VR</a>: virtual</p><p><b>type</b>: <span title="Codes:{http://snomed.info/sct 719410009}">Video consultation</span></p><p><b>subject</b>: Identifier: <a href="http://fhir.org.nz/ig/base/NamingSystem-nhi.html" title="NHI number">NHI</a>/ZZZ0008</p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Period</b></td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 224535009}">Registered nurse (occupation)</span></td><td>2025-01-01 10:00:00+1300 --&gt; 2025-01-01 10:17:00+1300</td><td>Identifier: <a href="http://fhir.org.nz/ig/base/NamingSystem-hpiProvider.html" title="HPI providers">HPIProvider</a>/99ZZFX</td></tr></table><p><b>appointment</b>: <a href="Appointment-NzTelehealthAppointmentExample.html">Appointment: identifier = https://standards.digital.health.nz/ns/appointment-identifier#APT123456 (use: official, ); status = fulfilled; reasonCode = Transport problem (finding); start = 2025-01-01 10:00:00+1300; end = 2025-01-01 10:17:00+1300; created = 2025-01-01 09:30:00+1300</a></p><p><b>period</b>: 2025-01-01 10:00:00+1300 --&gt; 2025-01-01 10:17:00+1300</p><h3>Lengths</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>17</td><td>min</td><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-ucum.html">http://unitsofmeasure.org</a></td><td>min</td></tr></table><h3>Hospitalizations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>DischargeDisposition</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://snomed.info/sct 182991002}">Treatment given</span></td></tr></table><p><b>serviceProvider</b>: Identifier: <a href="http://fhir.org.nz/ig/base/NamingSystem-hpiOrganization.html" title="HPI organizations">HPIOrganization</a>/GZZ999-9</p></div>
  </text>
  <extension
             url="https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/shared-care-diagnosis-code">
    <valueCodeableConcept>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="195662009"/>
        <display value="Acute viral pharyngitis"/>
      </coding>
      <text value="Acute viral pharyngitis"/>
    </valueCodeableConcept>
  </extension>
  <extension
             url="https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/shared-care-csc-holder">
    <valueBoolean value="true"/>
  </extension>
  <extension
             url="https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/shared-care-registration-code">
    <valueString value="enrolled"/>
  </extension>
  <identifier>
    <use value="official"/>
    <system
            value="https://onlinegp-provider-name.co.nz/ns/encounter-identifier"/>
    <value value="ENC123456789"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="VR"/>
    <display value="virtual"/>
  </class>
  <type>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="719410009"/>
      <display value="Video consultation"/>
    </coding>
  </type>
  <subject>
    <type value="Patient"/>
    <identifier>
      <system value="https://standards.digital.health.nz/ns/nhi-id"/>
      <value value="ZZZ0008"/>
    </identifier>
  </subject>
  <participant>
    <type>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="224535009"/>
        <display value="Registered nurse (occupation)"/>
      </coding>
    </type>
    <period>
      <start value="2025-01-01T10:00:00+13:00"/>
      <end value="2025-01-01T10:17:00+13:00"/>
    </period>
    <individual>
      <identifier>
        <system value="https://standards.digital.health.nz/ns/hpi-person-id"/>
        <value value="99ZZFX"/>
      </identifier>
    </individual>
  </participant>
  <appointment>🔗 
    <reference value="Appointment/NzTelehealthAppointmentExample"/>
  </appointment>
  <period>
    <start value="2025-01-01T10:00:00+13:00"/>
    <end value="2025-01-01T10:17:00+13:00"/>
  </period>
  <length>
    <value value="17"/>
    <unit value="min"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="min"/>
  </length>
  <hospitalization>
    <dischargeDisposition>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="182991002"/>
        <display value="Treatment given"/>
      </coding>
    </dischargeDisposition>
  </hospitalization>
  <serviceProvider>
    <type value="organization"/>
    <identifier>
      <system
              value="https://standards.digital.health.nz/ns/hpi-organisation-id"/>
      <value value="GZZ999-9"/>
    </identifier>
  </serviceProvider>
</Encounter>