New Zealand Health Terminology Service (NZHTS) Implementation Guide
0.1.0 - ci-build
New Zealand Health Terminology Service (NZHTS) Implementation Guide, published by Health New Zealand | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/daniel-thomson/nzhts/ and changes regularly. See the Directory of published versions
Draft as of 2023-06-19 |
{
"resourceType" : "CodeSystem",
"id" : "d1adf025-b6d2-44dc-a8b1-da3adfcafa73",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2024-11-05T17:10:06.562+13:00"
},
"url" : "https://standards.digital.health.nz/ns/nz-purpose-of-use",
"version" : "0.1.0",
"name" : "NZPurposeOfUse",
"title" : "NZ Purpose Of Use",
"status" : "draft",
"experimental" : false,
"date" : "2023-06-19T00:00:00.000Z",
"publisher" : "Health New Zealand | Te Whatu Ora",
"contact" : [
{
"name" : "Health New Zealand | Te Whatu Ora",
"telecom" : [
{
"system" : "url",
"value" : "https://www.tewhatuora.govt.nz/"
}
]
}
],
"description" : "Additional codes to be incorporated with HL7 v3 Value Set Purpose of Use",
"caseSensitive" : true,
"hierarchyMeaning" : "is-a",
"compositional" : false,
"versionNeeded" : false,
"content" : "complete",
"count" : 5,
"concept" : [
{
"code" : "NZLEG",
"display" : "legislative requirement",
"definition" : "To perform actions otherwise described in New Zealand Legislation"
},
{
"code" : "NZRISK",
"display" : "risk assessment",
"definition" : "To perform risk management assessment and the disclosure is solely to a person engaged by the agency for the purpose of assessing the agency’s risk",
"property" : [
{
"code" : "child",
"valueCode" : "NZLEG"
}
]
},
{
"code" : "NZCHILD",
"display" : "child abuse reporting",
"definition" : "To perform actions relating to the mandatory reporting of child abuse",
"property" : [
{
"code" : "child",
"valueCode" : "NZLEG"
}
]
},
{
"code" : "NZSCREEN",
"display" : "screening",
"definition" : "To perform actions relating to screening carried out under legislation",
"property" : [
{
"code" : "child",
"valueCode" : "NZLEG"
}
]
},
{
"code" : "NOTSUPPLIED",
"display" : "No code supplied",
"definition" : "Where no purpose of use code was supplied in an API request. This may not be a valid code for clients to supply, but will be used in the audit record to indicate no purpose of use code was included in a rejected request.",
"property" : [
{
"code" : "child",
"valueCode" : "NZLEG"
}
]
}
]
}