@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "nhi-use"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
  • Include these codes as defined in http://hl7.org/fhir/identifier-use
    CodeDisplayDefinition
    officialOfficialThe 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.
    oldOldThe identifier id no longer considered valid, but may be relevant for search purposes. E.g. Changes to identifier schemes, account merges, etc.
" ] ; # fhir:url [ fhir:v "https://nzhts.digital.health.nz/fhir/ValueSet/nhi-use-code"^^xsd:anyURI] ; # 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 "2023-12-04T09:46:36+13: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:concept ( [ fhir:code [ fhir:v "official" ] ] [ fhir:code [ fhir:v "old" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------