New Zealand HPI IG
0.2.0 - CI Build
New Zealand HPI IG, published by David Hay. This is not an authorized publication; it is the continuous build for version 0.2.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" : "organization-alias-type",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-id-16.html\"><code>https://standards.digital.health.nz/ns/alias-type-code</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-id-16.html#id-16-aka\">aka</a></td><td>Aka</td><td>The name by which the organisation or facility is also known as.</td></tr><tr><td><a href=\"CodeSystem-id-16.html#id-16-maori\">maori</a></td><td>Maori</td><td>The Māori name of the organisation or facility.</td></tr><tr><td><a href=\"CodeSystem-id-16.html#id-16-short\">short</a></td><td>Short</td><td>An abbreviated name by which the organisation or facility is known.</td></tr><tr><td><a href=\"CodeSystem-id-16.html#id-16-legal\">legal</a></td><td>Legal</td><td>The name as recorded in the official register eg Register of Companies.</td></tr></table></li></ul></div>"
},
"url" : "https://standards.digital.health.nz/fhir/ValueSet/organization-alias-type-code",
"version" : "0.2.0",
"name" : "OrganizationAliasType",
"title" : "Organization alias types",
"status" : "active",
"date" : "2021-02-24T03:11:58+00:00",
"publisher" : "David Hay",
"contact" : [
{
"name" : "David Hay",
"telecom" : [
{
"system" : "email",
"value" : "mailto:david.hay25@gmail.com"
}
]
}
],
"description" : "The set of alias types that apply to Organizations",
"compose" : {
"include" : [
{
"system" : "https://standards.digital.health.nz/ns/alias-type-code",
"concept" : [
{
"code" : "aka",
"display" : "Aka"
},
{
"code" : "maori",
"display" : "Maori"
},
{
"code" : "short",
"display" : "Short"
},
{
"code" : "legal",
"display" : "Legal"
}
]
}
]
}
}