New Zealand NHI IG
1.5.4 - Release
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
The update eligibility operation allows an authorised user to update citizenship on a person’s identity record.
This includes:
Update-eligibility - 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 |
nz-citizenship-status | valueString | Optional | The patients NZ citizenship status |
nz-citizenship-source | valueString | Optional | The information source for the patients NZ citizenship status |
{
"resourceType": "Parameters",
"id": "example",
"parameter": [
{
"name" : "nhi",
"valueString" : "ZGD9203"
},
{
"name" : "version-id",
"valueString" : "3321540"
},
{
"name" : "nz-citizenship-status",
"valueString" : "unknown"
},
{
"name" : "nz-citizenship-source",
"valueString" : "NPRF"
}
]
}
For Request rules and errors click here