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

: nzrad - JSON Representation

Active as of 2020-07-14

Raw json | Download


{
  "resourceType" : "NamingSystem",
  "id" : "nzrad",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://hl7.org.nz/fhir/NamingSystem/nzrad</td></tr><tr><td>Name</td><td>NZRadiologist</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Definition</td><td><div><p>Medical Radiation Technologists Board Register Number</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></tr><tr><td>URI</td><td>https://standards.digital.health.nz/ns/medical-radiation-technologists-board-id</td><td>true</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url",
      "valueUri" : "http://hl7.org.nz/fhir/NamingSystem/nzrad"
    }
  ],
  "name" : "NZRadiologist",
  "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" : "Medical Radiation Technologists Board Register Number",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ"
        }
      ]
    }
  ],
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "https://standards.digital.health.nz/ns/medical-radiation-technologists-board-id",
      "preferred" : true
    }
  ]
}