New Zealand NHI IG
1.6.5 - Release
New Zealand NHI IG - Local Development build (v1.6.5) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
The maintain contact operations allow an authorised user to maintain a person's contact information on their identity record.
Three operations are available:
Post <Endpoint>/Patient/$add-contact| Parameter name | Parameter type | Mandatory / Optional | Description |
|---|---|---|---|
| nhi | valueString | Mandatory | The patient's nhi number |
| version-id | valueString | Mandatory | The current patient version number |
| use | valueString | Optional | home or mobile |
| system | valueString | Optional | phone or email |
| value | valueString | Optional | the phone number or email address |
| isVerified | valueString | Optional | Verification has been performed to determine that the email or phone number can be used to communicate with the patient (true or false) |
| isShared | valueString | Optional | The email address or phone number is shared with other people (true or false) |
| isPrivate | valueString | Optional | The email address or phone number may be used to communicate private health information about the individual identified by the NHI |
For Request rules and errors click here
* the live NHI number for the Patient Record.
* the version number of the current Patient Record.
* the contact details
Replace-contact - Processing steps:
Post <Endpoint>/Patient/$replace-contact| Parameter name | Parameter type | Mandatory / Optional | Description |
|---|---|---|---|
| nhi | valueString | Mandatory | The patients nhi number |
| version-id | valueString | Mandatory | The current patient version number |
| contact-id | valueString | Mandatory | The id of the contact element to be replaced |
| use,system,value,isVerified,isShared | as per Add-contact - In Parameters | ||
For Request rules and errors click here
Delete-contact - Processing steps:
| Parameter name | Parameter type | Mandatory / Optional | Description |
|---|---|---|---|
| nhi | valueString | Mandatory | The patients nhi number |
| version-id | valueString | Mandatory | The current patient version number |
| contact-id | valueInteger | Mandatory | The id of the contact to be deleted |
For Request rules and errors click here