New Zealand NHI IG
1.6.1 - Release
New Zealand NHI IG - Local Development build (v1.6.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
The update birth operation allows an authorised user to update a persons birthdate and birthplace information on a persons identity record.
This includes:
Update-birth - 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 |
birthdate | valueString | Optional | The patients date of birth |
birthdate-information-source | valueString | Optional | The information source for the patients date of birth |
country-of-birth | valueString | Optional | The patient's country of birth |
country-of-birth-information-source | valueString | Optional | The information source for the patient's country of birth |
place-of-birth | valueString | Optional | The place where the person as born, E.g. Whangarei. Only populate if country-of-birth is populated |
{
"resourceType": "Parameters",
"id": "example",
"parameter": [
{
"name" : "nhi",
"valueString" : "ZGD9203"
},
{
"name" : "version-id",
"valueString" : "3321540"
},
{
"name" : "birthdate",
"valueString" : "2015-09-09"
},
{
"name" : "birthdate-information-source",
"valueString" : "BREG"
},
{
"name" : "country-of-birth",
"valueString" : "NZ"
},
{
"name" : "country-of-birth-information-source",
"valueString" : "BREG"
},
{
"name" : "place-of-birth",
"valueString" : "Whangarei"
}
]
}
For Request rules and errors click here
An update request must update the source of information only when the information is also provided.