New Zealand Rheumatic Fever FHIR Implementation Guide
1.0.0 - draft

New Zealand Rheumatic Fever FHIR Implementation Guide, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-rheumatic-fever/ and changes regularly. See the Directory of published versions

: Consent-Data-Active-Initial - XML Representation

Raw xml | Download


<Consent xmlns="http://hl7.org/fhir">
  <meta>
    <profile value="http://hl7.org/fhir/StructureDefinition/Consent"/>
  </meta>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <code value="patient-privacy"/>
      <display value="Privacy Consent"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/consentcategorycodes"/>
      <code value="npp"/>
      <display value="Notice of Privacy Practices"/>
    </coding>
  </category>
  <patient>
    <type value="Patient"/>
    <identifier>
      <use value="official"/>
      <system value="https://standards.digital.health.nz/ns/nhi-id"/>
      <value value="ZKC7284"/>
    </identifier>
    <display value="Sage Westbrook"/>
  </patient>
  <organization>
    <type value="Organization"/>
    <identifier>
      <use value="official"/>
      <system
              value="https://standards.digital.health.nz/ns/hpi-organisation-id"/>
      <value value="G0M086-B"/>
    </identifier>
    <display
             value="Te Tai Tokerau Rheumatic Fever Secondary Prevention Service"/>
  </organization>
  <policy>
    <authority value="https://www.privacy.org.nz"/>
    <uri value="https://www.privacy.org.nz/privacy-act-2020/"/>
  </policy>
  <policy>
    <authority value="https://www.privacy.org.nz"/>
    <uri
         value="https://www.privacy.org.nz/privacy-act-2020/codes-of-practice/hipc2020/"/>
  </policy>
  <provision>
    <type value="permit"/>
    <period>
      <start value="2023-06-12T02:30:35Z"/>
      <end value="2026-06-11T02:30:35Z"/>
    </period>
  </provision>
</Consent>