New Zealand HPI Implementation Guide - Local Development build (v1.3.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
The Get Organisation use case describes how a user can access an HPI organisation record from the HPI.
Get Organisation using hpi-organisation-id
Get Organisation processing steps:
The user supplies a hpi-organisation-id for the Organisation to be looked up
The integrating application sends an HTTP GET request for the Organization resource using the hpi-organisation-id to identify the Organisation whose information is being requested E.g. GET<Endpoint>/Organization/GZZ999-J
The request is validated - ALT: Validation failure. Operation Outcome resource returned
The Organization resource is retrieved from the HPI - ALT: Organization not found. Operation Outcome resource returned
The response containing the Organization resource is returned
An organisation read request must include a valid hpi-organisation-id
Invalid ID: <>
404 Not found
Query Organisation with ‘other identifier’
To query an Organisation with an ‘other identifier’ the integrating application sends an HTTP GET request for the Organisation resource using the ‘other identifier’ and the identifier system.
The ‘other identifier’s that may be requested include
The Legacy agency code (NZHIS)
using the url GET<Endpoint>/Organization?identifier=https://standards.digital.health.nz/ns/nzhis-agency-id|9000
The New Zealand Business Number (NZBN)
using the url GET<Endpoint>/Organization?identifier=https://standards.digital.health.nz/ns/hpi-nzbn|9999999999001
Query Organisation using other identifier - NZ Business number (NZBN)
Query organisation using other identifier processing steps (E.g. NZBN)
The user supplies the system (https://standards.digital.health.nz/ns/hpi-nzbn) and identifier (NZBN) for the organisation.
The integrating application sends an HTTP Get request for the organization resource using the NZBN to identify the organisation whose information is being requested. E.g. GET<Endpoint>/Organization?identifier=https://standards.digital.health.nz/ns/hpi-nzbn|9999999999001
The request is validated - ALT: Validation failure. OperationOutcome resource returned
The Organization resource is retrieved from the HPI - ALT: Organization reource not found. OperationOutcome resource returned
The response containing a bundle with a single Organisation record is returned
The integrating application displays the Organisation details to the user