HL7® FHIR® New Zealand Base Implementation Guide
3.1.0 - Draft
HL7® FHIR® New Zealand Base Implementation Guide, published by HL7 New Zealand. This guide is not an authorized publication; it is the continuous build for version 3.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/nzbase/ and changes regularly. See the Directory of published versions
Active as of 2020-07-14 |
{
"resourceType" : "NamingSystem",
"id" : "hpiOrganization",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem hpiOrganization</b></p><a name=\"hpiOrganization\"> </a><a name=\"hchpiOrganization\"> </a><a name=\"hpiOrganization-en-US\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://hl7.org.nz/fhir/NamingSystem/hpiOrganization</td></tr><tr><td>Name</td><td>HPIOrganization</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>HPI organizations</p>\n</div></td></tr><tr><td>Publisher</td><td>HL7 New Zealand</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td><td><b>Comment</b></td></tr><tr><td>URI</td><td>https://standards.digital.health.nz/ns/hpi-organisation-id</td><td>true</td><td/></tr><tr><td>URI</td><td>https://standards.digital.health.nz/ns/moh-agency-id</td><td/><td>NZHIS Agency code. Deprecated</td></tr><tr><td>URI</td><td>https://standards.digital.health.nz/id/hpi-organisation</td><td/><td>Deprecated</td></tr><tr><td>OID</td><td>2.16.840.1.113883.2.18.3.3</td><td/><td/></tr><tr><td>URI</td><td>https://standards.digital.health.nz/ns/nzhis-agency-id</td><td/><td>Deprecated</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
"valueUri" : "http://hl7.org.nz/fhir/NamingSystem/hpiOrganization"
}
],
"name" : "HPIOrganization",
"status" : "active",
"kind" : "identifier",
"date" : "2020-07-14",
"publisher" : "HL7 New Zealand",
"contact" : [
{
"name" : "HL7 New Zealand",
"telecom" : [
{
"system" : "email",
"value" : "mailto:admin@hl7.org.nz"
}
]
}
],
"responsible" : "HISO",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "NPI",
"display" : "National provider identifier"
}
]
},
"description" : "HPI organizations",
"uniqueId" : [
{
"type" : "uri",
"value" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
"preferred" : true
},
{
"type" : "uri",
"value" : "https://standards.digital.health.nz/ns/moh-agency-id",
"comment" : "NZHIS Agency code. Deprecated"
},
{
"type" : "uri",
"value" : "https://standards.digital.health.nz/id/hpi-organisation",
"comment" : "Deprecated"
},
{
"type" : "oid",
"value" : "2.16.840.1.113883.2.18.3.3"
},
{
"type" : "uri",
"value" : "https://standards.digital.health.nz/ns/nzhis-agency-id",
"comment" : "Deprecated"
}
]
}