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

: PrimaryCareConsentExample - XML Representation

Raw xml | Download


<Consent xmlns="http://hl7.org/fhir">
  <id value="PrimaryCareConsentExample"/>
  <meta>
    <profile
             value="https://standards.digital.health.nz/StructureDefinition/PrimaryCareConsent"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Consent PrimaryCareConsentExample</b></p><a name="PrimaryCareConsentExample"> </a><a name="hcPrimaryCareConsentExample"> </a><a name="PrimaryCareConsentExample-en-US"> </a><p><b>identifier</b>: 93f28be6-4787-40f1-ae39-64233eb2cf7c (use: secondary, )</p><p><b>status</b>: Active</p><p><b>scope</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}">Privacy Consent</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}">information disclosure</span></p><p><b>patient</b>: Identifier: NHI/ZZZ123 (use: official, )</p><h3>Policies</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Authority</b></td><td><b>Uri</b></td></tr><tr><td style="display: none">*</td><td><a href="https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=https://www.privacy.org.nz">https://www.privacy.org.nz</a></td><td><a href="https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&amp;canonical=https://www.privacy.org.nz/privacy-act-2020">https://www.privacy.org.nz/privacy-act-2020</a></td></tr></table><blockquote><p><b>provision</b></p><p><b>type</b>: Opt In</p><p><b>period</b>: 2023-10-04 --&gt; 2028-11-22</p><blockquote><p><b>data</b></p><p><b>meaning</b>: Instance</p><p><b>reference</b>: <a href="Condition-conditionExample1.html">Condition HT - Hypertension</a></p></blockquote><blockquote><p><b>data</b></p><p><b>meaning</b>: Instance</p><p><b>reference</b>: <a href="Encounter-EncounterExample1.html">Encounter: identifier = https://standards.digital.health.nz/ns/health-record-key-id#f4121d2e-61aa-4222-83ae-b36d26bbbe62; status = finished; class = ss (ss); serviceType = 124; period = 2024-03-26 10:13:26+1300 --&gt; (ongoing)</a></p></blockquote></blockquote></div>
  </text>
  <identifier>
    <use value="secondary"/>
    <value value="93f28be6-4787-40f1-ae39-64233eb2cf7c"/>
  </identifier>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <code value="patient-privacy"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="IDSCL"/>
    </coding>
  </category>
  <patient>
    <type value="Patient"/>
    <identifier>
      <use value="official"/>
      <system value="https://standards.digital.health.nz/ns/nhi-id"/>
      <value value="ZZZ123"/>
    </identifier>
  </patient>
  <policy>
    <authority value="https://www.privacy.org.nz"/>
    <uri value="https://www.privacy.org.nz/privacy-act-2020"/>
  </policy>
  <provision>
    <type value="permit"/>
    <period>
      <start value="2023-10-04"/>
      <end value="2028-11-22"/>
    </period>
    <data>
      <meaning value="instance"/>
      <reference>🔗 
        <reference value="Condition/conditionExample1"/>
      </reference>
    </data>
    <data>
      <meaning value="instance"/>
      <reference>🔗 
        <reference value="Encounter/EncounterExample1"/>
      </reference>
    </data>
  </provision>
</Consent>