NZ Shared Digital Health Record API
1.1.4 - release
NZ Shared Digital Health Record API - Local Development build (v1.1.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Official URL: https://fhir-ig.digital.health.nz/sdhr/OperationDefinition/SDHRParticipationStatusOperation | Version: 1.1.4 | |||
| Active as of 2026-09-21 | Computable Name: ParticipationStatus | |||
This operation allows Shared Electronic Health Record (SEHR) systems to retrieve a patient's Shared Digital Health Record participation status.
To make a request to this operation the API Consumer must POST a Parameters payload to the operation URL (e.g. POST https://api.sdhr.digital.health.nz/s2s/$participation-status).
For an example request payload, see:
Parameters resource to POST to this operation.For example response payloads for this operation see:
Parameters resource returned when the patient is not participating in the Shared Digital Health Record service.Parameters resource returned when the patient is participating in the Shared Digital Health Record service.OperationOutcome returned when the patient reference does not match the required NHI Patient URL format.The operation is expected to be called by a healthcare provider on behalf of the patient, and the patient must be identified by their NHI.
The operation returns a Parameters resource containing the patient reference and participation status indicators when validation succeeds.
If the patient reference is invalid, the operation returns a 400 response with an OperationOutcome carrying the sdhr-invalid-patient outcome code.
URL: [base]/$participation-status
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | patient | 1..1 | Reference | Reference must be an NHI Patient URL with format https://api.hip.digital.health.nz/fhir/nhi/v1/Patient/ZZZ1111 or ZZZ11AA | ||
| OUT | hnzParticipationIndicator | 1..1 | boolean | Indicates whether the patient is currently participating in the Shared Digital Health Record service. |