New Zealand HPI Implementation Guide
0.9.0 - CI Build
New Zealand HPI Implementation Guide, published by Ministry of Health. This is not an authorized publication; it is the continuous build for version 0.9.0). This version is based on the current content of https://github.com/HL7NZ/hpi/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ValueSet",
"id" : "Hpi-ethnicity",
"meta" : {
"profile" : [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"https://build.fhir.org/ig/HL7NZ/nzbase//CodeSystem-ethnicityL4.html\"><code>https://standards.digital.health.nz/ns/ethnic-group-level-4-code</code></a> where code matches (by regex) [0-9]{5}</li></ul></div>"
},
"url" : "https://nzhts.digital.health.nz/fhir/ValueSet/ethnic-group-level-4-code",
"version" : "0.9.0",
"name" : "Hpi_ethnicity",
"title" : "Ethnicity New Zealand Standard Classification 2005 (level 4)",
"status" : "active",
"experimental" : false,
"date" : "2020-02-24T00:00:00+13:00",
"publisher" : "Ministry of Health",
"contact" : [
{
"name" : "Ministry of Health",
"telecom" : [
{
"system" : "email",
"value" : "mailto:integration@health.govt.nz"
}
]
}
],
"description" : "Level 4 ethnicity codes",
"purpose" : "A coded value for ethnicity.",
"compose" : {
"include" : [
{
"system" : "https://standards.digital.health.nz/ns/ethnic-group-level-4-code",
"version" : "2.0",
"filter" : [
{
"property" : "code",
"op" : "regex",
"value" : "[0-9]{5}"
}
]
}
]
}
}