New Zealand HPI Implementation Guide, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 1.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/hpi/ and changes regularly. See the Directory of published versions
The user of the integrating application searches for an Organisation by entering the Organisation name.
The integrating application sends an HTTP GET request for the Organization resource using the name as a search parameter
E.g. GET<Endpoint>/Organization?name=TryNSave Pharmacy
The request is validated - ALT: Validation failure. Operation Outcome resource returned
The matching Organisations are retrieved from the HPI
The response containing a bundle of matching Organisation records is returned to the integrating application
The integrating application displays the matching Organisations to the user
This extract style search operation allows a user to search for all Organisation of a specific type in the HPI e.g. return all Primary Health Organisations in the HPI.