@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org.nz/fhir/ValueSet/nhi-use> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "nhi-use"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet nhi-use</b></p><a name=\"nhi-use\"> </a><a name=\"hcnhi-use\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-identifier-use.html\"><code>http://hl7.org/fhir/identifier-use</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version ?4.0.1</span><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=\"http://hl7.org/fhir/R4/codesystem-identifier-use.html#identifier-use-official\">official</a></td><td style=\"color: #cccccc\">Official</td><td>The identifier considered to be most trusted for the identification of this item. Sometimes also known as \"primary\" and \"main\". The determination of \"official\" is subjective and implementation guides often provide additional guidelines for use.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-identifier-use.html#identifier-use-old\">old</a></td><td style=\"color: #cccccc\">Old</td><td>The identifier id no longer considered valid, but may be relevant for search purposes.  E.g. Changes to identifier schemes, account merges, etc.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://nzhts.digital.health.nz/fhir/ValueSet/nhi-use-code"^^xsd:anyURI ;
     fhir:l <https://nzhts.digital.health.nz/fhir/ValueSet/nhi-use-code>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "NHIUse"] ; # 
  fhir:title [ fhir:v "Valid use values for NHI"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-03-12T22:26:41+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 New Zealand"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 New Zealand" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "mailto:admin@hl7.org.nz" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "NHI Use codes"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/identifier-use"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/identifier-use>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "official" ]
       ] [
         fhir:code [ fhir:v "old" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

