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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Parameters",
  "id" : "ParametersHNZParticipateOptOut",
  "parameter" : [
    {
      "name" : "patient",
      "valueReference" : {
        "reference" : "https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZKC7284",
        "type" : "Patient",
        "display" : "Susan Westbrook"
      }
    },
    {
      "name" : "facilityId",
      "valueReference" : {
        "reference" : "https://api.hip.digital.health.nz/fhir/hpi/v1/Organization/G00001-G"
      }
    },
    {
      "name" : "hnzParticipationIndicator",
      "valueBoolean" : true
    }
  ]
}