Primary care data acquisition API
0.2.0 - ci-build

Primary care data acquisition API, published by Health New Zealand. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-primary-care-acquisition/ and changes regularly. See the Directory of published versions

: EncounterExample1 - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="EncounterExample1"/>
  <meta>
    <lastUpdated value="2024-01-26T10:03:26+13:00"/>
    <profile
             value="https://standards.digital.health.nz/StructureDefinition/PrimaryCareEncounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter EncounterExample1</b></p><a name="EncounterExample1"> </a><a name="hcEncounterExample1"> </a><a name="EncounterExample1-en-US"> </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">Last updated: 2024-01-26 10:03:26+1300</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-PrimaryCareEncounter.html">PrimaryCareEncounter</a></p></div><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/health-record-key-id</code>/f4121d2e-61aa-4222-83ae-b36d26bbbe62</p><p><b>status</b>: Finished</p><p><b>class</b>: [not stated] ss: ss</p><p><b>serviceType</b>: <span title="Codes:">General Practice</span></p><p><b>subject</b>: Jamie Joseph Ryan (Identifier: NHI/ZAT3948)</p><h3>Participants</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">PPRF</span></td><td>Dr Andrea Welby (Identifier: HPIProvider/91ZABY)</td></tr></table><p><b>period</b>: 2024-03-26 10:13:26+1300 --&gt; (ongoing)</p></div>
  </text>
  <identifier>
    <system
            value="https://standards.digital.health.nz/ns/health-record-key-id"/>
    <value value="f4121d2e-61aa-4222-83ae-b36d26bbbe62"/>
  </identifier>
  <status value="finished"/>
  <class>
    <code value="ss"/>
  </class>
  <serviceType>
    <coding>
      <code value="124"/>
    </coding>
    <text value="General Practice"/>
  </serviceType>
  <subject>
    <type value="Patient"/>
    <identifier>
      <system value="https://standards.digital.health.nz/ns/nhi-id"/>
      <value value="ZAT3948"/>
    </identifier>
    <display value="Jamie Joseph Ryan"/>
  </subject>
  <participant>
    <type>
      <coding>
        <code value="PPRF"/>
      </coding>
    </type>
    <individual>
      <type value="Practitioner"/>
      <identifier>
        <system value="https://standards.digital.health.nz/ns/hpi-person-id"/>
        <value value="91ZABY"/>
      </identifier>
      <display value="Dr Andrea Welby"/>
    </individual>
  </participant>
  <period>
    <start value="2024-03-26T10:13:26+13:00"/>
  </period>
</Encounter>