HIP FHIR Common Terminology Guide
1.7.0-SNAPSHOT - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.7.0-SNAPSHOT) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NHI Name Use Extra - TTL Representation

Active as of 2022-04-12

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nhi-name-use-extra-1.0"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://standards.digital.health.nz/ns/nhi-name-use-extra-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">UNALLOCATED<a name=\"nhi-name-use-extra-1.0-UNALLOCATED\"> </a></td><td>unallocated</td><td>A name that is used for a pre-allocated NHI number</td></tr><tr><td style=\"white-space:nowrap\">BABYOF<a name=\"nhi-name-use-extra-1.0-BABYOF\"> </a></td><td>babyof</td><td>Used to indicate that this is a baby who does not yet have an official name, and the name field holds the mothers name and potentially other information such as order of birth (for multiple births)</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://standards.digital.health.nz/ns/nhi-name-use-extra-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0"] ; # 
  fhir:name [ fhir:v "Nhi_name_use_extra"] ; # 
  fhir:title [ fhir:v "NHI Name Use Extra"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2022-04-12T00:00:00+13:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Te Whatu Ora"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Te Whatu Ora" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:integration@health.govt.nz" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Additional name use codes for NHI names"] ; # 
  fhir:purpose [ fhir:v "Additional codes for name use not covered by the HL7 NameUse codeset (which has a required binding so the HL7 valueset cannot be modified directly)"] ; # 
  fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:versionNeeded [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "UNALLOCATED" ] ;
fhir:display [ fhir:v "unallocated" ] ;
fhir:definition [ fhir:v "A name that is used for a pre-allocated NHI number" ]
  ] [
fhir:code [ fhir:v "BABYOF" ] ;
fhir:display [ fhir:v "babyof" ] ;
fhir:definition [ fhir:v "Used to indicate that this is a baby who does not yet have an official name, and the name field holds the mothers name and potentially other information such as order of birth (for multiple births)" ]
  ] ) . #