NZ Shared Digital Health Record API
1.0.0 - release

NZ Shared Digital Health Record API, published by Health New Zealand. 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-sdhr/ and changes regularly. See the Directory of published versions

: ParametersHNZParticipateOptOut - XML Representation

Raw xml | Download


<Parameters xmlns="http://hl7.org/fhir">
  <id value="ParametersHNZParticipateOptOut"/>
  <parameter>
    <name value="patient"/>
    <valueReference>
      <reference
                 value="https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284"/>
      <type value="Patient"/>
      <display value="Susan Westbrook"/>
    </valueReference>
  </parameter>
  <parameter>
    <name value="facilityId"/>
    <valueReference>
      <reference
                 value="https://api.hip.digital.health.nz/fhir/hpi/v1/Organization/G00001-G"/>
    </valueReference>
  </parameter>
  <parameter>
    <name value="hnzParticipationIndicator"/>
    <valueBoolean value="true"/>
  </parameter>
</Parameters>