New Zealand NHI IG - Local Development build (v1.5.4) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Get Patient
Get Patient
Overview
The get patient operation allows an authorised user to retrieve a Patient record when a Patients NHI number is known
Get Patient processing steps:
The user supplies an nhi-id for a patient to be looked up.
The integrating application sends an HTTP GET request for the Patient resource using the nhi-id to identify the patient whose information is being requested. E.g. GET<Endpoint>/Patient/ZZZ0008
The request is validated - ALT: Validation failure. Operation Outcome resource returned
The Patient resource is retrieved from the NHI - ALT: Patient resource not found. Operation Outcome resource returned
The response containing the Patient resource is returned - ALT: Where an nhi-id is dormant, a response containing the patient details for the live nhi-id is returned
Behaviour:
The local system sends a request to the NHI with a patient NHI number (nhi-id)
The NHI locates the nhi-id and returns either the current patient record for the nhi-id (where nhi-id is live) or the current patient data for the linked live nhi-id (where the nhi-id is dormant).